[vhffs-dev] [1665] final changes for vhffs 4.3.0 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1665
Author: gradator
Date: 2011-04-18 00:08:43 +0200 (Mon, 18 Apr 2011)
Log Message:
-----------
final changes for vhffs 4.3.0
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
trunk/configure.ac
trunk/vhffs-api/src/Vhffs/Constants.pm
trunk/vhffs-fs/configure.ac
trunk/vhffs-packages/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/ChangeLog 2011-04-17 22:08:43 UTC (rev 1665)
@@ -1,3 +1,46 @@
+VHFFS 4.3.0
+ - Added information in history about wich user generated which entry
+ - fixed modobot perl 4 syntax
+ - ajaxified the public part
+ - private scm repositories removed from public part display
+ - awstats 6.95 support added
+ - awstats 7.0 support added
+ - modobot backend reconnection support
+ - fixed lang and theme cookies/internal so that user doesn't need to
+ double refresh to get accurate information
+ - fixed tag request stuff
+ - email contact list display for admins suitable for a cut'n'past in
+ mutt
+ - added compile time option "-DCHECK" for vhffsfsssync_slave so that
+ you can run to check if your slave copy is up to date
+ - added mtime support to vhffsfssync
+ - fixed a bug in vhffsfssync when a directory is replaced to a regular
+ file
+ - using fflush() before futimes() in vhffsfssync to get accurate
+ results
+ - fixed some replication issues with vhffsfssync
+ - vhffsfsync slave option to preserve owners, groups and permissions
+ - ported lighttpd patchs for 1.4.28
+ - ported pure-ftpd patchs to 1.0.30
+ - ported VFS Linux kernel patch to 2.6.33.*, 2.6.36.*
+ - ported phppgadmin patch to 4.2.3
+ - ported MySQL patch to 5.1.49
+ - ported suPHP patchs to 0.7.1
+ - ported PunBB patchs to 1.3.5
+ - fixed perl 4 syntax in cron_scheduler
+ - reworked a bit cron_scheduler
+ - rewrote Robots::Mysql
+ - added mercurial support to VHFFS
+ - started bazaar support
+ - removed panel useless stuff, improved a bit the panel CSS
+ - added vhffs-fs clearing mode options
+ - new default permissions for homedir (700) and groupdir (770)
+ - vhffs-fs now does its own permission checking instead of relying on
+ the buggy fuse default_permission flag
+ - fixed autokill and vhffsfsync for filesystems that do not support
+ the dirent d_type field
+ - and bugfixes here and here...
+
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
Modified: trunk/README
===================================================================
--- trunk/README 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/README 2011-04-17 22:08:43 UTC (rev 1665)
@@ -1,17 +1,20 @@
VHFFS README
-----------
-Please read content in vhffs-doc/ directory. It contains useful
-documentation and configuration templates to install or admin VHFFS.
+Installation Guide
+http://www.vhffs.org/doc:installationguide
-Installation Guide
-French: http://www.vhffs.org/wiki/fr:doc:guide:sidebar
-English: http://www.vhffs.org/wiki/doc:guide:sidebar
-Spanish: http://www.vhffs.org/wiki/es:doc:guide:sidebar
+Upgrade Guide from VHFFS 4.2.x
+http://www.vhffs.org/doc:installationguide:upgrade-from-4.2
+
+Please also read content in vhffs-doc/ directory. It contains useful
+documentation and configuration templates to install or admin VHFFS.
+
+
Need help ?
* Mailing list: vhffs@xxxxxxxxx
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/configure.ac 2011-04-17 22:08:43 UTC (rev 1665)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT(vhffs, [4.3], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.3.0], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm 2011-04-17 22:08:43 UTC (rev 1665)
@@ -6,8 +6,8 @@
use constant
{
- VHFFS_VERSION => '4.3-alpha (Revision: %VHFFS_REVISION%)',
- VHFFS_RELEASE_NAME => "tobedefined",
+ VHFFS_VERSION => '4.3.0',
+ VHFFS_RELEASE_NAME => 'Enhydra lutris',
WAITING_FOR_VALIDATION => 1,
VALIDATION_REFUSED => 2,
Modified: trunk/vhffs-fs/configure.ac
===================================================================
--- trunk/vhffs-fs/configure.ac 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/vhffs-fs/configure.ac 2011-04-17 22:08:43 UTC (rev 1665)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-fs], [4.3], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.3.0], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])
Modified: trunk/vhffs-packages/Makefile.am
===================================================================
--- trunk/vhffs-packages/Makefile.am 2011-04-17 21:05:41 UTC (rev 1664)
+++ trunk/vhffs-packages/Makefile.am 2011-04-17 22:08:43 UTC (rev 1665)
@@ -1,31 +1,27 @@
EXTRA_DIST = \
+ patches/lighttpd/10-partialcontentabuse.conf \
+ patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse-debian-sid.patch \
+ patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse.patch \
+ patches/lighttpd/mod_partialcontentabuse.c \
+ patches/lighttpd/README \
+ patches/mysql/200_mysql-5.1-5.1.49-username-length.dpatch \
+ patches/phppgadmin/phppgadmin_4.2.3_tuxfamily.patch \
+ patches/phppgadmin/phppgadmin_5.0.2_tuxfamily.patch \
+ patches/pureftpd/pure-ftpd-1.0.30-customerproof-tf.patch \
+ patches/pureftpd/pure-ftpd-1.0.30-estpandpassive.patch \
+ patches/suphp/10_TuxFamily-suphp-0.7.1-1-directorygroupcheck.dpatch \
+ patches/suphp/11_TuxFamily-suphp-0.7.1-1-limits.dpatch \
+ patches/suphp/12_TuxFamily-suphp-0.7.1-1-add-targetmode-execute.dpatch \
+ patches/tfsyscall/tfsyscall-0.1.0-2.6.24.4.patch \
+ patches/tfsyscall/tfsyscall-0.1.1-2.6.23.16.patch \
+ patches/tfsyscall/tfsyscall-0.1.1-2.6.25.11.patch \
+ patches/tfsyscall/tfsyscall-0.1.1-2.6.28.9.patch \
+ patches/tfsyscall/tfsyscall-0.2.0-2.6.28.9.patch \
+ patches/tfsyscall/tfsyscall-0.2.0-2.6.29.5.patch \
+ patches/tfsyscall/tfsyscall-0.2.0-2.6.33.2.patch \
+ patches/tfsyscall/tfsyscall-0.2.1-2.6.33.2.patch \
+ patches/tfsyscall/tfsyscall-0.2.2-2.6.33.2.patch \
+ patches/tfsyscall/tfsyscall-0.2.2-2.6.36.1.patch \
buildall.sh \
- tfsyscall/tfsyscall-0.2.2-2.6.36.1.patch \
- tfsyscall/tfsyscall-0.1.1-2.6.28.9.patch \
- tfsyscall/tfsyscall-0.2.0-2.6.33.2.patch \
- tfsyscall/tfsyscall-0.1.1-2.6.25.11.patch \
- tfsyscall/tfsyscall-0.2.0-2.6.28.9.patch \
- tfsyscall/tfsyscall-0.1.0-2.6.24.4.patch \
- tfsyscall/tfsyscall-0.1.1-2.6.23.16.patch \
- tfsyscall/tfsyscall-0.2.2-2.6.33.2.patch \
- tfsyscall/tfsyscall-0.2.0-2.6.29.5.patch \
- tfsyscall/tfsyscall-0.2.1-2.6.33.2.patch \
- lighttpd/lenny.patch \
- lighttpd/README \
- lighttpd/10-partialcontentabuse.conf \
- lighttpd/1.4.23.patch \
- lighttpd/mod_partialcontentabuse.c \
- lighttpd/1.4.25.patch \
- lighttpd/1.4.26.patch \
- mydns/mydns-1.1.0-7etch1-fix-bug-long-txt-reply.patch \
- phppgadmin/phppgadmin_4.2.3_tuxfamily.patch \
- pureftpd/customerproof-tf.patch \
- pureftpd/estpandpassive.patch \
- suphp/12_TuxFamily-suphp-0.6.2-3-add-targetmode-execute.dpatch \
- suphp/10_TuxFamily-suphp-0.6.2-3-directorygroupcheck.dpatch \
- suphp/11_TuxFamily-suphp-0.6.2-3-limits.dpatch \
- mysql/200_mysql-dfsg-5.0-5.0.32-username-length.dpatch \
- mysql/200_mysql-5.1-5.1.49-username-length.dpatch \
- mysql/200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch \
README