simple-cdd (0.3.6) unstable; urgency=medium

  * urgency medium, as it closes an RC bug

  * fix dependency resolution for provides:
    - install providecheck into /usr/share/simple-cdd
      reported by David Paleino (Closes: #447293)
    - fix bug causing packages providing multiple features to be ignored

  * include help output for --build-tools
    patch from alessandro -oggei- ogier (Closes: #446734)

  * consistantly use "sed -i -e" instead of "sed -ie"
    reported by alessandro -oggei- ogier (Closes: #447031)

  * updated example configuration files
    thanks to alessandro -oggei- ogier (Closes: #446735)

  * language and country are obsoleted by locale:
    - dropped from man page and example configuration files

  * build-simple-cdd:
    - do not unset CONTRIB or NONFREE variables
    - include profile configuration files before setting default values
    - ensure that KERNEL_PARAMS gets exported

  * document using contrib and non-free in README

  * update bzr branch info in debian/copyright

 -- Vagrant Cascadian <vagrant@freegeek.org>  Tue, 23 Oct 2007 21:48:19 -0700

simple-cdd (0.3.5) unstable; urgency=low

  * updated README (Closes: #445139)
  * dependency resolution now handles provides 

 -- Vagrant Cascadian <vagrant@freegeek.org>  Wed,  3 Oct 2007 12:34:06 -0700

simple-cdd (0.3.4) unstable; urgency=low

  * fix bug in handling proposed-updates:
    - append instead of overwrite (Closes: #431543)

  * documentation updates:
    - use x-basic profile in the example, since default is always installed
    - default protocol is ftp

  * added commandline options:
    - set distribution used (--dist)
    - pull simple-cdd-profiles udeb from newer distribution
      (--profiles-udeb-dist)
    - pull in udebs from additional distribution (--extra-udeb-dist)

  * dropped commandline options: --http-proxy and --default-profiles

  * possible to use different mirror for wget and reprepro mirror-tools

  * test profile: do not set kqemu options

  * add comment explaining why local_packages is handled differenty when
    reprepro is used (Closes: #442371) 

 -- Vagrant Cascadian <vagrant@freegeek.org>  Tue, 18 Sep 2007 09:39:09 -0700

simple-cdd (0.3.3) unstable; urgency=low

  * patch to use proposed-updates based on patches provided by Daniel Dehennin
    (Closes: #431543)
  * document --conf option (thanks to Chris AtLee, Closes: #440193)
  * export OFFICIAL_VAL (thanks to Vlad Shakhov, Closes: #435831)
  * fix typo in CODENAME (thanks to Vlad Shakhov, Closes: #435831)
  * enable kqemu if present (suggested by Daniel Dehennin, Closes: #431419)
  * drop commanline arguments: --extras and --packages

 -- Vagrant Cascadian <vagrant@freegeek.org>  Sat,  1 Sep 2007 15:52:27 -0700

simple-cdd (0.3.2) unstable; urgency=low

  [ Gustavo Franco ]
  * Introduce a simple-cdd manpage.
  * Add information about debootstrap run before it runs.
  * Add usage header into '--help' output.

  [ Vagrant Cascadian ]
  * build-simple-cdd:
    - drop use of debian-cd's CONF.sh
    - depend on lsb-release to set default CODENAME and DEBVERSION
    - improved handling of contrib and non-free
    - fix typo: cutsom_installer -> custom_installer
    - remove obsoleted language/country selection code
  * add XS-X-Vcs-Bzr field
  * use -g as shorthand for --graphical-installer
  * include simple-cdd manpage in package

 -- Vagrant Cascadian <vagrant@freegeek.org>  Sat, 16 Jun 2007 20:23:02 +0100

simple-cdd (0.3.1) unstable; urgency=low

  [ Gustavo Franco ]
  * Split simple-cdd.conf configuration file in two
    - simple-cdd.conf: Containing the minimal configuration options
    - simple-cdd.conf.detailed: Containing every possible option
  * Move debian-cd related code to build-tools/debian-cd
  * Move qemu related code to testing-tools/qemu

  [ Vagrant Cascadian ]
  * move tools to tools directory
    - build-tools -> tools/build
    - mirror-tools -> tools/mirror
    - testing-tools -> tools/testing
  * obsolete need for simple-cdd.conf
    - build-simple-cdd sets default values
    - add a --conf commandline option
    - move to examples documentation
  * build-simple-cdd can be run from anywhere
  * support components other than "main" (Closes: #422264)
  * checkpackages now works with directories containing underscores

 -- Vagrant Cascadian <vagrant@freegeek.org>  Tue, 22 May 2007 14:58:56 +0200

simple-cdd (0.3.0) experimental; urgency=low

  * updates for etch
    - depend on debian-cd >= 3.0.0
    - support for multi-arch CDs

  * documentation updates
    - improved README and comments
    - moved to cdd project
    - switched to bzr for revision control
 
  * simple-cdd-profile udeb integrates into debian-installer

  * improvements to download methods
    - significantly reduced number of files downloaded
    - switch default protocol for debian mirror to ftp
    - additional download methods:
      + reprepro, wget, rsync and debpartial-mirror
    - prefer reprepro and wget over depbartial-mirror

  * new profile options
    - load udebs when profile is selected
    - exclude packages from CD if profile is included

  * new profiles:
    - ltsp
    - vserver
    - x-basic
    - test

  * removed outdated profiles:
    - lessdisks
    - fg-baseserver
    - freekbox3*

 -- Vagrant Cascadian <vagrant@freegeek.org>  Mon, 26 Mar 2007 09:03:16 -0700

simple-cdd (0.2.1) unstable; urgency=low

  * freekbox3 profile:
    - defaults to 2.6 kernel
    - only add CD entry to sources.list if not already present
  * new experimental profiles:
    - fg-baseserver: a simple server image
      + include (but not install) software for:
        web, mail, dhcp, dns, http proxy
    - freekbox3-laptop: additional software for laptops
    - freekbox3-gnome: gnome-based profile similar to freekbox3
    - freekbox3-fgoly: minor changes to freekbox3 from freegeek olympia
  * removed unmaintained "sa" profile
  * per-profile descriptions
  * example exclude files
  * build-simple-cdd
    - "build profiles" that only are used during CD build
    - can be installed into PATH and run from anywhere
    - crude support for an additional mirror
    - allow comma-separated lists for profile selection
    - configuration files and commandline options included on CD
    - able to grab updates from a security mirror
    - new commandline options:
      + set default profiles: --default-profiles
      + build profiles: --build-profiles
      + security mirror: --security-mirror
      + extra mirror: --extra-mirror
  * simple-cdd-packages:
    - do not attempt to install packages already installed
    - option to override debconf priority and frontend
  * freekbox3-multi build profile: multi-profile freekbox3 installer
    - excluded packages by default
  * local package support:
    - attempt to resolve dependencies of local packages
    - use LOCAL/LOCALDEBS feature of debian-cd
  * checkpackages:
    - can now check for packages in any directory
    - handle packages with a "+" in name
    - check for packages included but not asked for
    - check for local packages

 -- Vagrant Cascadian <vagrant@freegeek.org>  Fri, 21 Oct 2005 11:10:14 -0600

simple-cdd (0.2.0) unstable; urgency=low

  * automatically include "default" profile
  * option to build local package repository
  * simplified language and country selection
  * added build-time configuration file for profiles
  * examples for setting default CD label
  * updated freekbox3 and lessdisks profiles
  * prompt before over-writing hard-disk partitions by default
  * build-simple-cdd: many commandline options added

 -- Vagrant Cascadian <vagrant@freegeek.org>  Mon, 11 Jul 2005 11:28:19 -0600

simple-cdd (0.1.1) unstable; urgency=low

  * switch to using cdbs
  * drop un-used substitution variables in control file
  * use build-depends-indep instead of build-depends
  * fix to work with debian-cd in sarge (2.2.22)
  * new option to use a 2.6 kernel by default
  * new option to use serial console
  * added post-install scripts for profiles

 -- Vagrant Cascadian <vagrant@freegeek.org>  Thu, 23 Jun 2005 14:18:11 -0600

simple-cdd (0.1.0) unstable; urgency=low

  * Initial Release.

 -- Vagrant Cascadian <vagrant@freegeek.org>  Tue,  1 Feb 2005 12:52:42 -0800

