From 9d5ecb3bcd3d83f9f3ecce29d26c3008b81795a0 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 23 Apr 2004 11:40:40 +0000 Subject: [PATCH] version 0.29.5 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1509 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/NEWS | 7 +++++++ util-vserver/configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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]) -- 1.8.1.5