[vhffs-dev] [1501] updated ChangeLog for 4.2.0 and 4.2.1 , fixed 4.2.0 release , 4.2. 1 ready

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1501
Author:   gradator
Date:     2009-08-02 18:39:41 +0200 (Sun, 02 Aug 2009)

Log Message:
-----------
updated ChangeLog for 4.2.0 and 4.2.1 , fixed 4.2.0 release , 4.2.1 ready

Modified Paths:
--------------
    branches/vhffs-4.2/ChangeLog
    branches/vhffs-4.2/configure.ac
    branches/vhffs-4.2/vhffs-api/src/Vhffs/Constants.pm
    trunk/ChangeLog


Modified: branches/vhffs-4.2/ChangeLog
===================================================================
--- branches/vhffs-4.2/ChangeLog	2009-08-02 15:50:33 UTC (rev 1500)
+++ branches/vhffs-4.2/ChangeLog	2009-08-02 16:39:41 UTC (rev 1501)
@@ -1,3 +1,37 @@
+VHFFS 4.2.1
+	- Fixed failed release (wrong naming scheme, Constants.pm not updated)
+	- Added compat SQL script to fix a design failure in VHFFS database
+	  (from-4.2.0-to-4.2.1.sql)
+
+VHFFS 4.2.0
+	Again, most of changes have been forgot, there was about 300 commits
+	since 4.1.0
+
+	Here are the most important changes:
+
+	- show waiting time before each object on IRC
+	- statistic data (mainly logs) cannot be read by other projects anymore
+	- new Cron module allowing per project periodical tasks (not fully
+	  tested)
+	- new newsletter module (mail sent to all opted-in hosted people)
+	- projects can now be tagged, by users, moderator or admins (tag level
+	  access control availabel)
+	- new public UI (http://projects.vhffs.org), using ajax but with full
+	  support under non javascript enabled browsers
+	- fixed a bunch of bugs (see bugs.vhffs.org)
+	- added some command line tools (need help to finish them!)
+	- download repositories synchronization tools over network, to dispach
+	  uploaded content to download-servers, optimizing QoS (transparent,
+	  POSIX-compliant, small-files optimized)
+	- media wiki auth plugin using VHFFS users database
+	- global mailing list (for important announces)
+	- GPG support in mails sent from the platform (moderation mail can be
+	  signed)
+	- update of patches for software used by VHFFS (suphp, mysql, etc)
+	- PostgreSQL 8.1 compatibility
+	- Debian packaging
+	- Possibility of captcha
+
 VHFFS 4.1.0
 	Almost everything has been rewritten
 

Modified: branches/vhffs-4.2/configure.ac
===================================================================
--- branches/vhffs-4.2/configure.ac	2009-08-02 15:50:33 UTC (rev 1500)
+++ branches/vhffs-4.2/configure.ac	2009-08-02 16:39:41 UTC (rev 1501)
@@ -1,5 +1,5 @@
 AC_REVISION($Revision: 101 $)dnl
-AC_INIT(vhffs, [4.2], [support@xxxxxxxxx])
+AC_INIT(vhffs, [4.2.1], [support@xxxxxxxxx])
 AC_CONFIG_AUX_DIR([.])
 
 

Modified: branches/vhffs-4.2/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- branches/vhffs-4.2/vhffs-api/src/Vhffs/Constants.pm	2009-08-02 15:50:33 UTC (rev 1500)
+++ branches/vhffs-4.2/vhffs-api/src/Vhffs/Constants.pm	2009-08-02 16:39:41 UTC (rev 1501)
@@ -6,7 +6,7 @@
 
 use constant
 {
-    VHFFS_VERSION => '4.2-alpha (Revision: %VHFFS_REVISION%)',
+    VHFFS_VERSION => '4.2.1',
     VHFFS_RELEASE_NAME => "platypus",
     
     WAITING_FOR_VALIDATION => 1,

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-08-02 15:50:33 UTC (rev 1500)
+++ trunk/ChangeLog	2009-08-02 16:39:41 UTC (rev 1501)
@@ -1,3 +1,37 @@
+VHFFS 4.2.1
+	- Fixed failed release (wrong naming scheme, Constants.pm not updated)
+	- Added compat SQL script to fix a design failure in VHFFS database
+	  (from-4.2.0-to-4.2.1.sql)
+
+VHFFS 4.2.0
+	Again, most of changes have been forgot, there was about 300 commits
+	since 4.1.0
+
+	Here are the most important changes:
+
+	- show waiting time before each object on IRC
+	- statistic data (mainly logs) cannot be read by other projects anymore
+	- new Cron module allowing per project periodical tasks (not fully
+	  tested)
+	- new newsletter module (mail sent to all opted-in hosted people)
+	- projects can now be tagged, by users, moderator or admins (tag level
+	  access control availabel)
+	- new public UI (http://projects.vhffs.org), using ajax but with full
+	  support under non javascript enabled browsers
+	- fixed a bunch of bugs (see bugs.vhffs.org)
+	- added some command line tools (need help to finish them!)
+	- download repositories synchronization tools over network, to dispach
+	  uploaded content to download-servers, optimizing QoS (transparent,
+	  POSIX-compliant, small-files optimized)
+	- media wiki auth plugin using VHFFS users database
+	- global mailing list (for important announces)
+	- GPG support in mails sent from the platform (moderation mail can be
+	  signed)
+	- update of patches for software used by VHFFS (suphp, mysql, etc)
+	- PostgreSQL 8.1 compatibility
+	- Debian packaging
+	- Possibility of captcha
+
 VHFFS 4.1.0
 	Almost everything has been rewritten
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/