diff options
author | Daniel Baumann <daniel@debian.org> | 2012-11-02 12:28:39 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-11-02 12:29:08 +0100 |
commit | 7b2b860d72487a6608f40f9d1144acbc75d56a3a (patch) | |
tree | 26bc0e0e832f5c52f9fb92a9a7ae17a20c9e9c0e /debian | |
parent | ce36fd703f9205095bde179cbf2c6e355d519435 (diff) | |
download | vyos-live-build-7b2b860d72487a6608f40f9d1144acbc75d56a3a.tar.gz vyos-live-build-7b2b860d72487a6608f40f9d1144acbc75d56a3a.zip |
Releasing debian version 3.0~a67-1.debian/3.0_a67-1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f9336ca00..f2174215c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +live-build (3.0~a67-1) unstable; urgency=low + + [ chals ] + * Addin missing comma in the long debootstrap-options that caused an + unrecognized option message. + + [ Daniel Baumann ] + * Renaming progress mode to progress-linux to match the used naming + scheme. + * Removing unecessary removal of apt preferences. + * Removing workaround for #657560 where we had to temporarily include + bzip2 into the bootstrapped chroot to avoid sids apt failing on + mirrors with bzip2 indices only. + * Removing cruft line breaks in bailout messages for bootstrap tools. + * Using xargs when copying or hardlinking deb files from and to the + package cache to avoid hit the shell max command limits (Closes: + #691616). + * Defaulting to systemd as initsystem for wheezy based progress-linux + releases and newer. + * Shortening initsystem specific hacks for wheezy, systemd on squeeze + never was really supported anyway. + * Removing sysvinit when building images with systemd. + * Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to + true to ensure debconf questions are not reasked uselessly on the + final systems. + * Making sysvinit removal on systemd systems conditional, newer + bootstraps might not always pull in sysvinit packages anymore. + * Also supporting the other way around: removing systemd from a + bootstrap and switching to sysvinit for those distributions that + default to systemd. + * Removing debconf-nowarnings option, doesn't provide any advantage to + disable this option in the first place. + * Correcting typos in aptitude-options name in lb config, thanks to + Frank Gard <frank@familie-gard.de> (Closes: #691930). + * Workarounding recent archive changes wrt/ content files until + #692111 is fixed. + + -- Daniel Baumann <daniel@debian.org> Fri, 02 Nov 2012 12:23:38 +0100 + live-build (3.0~a66-1) unstable; urgency=low * Removing some left-overs from bootstrap-copy removal in lb config. |