[vhffs-dev] [2137] prepared constants field for future revision |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2137
Author: gradator
Date: 2012-03-10 17:53:57 +0100 (Sat, 10 Mar 2012)
Log Message:
-----------
prepared constants field for future revision
Modified Paths:
--------------
branches/vhffs-4.4/ChangeLog
branches/vhffs-4.4/configure.ac
branches/vhffs-4.4/debian/changelog
branches/vhffs-4.4/vhffs-api/src/Vhffs/Constants.pm
branches/vhffs-4.4/vhffs-fs/configure.ac
Modified: branches/vhffs-4.4/ChangeLog
===================================================================
--- branches/vhffs-4.4/ChangeLog 2012-03-10 16:41:19 UTC (rev 2136)
+++ branches/vhffs-4.4/ChangeLog 2012-03-10 16:53:57 UTC (rev 2137)
@@ -1,3 +1,11 @@
+VHFFS 4.4.1
+ - Fixed a blocking bug on group creation
+ - Updated some panel strings
+ - ported MySQL patch to 5.1.61
+ - updated ViewVC configuration files for ViewVC 1.1
+ - added missing dependencies in Debian packages
+ - improved history display order on panel
+
VHFFS 4.4.0
- Replaced HTML::Template by Template::Toolkit (which is actually a
mutiple months work)
Modified: branches/vhffs-4.4/configure.ac
===================================================================
--- branches/vhffs-4.4/configure.ac 2012-03-10 16:41:19 UTC (rev 2136)
+++ branches/vhffs-4.4/configure.ac 2012-03-10 16:53:57 UTC (rev 2137)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT([VHFFS], [4.4.0], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.4.1], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Modified: branches/vhffs-4.4/debian/changelog
===================================================================
--- branches/vhffs-4.4/debian/changelog 2012-03-10 16:41:19 UTC (rev 2136)
+++ branches/vhffs-4.4/debian/changelog 2012-03-10 16:53:57 UTC (rev 2137)
@@ -1,3 +1,9 @@
+vhffs (4.4.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sylvain Rochet <gradator@xxxxxxxxxxxx> Sat, 10 Mar 2012 17:52:32 +0100
+
vhffs (4.4.0-1) unstable; urgency=low
* New upstream release
Modified: branches/vhffs-4.4/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- branches/vhffs-4.4/vhffs-api/src/Vhffs/Constants.pm 2012-03-10 16:41:19 UTC (rev 2136)
+++ branches/vhffs-4.4/vhffs-api/src/Vhffs/Constants.pm 2012-03-10 16:53:57 UTC (rev 2137)
@@ -18,7 +18,7 @@
=cut
use constant {
- VHFFS_VERSION => '4.4.0',
+ VHFFS_VERSION => '4.4.1',
VHFFS_RELEASE_NAME => 'Otaria flavescens',
CONF_PATH => '/etc/vhffs/vhffs.conf',
Modified: branches/vhffs-4.4/vhffs-fs/configure.ac
===================================================================
--- branches/vhffs-4.4/vhffs-fs/configure.ac 2012-03-10 16:41:19 UTC (rev 2136)
+++ branches/vhffs-4.4/vhffs-fs/configure.ac 2012-03-10 16:53:57 UTC (rev 2137)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-FS], [4.4.0], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.4.1], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])