From: Enrico Scholz Date: Wed, 11 Feb 2004 21:06:17 +0000 (+0000) Subject: version 0.29 X-Git-Tag: version_0_29~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606e7b380952adc6ea583c8184805713ab56701d;p=util-vserver.git version 0.29 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@874 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/NEWS b/util-vserver/NEWS index fa4baf4..e1226c3 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -1,3 +1,13 @@ +Version 0.29 +============ + + - further compilation fixes + + - adapted the 'vserver ... build' command to the new barrier + mechanism + + + Version 0.28 ============ diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index a8aa0d3..59e7890 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.28.91, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.29, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h])