version 0.30.210
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 22 Jan 2006 19:32:59 +0000 (19:32 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 22 Jan 2006 19:32:59 +0000 (19:32 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2280 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/NEWS
util-vserver/configure.ac
util-vserver/util-vserver.spec.in

index d0c9be0..87532af 100644 (file)
@@ -1,3 +1,25 @@
+version 0.30.210
+================
+
+       - LEGACY BREAKAGE: by default, only recent kernel APIs will be
+       supported so you have to make sure to use at least the vs2.0.1
+       kernel patch. With older kernels, you have to call 'configure'
+       with '--enable-apis=NOLEGACY'. Some programs will not work anymore
+       with the default settings; these ones are:
+
+            + capchroot
+            * chcontext-context
+            * reducecap
+
+       - dlimit support was integrated into the standard vserver
+       operations. Thanks to Daniel Hokka Zakrisson for his patch.
+
+       - recent kernel API is now used for setting up the network
+       contexts. So it should be now possible to use a kernel compiled
+       without CONFIG_VSERVER_LEGACYNET. Thanks to Daniel Hokka Zakrisson
+       for his patch.  .
+
+
 version 0.30.209
 ================
 
index a5f44a0..23fdf1f 100644 (file)
@@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program.
 dnl  
 
 AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.30.209, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.210, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
index 6b35c73..ff0b58b 100644 (file)
@@ -17,7 +17,7 @@
 Summary:       Linux virtual server utilities
 Name:          @PACKAGE@
 Version:       @VERSION@
-Release:       %release_func 0.5
+Release:       %release_func 0
 License:       GPL
 Group:         System Environment/Base
 URL:           http://savannah.nongnu.org/projects/util-vserver/