Version 0.30.211.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 7 Oct 2006 18:03:17 +0000 (18:03 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 7 Oct 2006 18:03:17 +0000 (18:03 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2354 94cd875c-1c1d-0410-91d2-eb244daf1a30

NEWS
configure.ac
mkrelease

diff --git a/NEWS b/NEWS
index 87532af..c2e195c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+version 0.30.211
+================
+
+       - novlandev is now the default. To reenable the old behaviour of
+       creating VLAN interfaces where used, touch
+       ${sysconfdir}/vservers/.defaults/interfaces/vlandev.
+
+       - vshelper now works correctly with the kernel legacy support turned
+       off.
+
+       - vlogin provides a terminal proxy which allocates a new psuedo-tty
+       on the inside when you enter a guest.
+
+       - and lots of other features/fixes, see ChangeLog.
+
+
 version 0.30.210
 ================
 
index 8077a96..a4c90f0 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.210, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.211, vserver@list.linux-vserver.org)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
index 90ead29..ddba1ea 100755 (executable)
--- a/mkrelease
+++ b/mkrelease
@@ -17,8 +17,8 @@ ver=${ver/,}
 
 echo ">>> create release tag"
 
-#svn copy ${svnroot}/trunk ${svnroot}/tags/release-${ver} \
-#      -m "Tagging the ${ver} release of the ${proj} project" || die "svn copy failed"
+svn copy ${svnroot}/trunk ${svnroot}/tags/release-${ver} \
+       -m "Tagging the ${ver} release of the ${proj} project" || die "svn copy failed"
 
 
 echo ">>> bootstrap sources"
@@ -27,7 +27,7 @@ make -f Makefile.svn || die "make failed"
 
 echo ">>> create release tarball"
 
-./configure || die "configure failed"
+./configure --sysconfdir=/etc --prefix=/usr || die "configure failed"
 make dist || die "make dist failed"
 
 for i in *.tar.bz2 *.tar.gz; do