Release new version 0.68
[grml-debootstrap.git] / debian / changelog
index b29c593..827d96a 100644 (file)
@@ -1,3 +1,287 @@
+grml-debootstrap (0.68) unstable; urgency=medium
+
+  * [8a4a3c8] Adjust filesystem check for new blkid behaviour
+    (Closes: #772849)
+
+ -- Michael Prokop <mika@grml.org>  Thu, 11 Dec 2014 18:38:06 +0100
+
+grml-debootstrap (0.67) unstable; urgency=medium
+
+  The "[✔] ready for jessie" release
+
+  [ Michael Prokop ]
+  * [add7aab] Update documentation for upcoming stable release
+    Debian/jessie
+  * [486fa51] Use jessie as new default release
+  * [0f66ed4] Add support for jessie in dialog based user interface
+  * [bda9f3a] package selection: replace dhcp3-client with isc-dhcp-client
+  * [18ee5ea] Support MKFS_OPTS variable + use -F option in mkfs.ext* when
+    running in force mode
+  * [491c75a] Add sources.list support for squeeze-lts
+  * [75be5c3] docs: simplify table of supported releases, mention lenny
+    issue
+  * [86c5325] Make disk identifier configurable via DISK_IDENTIFIER
+    variable. Thanks to Patrick Schleizer <adrelanos@riseup.net> for the
+    initial patch
+  * [bd598a0] Fix some minor issues identified by shellcheck
+  * [37d7df7] config: use uuidgen tool for DISK_IDENTIFIER usage example
+  * [ca32c51] Fix some further issues identified by shellcheck
+  * [a2b19f1] Do not use fixed disk identifiers by default
+  * [af35272] Always use UUIDs for GRUB booting in VMs instead of
+    hardcoding values
+  * [a227187] docs: fix wrong usage example description. Thanks to Florian
+    Klien for the bug report
+  * [092274d] Execute kpartx in sync mode to avoid race conditions
+  * [86b25a4] Support GRUB as present in Debian/jessie in VM builds
+  * [e0b0b8b] docs: set man.base.url.for.relative.links option when
+    generating man-page
+  * [5adf8f6] Fix linux-image package check for Debian/jessie 32bit.
+    Thanks to Patrick Schleizer <adrelanos@riseup.net> for the bug report
+  * [6dde1bd] Fix check for available /dev/md* devices
+
+  [ Patrick Schleizer ]
+  * [ba9ff1f] Use UUIDs in /boot/grub/grub.cfg for VM builds rather than
+    hardcoding /dev/sda
+
+ -- Michael Prokop <mika@grml.org>  Mon, 13 Oct 2014 21:16:04 +0200
+
+grml-debootstrap (0.66) unstable; urgency=medium
+
+  [ Michael Prokop ]
+  * [cd8a1e5] Provide 'make shellcheck' for syntax checks, enable during
+    package build
+  * [6efce15] Execute wrap-and-sort on debian directory
+  * [856786f] Bump Standards-Version to 3.9.6
+
+  [ Patrick Schleizer ]
+  * [430c060] Adjust locale handling (LANG/LANGUAGE) to match with Debian
+    wheezy defaults
+
+  [ Markus Rekkenbeil ]
+  * [9b9cdfe] Add set process for /etc/mailname [Closes: issue1315]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 02 Oct 2014 11:39:54 +0200
+
+grml-debootstrap (0.65) unstable; urgency=medium
+
+  [ Christian Hofstaedtler ]
+  * [960e54d] Add option --vm to install VMs into LVs and such
+
+  [ Michael Prokop ]
+  * [7fc0e06] Initial packer/vagrant/autotest setup
+  * [21b0160] Improve packer deployment for usage in Vagrant
+
+ -- Michael Prokop <mika@grml.org>  Thu, 03 Jul 2014 12:27:55 +0200
+
+grml-debootstrap (0.64) unstable; urgency=medium
+
+  The "happy easter \(◎o◎)/" release
+
+  * [bba7c19] Initial README.md (esp. for Github users)
+  * [329df0b] Set up default /etc/network/interfaces with dhcp for eth0 in
+    VM use case. Thanks to Ulrich Dangel <mru@spamt.net> for review and
+    Thanks to Christian Hofstaedtler <christian@hofstaedtler.name> for
+    suggestion + review
+  * [c653f57] Provide option --defaultinterfaces to install default
+    /etc/network/interfaces
+
+ -- Michael Prokop <mika@grml.org>  Sun, 20 Apr 2014 02:50:33 +0200
+
+grml-debootstrap (0.63) unstable; urgency=medium
+
+  [ Christian Hofstaedtler ]
+  * [1fa99e5] Fix smbfs example in fstab
+
+  [ Michael Prokop ]
+  * [95f4b7c] Switch default filesystem from ext3 to ext4
+  * [8b1c652] Provide --debug option for very verbose execution
+  * [d919319] Support execution of --grub when installing to target
+    directory. Thanks to Michael Renner <michael.renner@amd.co.at> for
+    initial bug report and sponsoring my development time
+  * [2976d92] Copy /etc/network/interfaces from host system, unless
+    --nointerfaces is used or target is a VM. Thanks to Michael Renner
+    <michael.renner@amd.co.at> for feature request and sponsoring my
+    development time
+  * [84fe150] Update documentation WRT supported releases and some minor
+    fixes
+  * [6cf66c7] Clarify usage of default hostname ($HOSTNAME is considered)
+  * [6c59725] Support --nokernel option to skip installation of default
+    kernel images
+  * [583bdc6] Do not enable security mirror for lenny release, being
+    unavailable/unsupported nowadays
+
+ -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 02:03:45 +0200
+
+grml-debootstrap (0.62) unstable; urgency=medium
+
+  * [2751e66] Execute apt upgrade with DEBIAN_FRONTEND environment
+    variable
+
+ -- Michael Prokop <mika@grml.org>  Tue, 08 Apr 2014 19:32:31 +0200
+
+grml-debootstrap (0.61) unstable; urgency=medium
+
+  * [a685e2b] Add ifenslave and cryptsetup to default package list
+    [Closes: issue1293]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Mar 2014 23:36:53 +0100
+
+grml-debootstrap (0.60) unstable; urgency=medium
+
+  [ Patrick Schleizer ]
+  * [4f436b4] added $DPKG_OPTIONS to all instances of apt-get and aptitude
+    https://github.com/grml/grml-debootstrap/issues/8
+  * [80fae65] [7ec9ddc] grml-debootstrap own version detection code
+    simplification
+  * [134498c] It is not possible to build amd64 on i386. Break when the
+    user attempts to do this.
+  * [5a873a8] Support FIXED_DISK_IDENTIFIERS option, useful for
+    reproducible builds
+
+  [ Michael Prokop ]
+  * [b9fc7bb] Abort if FIXED_DISK_IDENTIFIERS is set but mkfs.* does not
+    match for ext{2,3,4} file system
+  * [a59c1b4] Bump Standards-Version to 3.9.5
+
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Mar 2014 16:18:49 +0100
+
+grml-debootstrap (0.59) unstable; urgency=low
+
+  * [b8fb51c] Fix usage of configuration variables
+  * [6e7a2c8] Drop URL to release notes from script header
+  * [2ef61aa] Improve error handling for update-locale
+
+ -- Michael Prokop <mika@grml.org>  Tue, 12 Nov 2013 14:06:52 +0100
+
+grml-debootstrap (0.58) unstable; urgency=low
+
+  * [ddf2a40] Support $DEFAULT_LOCALES to enable specified locales as
+    default
+  * [a75f067] Install grub to main md device when installing on
+    SW-RAID/mdadm
+  * [172555b] Support overriding configuration via environment variables
+  * [45642a3] Add vlan package to default package list
+  * [af82910] Add bridge-utils to default package list
+  * [53d51ac] Fix description of SCRIPTS variable in config file.
+    Thanks to Jimmy Gredler for the hint
+  * [2ecc3d3] Mention that "raw format" is used for vmfile option
+
+ -- Michael Prokop <mika@grml.org>  Tue, 12 Nov 2013 13:15:23 +0100
+
+grml-debootstrap (0.57) unstable; urgency=low
+
+  The "happy wheezy release" release
+
+  [ Christian Hofstaedtler ]
+  * [dfac692] Remove obsolete DM-Upload-Allowed flag
+  * [5fbec1d] Bump Standards-Version to 3.9.4 (no changes needed)
+
+ -- Michael Prokop <mika@grml.org>  Wed, 08 May 2013 16:21:23 +0200
+
+grml-debootstrap (0.56) experimental; urgency=low
+
+  [ Markus Rekkenbeil ]
+  * [4f9ea91] Add new feature "backportrepos" via option --backportrepos
+
+  [ Evgeni Golov ]
+  * [e45e376] fix kernel image search on i386
+
+ -- Michael Prokop <mika@grml.org>  Fri, 08 Mar 2013 15:28:21 +0100
+
+grml-debootstrap (0.55) experimental; urgency=low
+
+  [ Evgeni Golov ]
+  * ISO related bugfixes:
+    * [6f8ba91] set ISO to file:$ISO, not to file:$1 which is
+      just wrong
+    * [ab690ec] debootstrap from an ISO when ISO is set as MIRROR
+      is always set
+    * [10690a9] Debian ISOs do not contain signed Release files
+    * [9c1ec11] remove local (file://) mirrors from sources.list
+  * Misc improvements:
+    - [010a354] add a fallback mirror to be added in case when a local
+      mirror is removed
+    - [91e39fc] Dynamically determine the correct kernel package name
+      [Closes: issue1206]
+    - [76ca758] Add firmware-linux-free to the packages to be installed
+    - [a9697fb] add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
+    - [a93156c] don't fail to ask for a password if there is no TTY
+      [Closes: issue1200]
+
+  [ Michael Prokop ]
+  * [f3a7ab6] Use http.debian.net as default mirror
+
+ -- Michael Prokop <mika@grml.org>  Mon, 04 Feb 2013 15:58:46 +0100
+
+grml-debootstrap (0.54) unstable; urgency=low
+
+  The "happy new year, Verena" release.
+
+  [ Evgeni Golov ]
+  * [5ee8148] add BOOT_APPEND to GRUB_CMDLINE_LINUX_DEFAULT
+
+  [ Michael Prokop ]
+  * [62cec4e] Do not hardcode squeeze as Debian/stable
+  * [6589216] Set wheezy as the new default release [Closes: #688234]
+  * [ae9070d] docs: fix outdated default mirror reference
+  * [e5a6244] docs: clarify AUTOINSTALL is currently supported on Grml
+    live systems only. Thanks to Evgeni Golov <evgeni@grml.org> for review
+    + improving
+  * [4280921] docs: mention VM image and dialog based frontend support.
+    Thanks to Evgeni Golov <evgeni@grml.org> for review and improving
+
+ -- Michael Prokop <mika@grml.org>  Mon, 31 Dec 2012 23:52:42 +0100
+
+grml-debootstrap (0.53) unstable; urgency=low
+
+  * [4d08103] Add acpi-support-base to default package selection
+
+ -- Michael Prokop <mika@grml.org>  Tue, 19 Jun 2012 23:04:16 +0200
+
+grml-debootstrap (0.52) unstable; urgency=low
+
+  [ Darshaka Pathirana ]
+  * [344f0e9] detect architecture before checkconfiguration
+  * [ddbb875] display architecture in checkconfiguration summary
+
+  [ Michael Prokop ]
+  * [14e6e30] dm-mod: also check for device-mapper support using
+    /proc/misc
+
+ -- Michael Prokop <mika@grml.org>  Mon, 11 Jun 2012 17:34:47 +0200
+
+grml-debootstrap (0.51) unstable; urgency=low
+
+  * [0452dad] VM feature: improve sed command line to replace root=...
+    kernel option. Thanks to Conny Seidel <conny.seidel@amd.com> for
+    bugreport + patch
+  * [06fc8bd] Drop --insecure/SECURE option + instead depend on
+    debian-archive-keyring package
+  * [4fac6ee] Redirect eerror messages to stderr
+  * [ab9101c] Remove chroot-script after execution
+  * [f831c79] Display debootstrap.log if bootstrapping failed and log
+    file isn't empty
+  * [8cf8a43] Display grml-debootstrap version information in
+    configuration-check dialog
+  * [14021b8] Adjust source code comment for --nopassword option
+
+ -- Michael Prokop <mika@grml.org>  Mon, 14 May 2012 18:21:55 +0200
+
+grml-debootstrap (0.50) unstable; urgency=low
+
+  [ Michael Prokop ]
+  * [772c343] docs: mention http://archive.debian.org/debian/ for
+    lenny release
+  * [6ea6382] Make sure loop module is present [Closes: issue1155]
+    Thanks to Christian Hofstaedtler for the bugreport.
+
+  [ Gregor Thill ]
+  * [afe4bad] Remove the sysfs noauto entry from the installed fstab.
+    Thanks to Carsten Hey <carsten@debian.org> for helping in
+    bug report handling and patch handling. (Closes: #670074)
+
+ -- Michael Prokop <mika@grml.org>  Tue, 24 Apr 2012 01:59:55 +0200
+
 grml-debootstrap (0.49) unstable; urgency=low
 
   * Team upload