X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FChangeLog.casper;h=da4cef2d3f28e46dc26c5ab6996eaf70d07d0b53;hb=f2ac76aedcba41e749082a2fb77eec4175e7a6e9;hp=c4174e6eeb061ac333f719a918822ad7532264ed;hpb=9eaf880cb1944045bac06758a0a7a68ea734595c;p=live-boot-grml.git diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index c4174e6..da4cef2 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,289 @@ +casper (1.119) hardy; urgency=low + + [ Luke Yelavich ] + * scripts/casper-bottom/30accessibility & + ubiquity-hooks/30accessibility: + - Disable compiz for screen reader and braille terminal accessibility + profiles. It is currently not possible to get feedback about open + windows when cycling through them using ALT + Tab with Compiz. + * ubiquity-hooks/30accessibility: Add braille terminal profile. + + [ Colin Watson ] + * Always set language in both /etc/default/locale and /etc/environment + (thanks, Sebastien Bacher). + + -- Colin Watson Mon, 03 Mar 2008 10:21:42 +0000 + +casper (1.118) hardy; urgency=low + + [ Julian Andres Klode, Colin Watson ] + * Use aufs instead of unionfs if union=aufs is given (LP: #187259). + + -- Colin Watson Thu, 14 Feb 2008 18:00:36 +0000 + +casper (1.117) hardy; urgency=low + + * Disable speech for magnifier and braille profiles again. Thanks + Luke Yelavich. + * esd is enabled by default, so the comment in 30accessibility is no + longer relevant. + + -- Evan Dandrea Wed, 13 Feb 2008 01:20:22 -0500 + +casper (1.116) hardy; urgency=low + + * Fix setting orca options in 30accessibility. + * Remove gdm and kdm from init when using automatic-ubiquity and + only-ubiquity. The ubiquity initscript will take care of spawning + these. + + -- Evan Dandrea Mon, 11 Feb 2008 12:19:39 -0500 + +casper (1.115) hardy; urgency=low + + * Add the user to the groups specified by user-setup-udeb. + + -- Evan Dandrea Thu, 24 Jan 2008 19:08:33 +0000 + +casper (1.114) hardy; urgency=low + + [ Colin Watson ] + * casper-md5check: Close md5_file before exiting. + * Disable tracker-applet as well as trackerd, otherwise the former starts + the latter. + * casper-snapshot: Fix argument parsing (thanks, Tormod Volden; + LP: #179411). + + -- Colin Watson Tue, 15 Jan 2008 18:25:21 +0000 + +casper (1.113) hardy; urgency=low + + [ Tollef Fog Heen ] + * dpkg-divert away update-initramfs as it's useless on live CDs and + annoying when people install LVM and similar tools in order to rescue + a system. LP: #150188 + + [ Colin Watson ] + * Adjust /etc/sudoers editing code so that it doesn't repeatedly add + "NOPASSWD:" in persistent mode (LP: #175159). + * Avoid ejecting the CD if booting from an ISO image rather than from a + physical CD (thanks, Agostino Russo; LP: #176014). + + -- Colin Watson Wed, 19 Dec 2007 09:17:50 +0000 + +casper (1.112) hardy; urgency=low + + * hooks/casper: no need to copy udevinfo into the initramfs, it's already + there inside udevadm + * scripts/casper: call udevadm with trigger and settle arguments + * scripts/casper-bottom/23networking: call udevadm with trigger and + settle arguments + * scripts/casper-helpers: call udevadm with info and settle arguments + + -- Scott James Remnant Fri, 14 Dec 2007 15:00:29 +0000 + +casper (1.111) hardy; urgency=low + + * Remove code to set the progress bar to throbbing, this now comes as + standard so we don't need to duplicate it or override things that + attempted to set progress. LP: #162397. + + -- Scott James Remnant Tue, 13 Nov 2007 20:49:31 +0000 + +casper (1.110) gutsy; urgency=low + + * Don't generate fglrx or the nvidia modules in the live session at boot; + we disable restricted-manager in the live session anyway so they aren't + straightforward to use (see #43706). Saves about 19 MB of memory. + + -- Colin Watson Fri, 05 Oct 2007 21:28:29 +0100 + +casper (1.109) gutsy; urgency=low + + * Cache the stty binary before ejecting the CD. + * Skip the CD eject prompt if 'noprompt' is on the kernel command line + (LP: #149159). + * Try each of (e.g.) 2.6.22-13-generic, 2.6.22-13, and 2.6.22 in turn as + directory names for driver updates (LP: #122430). + + -- Colin Watson Fri, 05 Oct 2007 03:24:43 +0100 + +casper (1.108) gutsy; urgency=low + + * If CASPER_GENERATE_UUID is set, generate a random UUID in the initramfs, + and check it against the discovered medium (unless booting with the + ignore_uuid parameter). This allows live CD images to be safely copied + to the hard disk without causing problems when booting future live CDs + (LP: #144800). + + -- Colin Watson Thu, 04 Oct 2007 14:23:37 +0100 + +casper (1.107) gutsy; urgency=low + + * Fix gconf keys for suspend and hibernate (thanks, Oliver Grawert; + LP: #144790). + * Enable suspend again since as far as I can see we no longer need to + probe DMI while figuring out whether to enable it (see #61535). + * Add a 'textonly' boot option to disable X (LP: #65818). + * Write the please-remove-CD message to /dev/console so that it works even + if usplash isn't running, and make sure to set /dev/console into a sane + state so that pressing Enter doesn't just result in ^M being displayed. + + -- Colin Watson Tue, 02 Oct 2007 15:12:57 +0100 + +casper (1.106) gutsy; urgency=low + + * Support preseed/early_command; code supplied here will be run using 'sh + -c' from casper-bottom, and can chroot to /root if needed (LP: #144845). + * Make sure we don't accidentally continue to boot if casper-md5check + fails (LP: #82856). + * Clear out debconf database backup files after preseeding to save memory + (LP: #43706). + * Mount everything as noatime to avoid unnecessary metadata writes. + + -- Colin Watson Fri, 28 Sep 2007 15:27:52 +0100 + +casper (1.105) gutsy; urgency=low + + * scripts/casper-bottom/36disable_trackerd: Disable trackerd in the live + session; it's not very useful in this context and it uses a fair bit of + memory. + + -- Colin Watson Mon, 24 Sep 2007 17:25:50 +0100 + +casper (1.104) gutsy; urgency=low + + * casper-md5check: Fall back to text output if opening the usplash FIFO + fails (LP: #131209). + + -- Colin Watson Thu, 20 Sep 2007 01:07:45 +0100 + +casper (1.103) gutsy; urgency=low + + * Disable anacron harder so that it doesn't get started by battery events. + * Don't write out DHCP network interface stanzas if network-manager is + installed (LP: #139403). + + -- Colin Watson Wed, 19 Sep 2007 12:52:21 +0100 + +casper (1.102) gutsy; urgency=low + + * Rename 42disable_cups_apparmor to 42disable_apparmor and remove AppArmor's + rc.d startup links instead of just disabling the cups profile. AA profiles + will not generally work on the live system, so disabling it completely + allows us to ship more profiles without worrying any further. + (LP: #131976) + + -- Martin Pitt Fri, 14 Sep 2007 08:37:50 +0200 + +casper (1.101) gutsy; urgency=low + + * Add scripts/casper-bottom/42disable_cups_apparmor: Disable AppArmor + protection for cups on the live CD by switching the profiles to complain + mode. This is necessary until AppArmor works properly on stacked file + systems. (LP: #131976) + + -- Martin Pitt Wed, 12 Sep 2007 16:44:02 +0200 + +casper (1.100) gutsy; urgency=low + + * scripts/casper-bottom/41apt_cdrom: Remove unnecessary /root/cdrom + mounting/unmounting code, which only serves to generate error messages + (scripts/casper-bottom/05mountpoints handles this already). + + -- Colin Watson Tue, 11 Sep 2007 19:47:58 +0100 + +casper (1.99) gutsy; urgency=low + + [ Luke Yelavich ] + * scripts/casper-bottom/30accessibility & + ubiquity-hooks/30accessibility: + - Change gconf setting used to automatically start Orca (LP: #131808). + + -- Colin Watson Fri, 31 Aug 2007 13:09:46 +0100 + +casper (1.98) gutsy; urgency=low + + * Load /preseed.cfg if it exists in the initramfs. + + -- Colin Watson Wed, 29 Aug 2007 16:18:27 +0100 + +casper (1.97) gutsy; urgency=low + + * Fix paths in scripts/casper-bottom/10adduser and + scripts/casper-bottom/38disable_restricted_manager + + -- Jonathan Riddell Wed, 29 Aug 2007 15:26:33 +0100 + +casper (1.96) gutsy; urgency=low + + [ Colin Watson ] + * Fix name and executability of timezone script. + + [ Jonathan Riddell ] + * In 10adduser add About Kubuntu document to desktop and remove + restricted-manager autostart files + + -- Colin Watson Tue, 07 Aug 2007 12:51:02 +0100 + +casper (1.95) gutsy; urgency=low + + * Fix regex syntax error while looking for non-CD devices for driver + updates. + * Fix ip= boot parameter, documented but not properly merged from Debian. + (LP: #128689). + + -- Colin Watson Fri, 27 Jul 2007 15:03:41 +0100 + +casper (1.94) gutsy; urgency=low + + [ Colin Watson ] + * Hack around keyboard configuration not being done until after the keymap + is set by having /etc/init.d/usplash reconfigure the console + (LP: #68487). + * Disable pam_lastlog on the console if doing autologin (LP: #126800). + + [ Luke Yelavich ] + * scripts/casper-bottom/30accessibility & + ubiquity-hooks/30accessibility: + - Prevent gksu from grabbing keyboard focus for the v2, v3, and m1 + accessibility profiles. (LP: #67172) + * Start Orca when a Braille device is configured from choosing the + Braille option in the Accessibility menu. (Partially fixes Launchpad + bug #122024) + * Re-enable desktop sounds for the blindness accessibility profile, as + eSpeak should be able to speak alongside audio playback. + + -- Colin Watson Tue, 24 Jul 2007 16:24:55 +0100 + +casper (1.93) gutsy; urgency=low + + * revert gdm-cdd.conf handling for autologin to the chrooted code + as we had it in feisty. not chrooting brings up problems with the + alternatives system (dead symlinks) used for gdm-cdd.conf + + -- Oliver Grawert Wed, 18 Jul 2007 15:08:16 +0200 + +casper (1.92) gutsy; urgency=low + + [ Colin Watson ] + * Don't bother chrooting just to run test(1). + + [ Evan Dandrea ] + * Added support for URL-based preseeding. + * Added 'noninteractive' option that starts ubiquity in noninteractive + mode on tty1. + + -- Colin Watson Mon, 09 Jul 2007 15:23:51 +0100 + +casper (1.91) gutsy; urgency=low + + * Fix Maintainer field (ubuntu-devel-discuss, not ubuntu-devel). + * Remember to strip directories from paths when dealing with driver update + .debs (LP: #120217). + + -- Colin Watson Thu, 14 Jun 2007 09:51:33 +0100 + casper (1.90) gutsy; urgency=low * Added to 22screensaver, to stop the screen automatically locking.