vserver-debiantools (0.2.3) unstable; urgency=medium

  * Inittab is now generated instead of simply provided. Thanks to
    Thomas Gelf <thomas@gelf.net> for that fix.
  * Also made sure that update-rc.d will not add links on package
    upgrades.

 -- Ola Lundqvist <opal@debian.org>  Tue,  3 May 2005 19:42:23 +0200

vserver-debiantools (0.2.2) unstable; urgency=low

  * Added support for apt.conf.d to allow for http proxy, closes:
    #306401. Thanks to Daniel van Eeden <daniel_e@dds.nl> for the
    solution.

 -- Ola Lundqvist <opal@debian.org>  Tue, 26 Apr 2005 12:54:42 +0200

vserver-debiantools (0.2.1) unstable; urgency=low

  * Fixed minor issue with package cache system, closes: #264912.

 -- Ola Lundqvist <opal@debian.org>  Wed, 20 Apr 2005 22:25:54 +0200

vserver-debiantools (0.2.0) unstable; urgency=low

  * Applied patch from Daniel Hermann <hermann@tkm.physik.uni-karlsruhe.de>
    that allow for netmasks to IP.
  * Applied patch from Daniel Hermann <hermann@tkm.physik.uni-karlsruhe.de>
    to allow newvserver to use the vserver build system instead of
    debootstrap directly, closes: #305155. This allow for the new
    configuration structure available in latest util-vserver tools.
  * Using this method cause different default capabilities, closes: #197051.
  * Readded package caching and made an option to allow it.
  * Added dependency on util-vserver becuase of this cleanup.
  * Updated README to accnowledte the work of Daniel Hermann.
  * Rewrote hostname check to allow digit in the beginning if it exist
    at least one alpha character, closes: #251569.
  * Removed two options from the manpage.
  * Changed all defaults to sarge.
  * No longer source util-vserver-vars as it has been moved from
    /etc to /usr/lib/util-vserver.
  * Added apt-get autoclean to package caching system.

 -- Ola Lundqvist <opal@debian.org>  Mon, 19 Apr 2005 17:45:15 +0200

vserver-debiantools (0.1.10) unstable; urgency=low

  * Added support for util-vserver 0.30.204 and later versions.

 -- Ola Lundqvist <opal@debian.org>  Sat, 12 Mar 2005 14:45:25 +0100

vserver-debiantools (0.1.9) unstable; urgency=low

  * Changed the location of vreboot from /usr/lib/vserver to
    /usr/lib/util-vserver in the newvserver.sh, newnfsvserver.sh and
    stripserver.sh scripts in order to allow it to be installed to new
    hosts, closes: #293435.

 -- Ola Lundqvist <opal@debian.org>  Sat,  5 Feb 2005 21:11:15 +0100

vserver-debiantools (0.1.8) unstable; urgency=low

  * Fixed a minor typo in newvserver script, closes: #289023.
  * Added source of newvserver-vars config in newnfsvserver script too.
  * Renamed stripserver manpage to correct name from newvserver,
    closes: #290355.
  * Made it possible to use file:/ as mirror target, closes: #239819.

 -- Ola Lundqvist <opal@debian.org>  Mon, 31 Jan 2005 21:52:48 +0100

vserver-debiantools (0.1.7) unstable; urgency=high

  * Changed to architecture all.
  * Made sure that eximconfig is not run unless it is a woody dist.
  * Changed from apt-get remove to dpkg -P to make sure that packages
    that should not exist is removed.

 -- Ola Lundqvist <opal@debian.org>  Sat,  8 Jan 2005 12:42:34 +0100

vserver-debiantools (0.1.6) unstable; urgency=low

  * Fixed so that vserver config IPROOTDEV take interface argument from
    command line or newvserver config, closes: #277541.
  * Updated manpage to show defaults, closes: #277546.

 -- Ola Lundqvist <opal@debian.org>  Fri, 22 Oct 2004 19:31:52 +0200

vserver-debiantools (0.1.5) unstable; urgency=high

  * Fixed problem creating ARCHIVE dir.
  * Changed separator in regexp to allow submasks in dupvserver,
    closes: #273423.

 -- Ola Lundqvist <opal@debian.org>  Tue,  5 Oct 2004 22:54:14 +0200

vserver-debiantools (0.1.4) unstable; urgency=high

  * Fix in handling of /dev in newvserver.
  * This includes that the directory /var/lib/vserver-debiantools is added.
  * Added dependency on the needed version of debootstrap.
  * Now sources.list is created with the selected dist instead of stable hard-coded.

 -- Ola Lundqvist <opal@debian.org>  Mon, 30 Aug 2004 19:23:53 +0200

vserver-debiantools (0.1.3) unstable; urgency=high

  * Problem with having multiple distributions share the same ARCHIVES
    directory. This a very important fix.

 -- Ola Lundqvist <opal@debian.org>  Mon, 30 Aug 2004 19:23:53 +0200

vserver-debiantools (0.1.2) unstable; urgency=high

  * Changed so that newvserver do not create a config file with ulimit -u
    option. That is not POSIX compatible. User can change that manually later.
  * Added GPL statements where they should be.

 -- Ola Lundqvist <opal@debian.org>  Mon, 30 Aug 2004 12:10:43 +0200

vserver-debiantools (0.1.1) unstable; urgency=low

  * Updated manpages so they look nice.
  * Changed so it works with util-vserver. This means that it will not work
    with vserver. This is not a problem since vserver will be removed from
    Debian.
  * Added possibility to have a configuration file for newvserver in
    /etc/vservers/newvserver-vars
  * Dependency in rsync, closes: #237435.
  * Added stdout stderr symlinks in /dev, closes: #209129.
  * Added possibility of post install script, closes: #222819.
    Thanks to Olujimi Brown <obrown@cptech.com>.
  * Fixed sparc issue, closes: #257861.
    Thanks to Helmut Toplitzer <helmut@ifit.uni-klu.ac.at> for the simple fix.
  * Changed so it should work on sarge. Make that the default distribution,
    closes: #239536.
  * Added conflict on vserver as it provides the same tools.
  * Made INSTALL_PACKAGES empty. User has to edit that, it is not up to me
    as a maintainer.

 -- Ola Lundqvist <opal@debian.org>  Wed, 11 Aug 2004 11:56:46 +0200

vserver-debiantools (0.1.0) unstable; urgency=low

  * Initial Release.
    This is a split of the vserver package. The debian specific addon
    scripts is gathered in this package.

 -- Ola Lundqvist <opal@debian.org>  Wed, 28 Jul 2004 19:27:18 +0200
