version 0.26
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 22 Nov 2003 02:14:04 +0000 (02:14 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sat, 22 Nov 2003 02:14:04 +0000 (02:14 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@441 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/NEWS
util-vserver/README
util-vserver/configure.ac

index 1a55544..c0141f6 100644 (file)
@@ -1,3 +1,18 @@
+Version 0.26
+============
+
+       - BUGFIX: uninitialized variables in 'ifspec' were fixed and
+         error-messages will be given out when ioctl() on the requested
+         interface fails (thanks to Herbert Poetzl)
+       
+       - BUGFIX: fixed vc_get_rlimit_mask() to return the queried
+         values. This step was missing in 0.25 which returned the
+         error-code only.
+       
+       - use the shipped 'virtual.h' header on default instead of the
+         kernel version. The old Behavior can be restored with the
+         '--disable-internal-headers' ./configure option
+       
 Version 0.25
 ============
 
index e69de29..86b6e1d 100644 (file)
@@ -0,0 +1,10 @@
+Build-Requirements:
+
+    * at least gcc-2.95 (C and C++ frontends)
+
+    * when using 2.6 kernel-headers, the 'e2fsprogs' headers are
+      required. RHL/Fedora Core ships them in the 'e2fsprogs-devel'
+      package, Mandrake in 'libext2fs2-devel'.
+
+      Using these headers with kernel 2.4 will not hurt and can prevent
+      problems, so they are strongly recommended.
index 136f68b..8db5c4b 100644 (file)
@@ -25,7 +25,7 @@ dnl
 
 AC_PREREQ(2.57)
 
-AC_INIT(util-vserver, 0.25.90, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.26, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])