+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
============
+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.
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])