Release new version 0.70
[grml-debootstrap.git] / debian / changelog
index 9965097..b66876c 100644 (file)
@@ -1,3 +1,113 @@
+grml-debootstrap (0.70) unstable; urgency=medium
+
+  [ Sebastian Pipping ]
+  * [d59e47c] Fix unmounting [..]/dev once more (issue #50)
+  * [d08be12] Mount and unmount /dev/pts for chrooting (issue #39)
+  * [e781fc5] No longer write too many disk ID bytes (issue #75)
+  * [a459d66] Fix current release-related texts before adding stretch
+    (issue #77)
+  * [7549cad] Add support for installation of Debian stretch (issue #77)
+  * [874b096] Revert "Check for grub-mkimage when creating virtual machine
+    images (issue #61)"
+  * [1adbe33] Revert "Add grub-common to recommended dependencies for
+    grub-mkimage (issue #61)"
+  * [4524757] Install GRUB once, at most (second take, issue #78)
+  * [c7c6cfd] Fix grub-install invocation for post-wheezy releases and sid
+    (issue #78)
+
+  [ Patrick Schleizer ]
+  * [cb71442] implemented trap ERR for grml-debootstrap and chroot-script;
+    changed chroot script from sh to bash script, because trap ERR is a
+    bashism
+
+  [ Michael Prokop ]
+  * [aba5a80] Use full fingerprint instead of short GPG key ids for Grml
+    repository. Thanks to Patrick Schleizer <adrelanos@riseup.net> for bug
+    report and feedback
+  * [831a5d8] Install firmware-linux only when non-free is among the
+    COMPONENTS. Thanks to Philip Hands <phil@hands.com> for the patch
+    (Closes: #786966)
+  * [15a1143] Drop contrib + non-free from default COMPONENTS, support
+    --contrib + -non-free cmdline options
+
+ -- Michael Prokop <mika@grml.org>  Wed, 03 Jun 2015 17:02:41 +0200
+
+grml-debootstrap (0.69) unstable; urgency=medium
+
+  The "jessie partyyyyyy ♫♫♫" release
+
+  [ Sebastian Pipping ]
+  * [ccba9a8] Try unmounting [..]/dev harder
+  * [e5e71bc] Delete binary packer/fake-uname.so
+  * [be32888] Initialize packer/.gitignore
+  * [762d9ef] Fix packer/Makefile dependencies
+  * [d945d99] Check for grub-mkimage when creating virtual machine images
+  * [9d3d538] Add grub-common to recommended dependencies for grub-mkimage
+  * [b3cddce] Fixed version reported when run from Git
+  * [7b07013] Source cmdlineopts.clp from same folder as grml-debootstrap
+    file (Closes: #776502) [CVE-2015-1378]
+  * [92b1de2] Add missing escaping of user input (Closes: #779925)
+
+  [ Patrick Schleizer ]
+  * [3aa7301] Break when using unsupported generic codenames "stable" or
+    "testing"
+
+  [ Michael Prokop ]
+  * [f992b13] Do not stop hosts' SSH + mdadm services in cleanup
+    procedure. Thanks to Sebastian Pipping for debugging and bug report
+    (Closes: #779913)
+  * [dae518d] Define ewarn function to properly display warning messages
+    (Closes: #780204)
+
+ -- Michael Prokop <mika@grml.org>  Fri, 24 Apr 2015 18:12:55 +0200
+
+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 ]