[vhffs-dev] [1881] final changes for vhffs 4.3.1 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1881
Author: gradator
Date: 2011-07-23 16:39:56 +0200 (Sat, 23 Jul 2011)
Log Message:
-----------
final changes for vhffs 4.3.1
Modified Paths:
--------------
branches/vhffs-4.3/ChangeLog
branches/vhffs-4.3/configure.ac
branches/vhffs-4.3/debian/changelog
branches/vhffs-4.3/vhffs-api/src/Vhffs/Constants.pm
branches/vhffs-4.3/vhffs-fs/configure.ac
Modified: branches/vhffs-4.3/ChangeLog
===================================================================
--- branches/vhffs-4.3/ChangeLog 2011-07-22 22:48:43 UTC (rev 1880)
+++ branches/vhffs-4.3/ChangeLog 2011-07-23 14:39:56 UTC (rev 1881)
@@ -1,5 +1,19 @@
VHFFS 4.3.1
- Fixed PunBB patch so that registered users can post new topics
+ and removed warning upon account creation
+ - Fixed delete boxes, File::Path::rmtree now checks if it tries to
+ remove the CWD and aborts
+ - Impoved MySQL patch, now also modify MySQL upgrade and init process
+ so that you don't need to repair the mysql database after each
+ upgrade
+ - Public part: don't display anymore a link to archives of a
+ mailing-list if the mailing-list does not have archives enabled
+ - Fixed mail autoreply patch format
+ - Ensure that vhffs.cong is read using UTF8
+ - Fixed the git robot to use git config instead of git-config
+ - There is a bug about Config::General and the '#' character. We only
+ need it for the IRC bot, added a workaround to clear the '\' escape
+ character in the IRC bot
VHFFS 4.3.0
- Added information in history about wich user generated which entry
Modified: branches/vhffs-4.3/configure.ac
===================================================================
--- branches/vhffs-4.3/configure.ac 2011-07-22 22:48:43 UTC (rev 1880)
+++ branches/vhffs-4.3/configure.ac 2011-07-23 14:39:56 UTC (rev 1881)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT([VHFFS], [4.3.0], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.3.1], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Modified: branches/vhffs-4.3/debian/changelog
===================================================================
--- branches/vhffs-4.3/debian/changelog 2011-07-22 22:48:43 UTC (rev 1880)
+++ branches/vhffs-4.3/debian/changelog 2011-07-23 14:39:56 UTC (rev 1881)
@@ -1,3 +1,9 @@
+vhffs (4.3.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sylvain Rochet <gradator@xxxxxxxxxxxx> Sat, 23 Jul 2011 16:37:30 +0200
+
vhffs (4.3.0-1) unstable; urgency=low
* New upstream release
Modified: branches/vhffs-4.3/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- branches/vhffs-4.3/vhffs-api/src/Vhffs/Constants.pm 2011-07-22 22:48:43 UTC (rev 1880)
+++ branches/vhffs-4.3/vhffs-api/src/Vhffs/Constants.pm 2011-07-23 14:39:56 UTC (rev 1881)
@@ -6,7 +6,7 @@
use constant
{
- VHFFS_VERSION => '4.3.0',
+ VHFFS_VERSION => '4.3.1',
VHFFS_RELEASE_NAME => 'Enhydra lutris',
WAITING_FOR_VALIDATION => 1,
Modified: branches/vhffs-4.3/vhffs-fs/configure.ac
===================================================================
--- branches/vhffs-4.3/vhffs-fs/configure.ac 2011-07-22 22:48:43 UTC (rev 1880)
+++ branches/vhffs-4.3/vhffs-fs/configure.ac 2011-07-23 14:39:56 UTC (rev 1881)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-FS], [4.3.0], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.3.1], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])