From: Enrico Scholz Date: Fri, 23 Apr 2004 11:40:40 +0000 (+0000) Subject: version 0.29.5 X-Git-Tag: version_0_30~3 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5ecb3bcd3d83f9f3ecce29d26c3008b81795a0;p=util-vserver.git version 0.29.5 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1509 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/NEWS b/util-vserver/NEWS index 1dad4ff..c16d0cb 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -24,6 +24,13 @@ Version 0.30 filelist and use '-HS' in the sample.conf (reported by Arne Blankerts) + - 'distrib-info' knows now how to deal with Debian; vunify & + related tools should now work there (patch provided by Matthew + Lavy) + + - init-scripts are now a little bit more Debian compliantly + (Savannah patch #2633; provided by Noèl Köthe) + Version 0.29 diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 0ca6a39..9856861 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -25,7 +25,7 @@ dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.29.4, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.29.5, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h])