[vhffs-dev] [svn] commit: r198 - in /trunk: Changelog make_release2 vhffs-api/src/Vhffs/Constants.pm |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [svn] commit: r198 - in /trunk: Changelog make_release2 vhffs-api/src/Vhffs/Constants.pm
- From: vhffs-dev@xxxxxxxxx
- Date: Thu, 11 May 2006 19:44:05 -0000
Author: soda
Date: Thu May 11 21:44:03 2006
New Revision: 198
Log:
Make the 4.0pre1 release
Modified:
trunk/Changelog
trunk/make_release2
trunk/vhffs-api/src/Vhffs/Constants.pm
Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog (original)
+++ trunk/Changelog Thu May 11 21:44:03 2006
@@ -1,8 +1,18 @@
-VHFFS RC11
+VHFFS 4.0-pre1
Julien:
- New installer, use now a Makefile
- Fix some bugs
- Fix a BIG security problem around listengine
+ - checkpackages is fixed
+ - print an error when adatabase connection is not sane
+ - print error when the panel has a problem
+ - svn help use customisable in the vhffs.conf file
+
+ Christophe Benz:
+ - Fix svn/create/pl string
+ - Fix alert.pl string
+ - Fix intl
+
VHFFS RC10
Julien:
Modified: trunk/make_release2
==============================================================================
--- trunk/make_release2 (original)
+++ trunk/make_release2 Thu May 11 21:44:03 2006
@@ -7,7 +7,7 @@
use File::Copy;
use IO::Handle;
-my $VERSION = "4.0";
+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;
Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm Thu May 11 21:44:03 2006
@@ -7,7 +7,7 @@
use constant
{
- VHFFS_VERSION => 4.0,
+ VHFFS_VERSION => "4.0pre1",
VHFFS_RELEASE_NAME => "koala",
WAITING_FOR_VALIDATION => 1,