X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=014fcc741c53a199d463da5955e7750fa8fbe4e1;hp=a5472f7e30ea8ded580f482981b14cd55116355b;hb=db2672a6b378240857a72f279fa3594b5d5dd0a9;hpb=cb5e98b9863e256b40ca8c58dc678cbcce698d4f diff --git a/debian/changelog b/debian/changelog index a5472f7..014fcc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,219 @@ +grml-live (0.15.1) unstable; urgency=low + + The "right before the storm" release. + + [ Michael Prokop ] + * [4a05b54] 98-clean-chroot: check existence of updatedb binary via + $ROOTCMD. + * [6d5124d] 98-clean-chroot: check existence of aptitude binary via + $ROOTCMD. + * [91e9fb2] instsoft.GRMLBASE: Use --force-yes option when using apt-get + for upgrade. + * [fc9bf3c] instsoft.GRMLBASE: make sure we can upgrade automatically + even with unsigned repos if FAI_ALLOW_UNSIGNED is set + * [dcc3ba1] GRMLBASE/16-depmod: provide verbose error message regarding + the kernel x.y-grml[64] <-> module-init-tools v3.12 situation. + * [e725f1f] buildd/cronjob.sh: no longer build daily ISOs of + Debian/squeeze. + * [990cf8d] Do not complain about missing addons_list.cfg file. + * [f180765] Fix typo in log message for isolinux includes. + * [e4cf035] 90-update-alternatives: check for available alternatives + before setting them. + * [6afe668] 25-locales: make sure the localepurge package exists, not + only the binary. + * Software related changes: + - [deeedac] add bti to GRML_FULL. [Closes: issue1010] Thanks to + Pawel Sadkowski + - [0e8d730] Update to kernel version 3.0. + - [5bb1e78] Remove grml-laptop, grml-pylib, grml-sectools and grml- + templates from GRML_MEDIUM and GRML_FULL. + - [1bceaed] replace git-core with git package in GRML_FULL. Thanks + to Uli Martens + + [ Christian Hofstaedtler ] + * [d0d3390] Switch to live-boot-grml and remove pins + * [4e325f9] Remove squeeze ISOs from daily.grml.org index + * [b3b8d85] Add debian/control headers Origin, Bugs + * [209bd84] Remove haltlocal.first from runlevel.conf + * [aa30e6f] Move bootlocal.* from grml-autoconfig here + * [e677c45] Remove pinning for grml-stable, grml-testing + * [905546a] Enable grml-live repository for testing, too + * [9f96a38] docs: don't download DTDs when building docs + * [f66079e] usersetup: Fixup path to inittab after f3b335ea landed + * Software related changes: + - [f181637] Remove pppoe from GRML_FULL. + - [ea03835] Remove svn-ssh-wrappers from GRML_FULL + + -- Michael Prokop Thu, 18 Aug 2011 18:44:42 +0200 + +grml-live (0.15.0) unstable; urgency=low + + The "redesign ftw \o/" release. + + [ Christian Hofstaedtler ] + * [c315d7d] Update lintian overrides for grub 1.99-4 drop + * [9269536] Enable --force-unsafe-io for dpkg + * [9d16d7a] No longer install PuTTY and other windows binaries + * [7270085] Update SQUASHFS_EXCLUDES_FILE example to match code + * [5c58f1d] Fix SQUASHFS_EXCLUDES_FILE default not being set + * [dd60c7e] Drop * expansion from mksquashfs call + * [6782d44] Turn on wildcard support for mksquashfs excludes + * [2889351] Move /run, /var/run, /var/lock exclusion to mksquashfs + + * Software related changes: + - [ed9696d] remove loop-aes-{utils,testsuite} + - [bcf093e] add atftp to GRML_FULL + - [1c39c7d] add links to GRML_MEDIUM + - [406dff8] remove socket from GRML_MEDIUM,GRML_SMALL + - [5b77db8] transition from netcat to netcat-openbsd + - [c521af7] remove alsa-tools from GRML_MEDIUM + - [c08f56e] Spring cleaning + + [ Michael Prokop ] + * Bugfixes: + - [c9ebd4a] 01-packages: Ignore packages marked for un-installation. + - [8a35993] Remove /var/log/install_packages.list on release. + File is emtpy then anyway. + - [6c00c3c] Update resolv.conf handling to properly support /run + [Closes: issue984]. + - [b8c8c53] grml-live: try updating initramfs if creating fresh + one failed. + - [8d897e7] Adjust trap handling to get clean exit. + - [e0f701f] 98-clean-chroot: make sure rm does not resolve the symlink + - [1374521] scripts/release_helper.sh: force confmiss and confnew + options when installing package so automated installation works when + having modified configuration files. + - [1b426d8] GRMLBASE/98-clean-chroot: recursively remove + /var/lib/clamav/clamav-*. + - [649b40f] DEBORPHAN/98-clean-chroot: Make sure deborphan exists + in chroot. + - [7580b07] 98-clean-chroot: fix check for presence of update-menus. + - [f605fe8] debconf/GRMLBASE: drop wicd preseeding to avoid + errors with installation. + - [866b47c] Implement dpkg-divert handling to address failing update-grub + in openvz environments. + - [1cef31a] Add workaround to solve udev packaging bug (see #632624). + + * New features / improvements: + - [9ecfe24] GRMLBASE.var: set maximum number of packages installed + at a time to 3000. + - [1e9092e] Support -N option to only bootstrap the grml_chroot + and skip building of [files for] ISO. + - [d95eed1] Try to reduce build time and do not build initramfs twice. + - [6998e9e] scripts/release_helper.sh: Use +autobuild instead of + ~autobuild for version suffix. + - [8d2eced] Iterate over kernel versions when generating initramfs. + - [47b815e] syslinux configuration: use localboot -1 to boot + from next boot device instead of using 0x80. [Closes: issue957] + - [f3b335e] Implement -D option to set configuration directory. + Accordingly adjust fai.conf (don't set variables grml-live is + setting via cmdline now). Provide new scripts to deploy + configuration files (/etc/inittab, /etc/locale.gen, /etc/modules). + Rework and adapt cleanup scripts accordingly. [Closes: issue880] + - [0bc24c4] Rename scripts/GRMLBASE/10-build-initramfs to + scripts/GRMLBASE/10-configure-initramfs to reflect current + state of script's action. + - [0811b5f] Provide update-usbids as separate script to avoid + errors on missing update-usbids. + - [2e0d659] buildd: check for "FAILED with exit code" in logs. + - [03c92fc] GRMLBASE/37-portmap: do not touch /etc/default/portmap + if the file does not exist. + - [e13f6a8] 92-update-freshclam: do not error out on exit code 124 + by freshclam. + - [3c03961] Update apt preferences: always use live-boot* packages + from Grml. + - [a242e27] Redesign sources.list handling. Get rid of + /etc/grml/fai/apt/sources.list. + - [dd81475] GRMLBASE scripts: run all fcopy commands in verbose mode. + - [2d7aecf] Add security.debian.org to sources.list of lenny, squeezy, + wheezy, stable and testing (thanks to the sources.list redesign). + Thanks to Christian Hofstaedtler + + * Minor changes: + - [bdc6192] docs: drop outdated fai-on-etch entry. + - [befccab] Add README.md for github. + - [0be5e94] Drop unused GRML_FAI_CONFIG from make-fai-nfsroot.conf. + - [96e44ee] cleanup script: Drop ion3 stuff, since we do not ship + ion3 anymore. + - [00fd941] Drop patches/ directory, patch fai_chroot_update.patch + is not relevant anymore. + - [3c52d9d] Drop patches directory from debian/grml-live.install. + - [50215e9] Provide debian/NEWS entry for release 0.15.0. + + * Software related changes: + - [be3c863] Drop python2.5 and python2.5-minimal from GRML_FULL. + - [781e6ce] Drop ntfsprogrs (replaced by ntfs-3g, see #627823). + - [071f1ec] Drop firmware-ipw2x00 which has been integrated in + last commit ("Spring cleaning") from GRML_MEDIUM + GRML_FULL. + - [63e2a03] Add firmware-brcm80211 to GRML_FULL and GRML_MEDIUM. + [Closes: issue1007] + + [ Ulrich Dangel ] + * [5c91ce9] Add a script to update the grml-live version string + * [6ce3dbc] Umount all directories in bailout handler + * [e91516d] add EXIT trap as set -e may terminate the program + without a signal + * [12e281b] Disable set -e as it causes some problems with + umounting fs. + * [90b73e6] Don't remove pid files in $target/var/run as it + is deleted afterwards anyway. + + * Software related changes: + - [4b65e8d] remove inotail as coreutils supports inotify + nowadays anyways. + - [9951735] add libnss-myhostname + - [44bc5af] remove grml-rebuildfstab [Closes: issue1001] + + -- Michael Prokop Sun, 26 Jun 2011 20:23:53 +0200 + +grml-live (0.14.1) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [739beb8] Fix name of SQUASHFS_NAME var in templates + * [c5b7145] Update shipped grub2 to 1.99-4 + * [1be2433] Update bsd4grml to version 20110521 + * [9f5975e] SW: Add xtightvncviewer to GRML_FULL. [Closes: issue990] + * [7650b54] SW: Remove powernowd from GRML_FULL,GRML_MEDIUM + * [93530f2] Revert "isolinux f5: fix layout." + * [f5dd81b] SW: Replace arping with iputils-arping + * [4fd4ee2] Sync vi,vim,view,editor alternatives + + [ Michael Prokop ] + * [be46a0b] isolinux f5: fix layout. + * [8ba6757] SW: Add virtualbox packages to amd64 flavour. + * [e738d23] SW: Remove linux-kernel-headers-grml from grml-medium. + * [2017df2] sources.list handling: match "sid" and "unstable" only as + whole words. + + -- Michael Prokop Sun, 29 May 2011 12:09:50 +0200 + +grml-live (0.14.0) unstable; urgency=low + + [ Michael Prokop ] + * [900b82d] grml-cheatcodes.txt: update documentation regarding + fetch= bootoption (supports DNS nowadays). + * [cb537a8] Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh + to use first partition as boot system." + * [ab97d7b] Bump Standards-Version to 3.9.2. + * [bebbbad] docs: fix wording ("allows one to"), thanks lintian. + * [3ba06da] Adjust lintian overrides for new lintian and policy. + * [6f9a4ab] initramfs-tools: use xz with -8 and --check=crc32. + * Software related changes: + - [2113bc5] remove docbook-utils again (pulling in luatex + more). + - [a67a5ab] remove darcs from GRML_FULL (too large). + - [230f7fc] remove c3270 from GRML_FULL (ENOSPACE). + + [ Christian Hofstaedtler ] + * [d62a6be] document dns= boot option + * [e910ecb] document ip= boot option + * [14b6242] work around udev's "cosmetic warnings" + * [5f1adca] rebuild mtab during boot + * [e1b5d40] arrange /run like on a normal system + * [779971e] SW: add firmware-realtek to GRML_FULL,GRML_MEDIUM + * [5de2fe3] SW: re-add ratpoison to GRML_FULL + + -- Michael Prokop Wed, 11 May 2011 23:17:28 +0200 + grml-live (0.13.3) unstable; urgency=low The "cleanup before marrying" release.