[vhffs-dev] [556] prepare for release

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


Revision: 556
Author:   gradator
Date:     2007-04-15 17:05:55 +0000 (Sun, 15 Apr 2007)

Log Message:
-----------
prepare for release

Modified Paths:
--------------
    trunk/Releases.notes
    trunk/TODO
    trunk/make_release2
    trunk/vhffs-api/src/Vhffs/Constants.pm


Modified: trunk/Releases.notes
===================================================================
--- trunk/Releases.notes	2007-04-12 12:40:04 UTC (rev 555)
+++ trunk/Releases.notes	2007-04-15 17:05:55 UTC (rev 556)
@@ -10,6 +10,12 @@
 ***************************************************************
 ***************************************************************
 
+Release Notes for 4.0.0
+***********************
+
+Enjoy !
+
+
 Release Notes for RC11:
 ***********************
  * New installer. You don't have to use vhffs-install.sh script

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2007-04-12 12:40:04 UTC (rev 555)
+++ trunk/TODO	2007-04-15 17:05:55 UTC (rev 556)
@@ -1,5 +0,0 @@
-- improve listengine
-- improve archives format for listengine
-- improve panel, see AJAX or CSS design
-- continue API documentation
-

Modified: trunk/make_release2
===================================================================
--- trunk/make_release2	2007-04-12 12:40:04 UTC (rev 555)
+++ trunk/make_release2	2007-04-15 17:05:55 UTC (rev 556)
@@ -1,6 +1,5 @@
 #!/usr/bin/perl -w
 
-
 #Script to build VHFFS release
 
 use strict;
@@ -9,9 +8,10 @@
 
 my $VERSION = "4.0pre1";
 my @files_to_delete = qw(backup.sh fixperm.sh make_release make_release2 svn-commit);
-my @files_to_package = qw( TODO Makefile Changelog AUTHORS vhffs-api vhffs-backend vhffs-doc vhffs-intl vhffs-listengine vhffs-panel vhffs-robots vhffs-shells debian vhffs-tools);
-my $VERBOSE = 0;
+my @files_to_package = qw( AUTHORS Changelog COPYING INSTALL Makefile README Releases.note vhffs-api vhffs-backend vhffs-doc vhffs-forum vhffs-intl vhffs-irc vhffs-jabber vhffs-listengine vhffs-packages vhffs-panel vhffs-rfc vhffs-robots vhffs-shells vhffs-tools );
 
+my $VERBOSE = 1;
+
 sub treat_dir
 {
 	my $direct 		= shift;

Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm	2007-04-12 12:40:04 UTC (rev 555)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm	2007-04-15 17:05:55 UTC (rev 556)
@@ -7,7 +7,7 @@
 
 use constant
 {
-    VHFFS_VERSION => "4.0pre2",
+    VHFFS_VERSION => "4.0.0",
     VHFFS_RELEASE_NAME => "koala",
     
     WAITING_FOR_VALIDATION => 1,


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