Adding upstream version 1.91.1.
[live-boot-grml.git] / docs / ChangeLog.casper
1 casper (1.91) gutsy; urgency=low
2
3   * Fix Maintainer field (ubuntu-devel-discuss, not ubuntu-devel).
4   * Remember to strip directories from paths when dealing with driver update
5     .debs (LP: #120217).
6
7  -- Colin Watson <cjwatson@ubuntu.com>  Thu, 14 Jun 2007 09:51:33 +0100
8
9 casper (1.90) gutsy; urgency=low
10
11   * Added to 22screensaver, to stop the screen automatically locking.
12     Fixes LP: #13497 for kubuntu as well.
13
14  -- Sarah Hobbs <hobbsee@ubuntu.com>  Thu, 07 Jun 2007 00:50:42 +1000
15
16 casper (1.89) UNRELEASED; urgency=low
17
18   * Update Maintainer field to reflect reality; this package is no longer
19     maintained by me.
20
21  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 06 Jun 2007 14:56:46 +0200
22
23 casper (1.88) gutsy; urgency=low
24
25   * Add default values for root_persistence, home_persistence,
26     root_snapshot_label, and home_snapshot_label, and parse the persistent
27     command-line option, which went missing in the last merge from Debian.
28     This goes some way towards LP #84591 but doesn't quite fix it for me
29     since the USB stick inexplicably doesn't appear until a little too late.
30   * Use 'losetup -f' instead of walking /sys/block/loop*. Requires
31     busybox-initramfs 1:1.1.3-4ubuntu3.
32   * Install temporary workaround for /dev/loop* breakage in post-2.6.21
33     kernels (LP: #118561).
34
35  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 04 Jun 2007 16:26:59 +0100
36
37 casper (1.87) feisty; urgency=low
38
39   [ Colin Watson ]
40   * Improve language at end of MD5 check (LP: #100088).
41
42   [ Martin Pitt ]
43   * Add casper-bottom/33enable_apport_crashes: Enable apport crash
44     notifications. They are disabled now by default in the installed system
45     for the final release.
46
47  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  9 Apr 2007 14:31:50 +0200
48
49 casper (1.86) feisty; urgency=low
50
51   [ Luke Yelavich ]
52   * scripts/casper-bottom/30accessibility &
53     ubiquity-hooks/30accessibility:
54     - Point to new settings file for gnome-orca, as package was changed
55       from python-support to pycentral. (LP: #91868)
56
57  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  5 Apr 2007 16:42:54 +0100
58
59 casper (1.85) feisty; urgency=low
60
61   * Stop disabling nvidia and fglrx drivers.  LP: #94359
62
63  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon,  2 Apr 2007 13:16:46 +0200
64
65 casper (1.84) feisty; urgency=low
66
67   [ Jani Monoses ]
68   * scripts/casper-bottom/13swap: Call /bin/dd not dd so it
69     correctly detects and uses existing swap partitions (LP: #62868)
70
71   [ Tollef Fog Heen ]
72   * Make sure that we are settled before trying to set up netbooting.
73     (LP: #96076)
74   * Bind-mount /dev too, when configuring X, this should make it easier
75     for X to be correctly configured on a lot of systems.
76   * Add /root/lib and /root/usr/lib to /etc/ld.so.conf in the initramfs.
77   * Add any sources on the CD to APT using apt-cdrom.
78   * Set the time zone to UTC.  LP: #13782
79   * Fix deletion of checkroot script.  LP: #66585.
80
81   [ Colin Watson ]
82   * Fix error message if do_netmount fails (LP: #95134).
83
84  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri, 30 Mar 2007 12:37:58 +0200
85
86 casper (1.83) feisty; urgency=low
87
88   * Fix usplash version in Conflicts.
89   * Add XS-Vcs-Bzr field to debian/control.
90   * scripts/casper-bottom/25configure_init: Support for "respawn COMMAND"
91     has been dropped from upstart jobs; cope with /etc/event.d/tty* using
92     "respawn" plus "exec COMMAND" now instead (LP: #92928).
93
94  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 19 Mar 2007 16:44:22 +0000
95
96 casper (1.82) feisty; urgency=low
97
98   [ Ben Collins ]
99   * Depends on eject package, and copy it into initramfs.
100   * Add log_wait_msg function to use usplash_write INPUTENTER.
101   * Conflict with usplash older than the one that fixes INPUTENTER.
102   * Add driver-updates hooks.
103
104   [ Colin Watson ]
105   * Fix more leftover /live_media wreckage (LP: #84592).
106   * Add a ubiquity hook to install driver-updates on the target system.
107
108  -- Colin Watson <cjwatson@ubuntu.com>  Mon,  5 Mar 2007 11:19:48 +0000
109
110 casper (1.81+debian-4) unstable; urgency=low
111
112   * Added patch from Serkan Sakar <serkan.sakar@gmx.net> to allow local keymap
113     for use with encryption.
114
115  -- Daniel Baumann <daniel@debian.org>  Wed, 11 Apr 2007 09:04:00 +0200
116
117 casper (1.81+debian-3) unstable; urgency=low
118
119   * Added depends to eject.
120   * Removed recommends to live-package.
121
122  -- Daniel Baumann <daniel@debian.org>  Wed, 21 Mar 2007 00:30:00 +0100
123
124 casper (1.81+debian-2) unstable; urgency=low
125
126   [ Daniel Baumann ]
127   * Applied patch from Sebastian Raveau <sebastien.raveau@epita.fr> to
128     add support for filesystem images encrypted with loop-aes.
129
130   [ Marco Amadori ]
131   * Added a "quickreboot" boot parameter, that prevent casper to eject the
132     media, useful for remote rebooting of a casper system, thanks to
133     Jonathan Hall <flimzy@flimzy.com> for the patch.
134
135  -- Marco Amadori <marco.amadori@gmail.com>  Fri, 16 Feb 2007 17:26:58 +0100
136
137 casper (1.81+debian-1) unstable; urgency=low
138
139   * New upstream release.
140   * Some cleaning and renaming involved because most of the debian-only code
141     was merged in ubuntu sources, then back here.
142   * Extended manpage, thanks to Alex Owen <r.alex.owen@gmail.com> and
143     Jonathan Hall <flimzy@flimzy.com> (Closes: #409980).
144   * Included a slightly reworked and bug fixed version of "Allow specific
145     ordering of images" by Jonathan Hall <flimzy@flimzy.com> with a new boot
146     parameter: module=NAME.
147
148  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 15 Feb 2007 10:21:01 +0100
149
150 casper (1.81) feisty; urgency=low
151
152   * Merge in Debian's changes.
153
154  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  7 Feb 2007 14:39:30 +0100
155
156 casper (1.80) feisty; urgency=low
157
158   * scripts/casper-bottom/31disable_update_notifier: Allow update-notifier
159     to run for crash report handling, but disable its apt-check hook.
160
161  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  1 Feb 2007 00:11:06 +0000
162
163 casper (1.79+debian-3) unstable; urgency=low
164
165   * Fix DEFCONSOLE for autoserial console, thanks to
166     "Alex Owen" <r.alex.owen@gmail.com>.
167
168  -- Marco Amadori <marco.amadori@gmail.com>  Sun,  4 Feb 2007 20:12:08 +0100
169
170 casper (1.79+debian-2) unstable; urgency=low
171
172   * It now depends also on "file" (Closes: #409308).
173   * Fixed LIVEMEDIA_TIMEOUT values (Closes: #409300).
174     Thanks for both to Jonathan Hall <flimzy@flimzy.com>.
175
176  -- Marco Amadori <marco.amadori@gmail.com>  Sat,  3 Feb 2007 18:29:20 +0100
177
178 casper (1.79+debian-1) unstable; urgency=low
179
180   * New Upstream release.
181   * Reverted: "Mount the first squashfs as /rofs."
182
183  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 16 Jan 2007 12:12:34 +0100
184
185 casper (1.79) feisty; urgency=low
186
187   [ Colin Watson ]
188   * ubiquity-hooks/30accessibility: Change /root to /target in
189     kderc_addtoprefixes (thanks, Jani Monoses).
190   * Call udevsettle after udevtrigger (thanks, Matthias Urlichs; LP:
191     #77438).
192   * Send casper-reconfigure error messages to stderr rather than stdout to
193     avoid interfering with debconf.
194
195   [ Jani Monoses ]
196   * ubiquity-hooks/30accessibility, scripts/casper-bottom/30accessibility:
197     Fix v2 option to start orca in magnifier not speech mode.
198     Add v1, v2, v3, m1 and m2 Xubuntu options
199
200   [ Tollef Fog Heen ]
201   * Apply patch from Luka Renko to support kde-guidance-powermanager and
202     ksmserver instead of klaptoprc as the latter is no longer used.
203
204  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 10 Jan 2007 20:37:30 +0100
205
206 casper (1.78) edgy; urgency=low
207
208   * Mount the first squashfs as /rofs. Breaks showmounts and won't work
209     properly with stacked filesystems, but works around a kernel oops with
210     multiply-mounted squashfses for Edgy.
211
212  -- Colin Watson <cjwatson@ubuntu.com>  Wed, 25 Oct 2006 12:46:05 +0100
213
214 casper (1.77+debian-7) testing; urgency=medium
215
216   * Backported two 1 line fixes (both serious bugs) from casper-1.79+debian-1
217     and casper-1.79+debian-3:
218     - It now depends also on "file" (Closes: #409308).
219     - Fix DEFCONSOLE for autoserial console, thanks to
220       "Alex Owen" <r.alex.owen@gmail.com>.
221
222  -- Marco Amadori <marco.amadori@gmail.com>  Thu,  8 Feb 2007 11:19:46 +0100
223
224 casper (1.77+debian-6) unstable; urgency=medium
225
226   * Improved snapshots features (even still experimental).
227   * Added "live-media-offset=BYTES" boot param, to enable "hiding"
228     feature, thanks to Sebastien Raveau <sebastien.raveau@epita.fr>.
229   * Now it creates /etc/resolv.conf if netbooted.
230
231  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  1 Dec 2006 17:43:30 +0100
232
233 casper (1.77+debian-5) unstable; urgency=low
234
235   * Fixed preseeding locale and keyboard's variant and options.
236   * Reorganized scans of /proc/cmdline.
237   * Improved manpages, thanks to Oliver Osburg for syntax corrections.
238   * Added "nopersistent" boot option to disable the "persistent" boot param.
239   * Added "xdebconf" boot option, that uses xdebconfigurator on the
240     rootfs to configure X (experimental).
241
242  -- Marco Amadori <marco.amadori@gmail.com>  Mon, 20 Nov 2006 22:12:18 +0100
243
244 casper (1.77+debian-4) unstable; urgency=medium
245
246   * Removed -phigh from casper-reconfigure, not needed anymore.
247   * Fixed netboot /etc/network/interfaces generation, thanks to Hadar
248     <whadar@gmail.com>.
249   * Fixed X keyboard setup. Thanks to <ascii_77@yahoo.fr> for the idea.
250   * Fixed keyboard setup.
251   * Allow commandline-device to show up late, thanks to Bas Wijnen
252     <wijnen@debian.org> for the code and the care (Closes: #397320).
253   * Urgency is set to medium to try reaching Etch with important
254     features/bugfixes.
255
256  -- Marco Amadori <marco.amadori@gmail.com>  Mon,  6 Nov 2006 19:00:29 +0100
257
258 casper (1.77+debian-3) unstable; urgency=medium
259
260   * Fixed "todisk=" parsing.
261   * Urgency is set to medium to try reaching Etch with important
262     features/bugfixes.
263
264  -- Marco Amadori <marco.amadori@gmail.com>  Wed,  1 Nov 2006 11:15:56 +0100
265
266 casper (1.77+debian-2) unstable; urgency=medium
267
268   [ Marco Amadori ]
269   * Improved snapshotting (but still experimental).
270   * Renamed "host=" boot parameter to "hostname=" and shell variable "HOST" to
271     "HOSTNAME" for consistence, with linux and with username/USERNAME, as
272     requested by many people.
273   * Fixed a "keyb=" typo.
274   * Added dependence on lsb-base (used by init-script and
275     casper-snapshot).
276   * Removed DM support (obsolete).
277   * Changed a bit locale and keyboard handling.
278   * Fixed locale generation.
279   * Urgency is set to medium to try reaching Etch with important
280     features/bugfixes.
281
282   [ Otavio Salvador ]
283   * Really lowered usplash conflicts since Debian doesn't has 0.4.
284
285  -- Marco Amadori <marco.amadori@gmail.com>  Mon, 30 Oct 2006 17:06:48 +0100
286
287 casper (1.77+debian-1) unstable; urgency=low
288
289   * New upstream release.
290   * Added snapshot persistence feature (copy on boot, sync on reboot) via
291     different ways: squashfs, cpio.gz, and block device filesystems.
292   * Added boot parameter "live-media=<device>" to force trying to boot from
293     a specified device.
294   * Added support for "todisk=<device>" to copy the live media to a
295     device filesystem, subsequent boots could use "live-media=<device>".
296   * Slightly polished locales and keyboards handling.
297   * Extendend manpages.
298   * Readded a missing "sleep 1", reworked how live_media is detected,
299     thanks to Bas Wijnen <wijnen@debian.org> for the reports.
300     (Closes: #394308, #394554).
301   * Reworked casper-getty system, thanks to Alex Owen (Closes: #394686).
302   * Postint now rebuild all initramfs.
303   * Casper now Recommends also squashfs-tools and genext2fs, maybe
304     needed by casper-snapshot.
305   * Lowered usplash requirements, since usplash 0.4 is not in debian
306     yet.
307
308  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 22 Oct 2006 20:25:38 +0200
309
310 casper (1.77) edgy; urgency=low
311
312   * Honour console-setup/modelcode preseeding. Needed for Malone #66719,
313     #66774.
314
315  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 20 Oct 2006 19:59:39 +0100
316
317 casper (1.76) edgy; urgency=low
318
319   [ Colin Watson ]
320   * Copy access=m2 accessibility changes into the corresponding ubiquity
321     hook.
322   * Remove spurious quoting from accessibility script.
323   * Clear console-setup/layoutcode and console-setup/variantcode if they
324     aren't supplied on the command line.
325
326   [ Michael Vogt ]
327   * scripts/casper-bottom/35fix_language_selector:
328     - run fontconfig-voodoo if available to make sure that we have
329       optimal fontconfig settings for the CJK languages (lp: #49334)
330
331   [ Henrik Nilsen Omma ]
332   * Fix a few accessibility items that were out of date, changing
333     gnopernicus -> orca and gok -> onboard (the gok entry was missing some
334     brackets as well; patch from Malone #58836, closes: Malone #65861).
335
336  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 16 Oct 2006 20:20:15 +0100
337
338 casper (1.75) edgy; urgency=low
339
340   * Turn on accessibility in "Motor Difficulties - pointing devices" which
341     makes onboard start properly.  closes: Malone: #65861.
342
343  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri, 13 Oct 2006 14:12:10 +0200
344
345 casper (1.74) edgy; urgency=low
346
347   [ Tollef Fog Heen ]
348   * Sync up ubiquity-hooks/30accessibility with
349     scripts/casper-bottom/30accessibility fixing spelling errors and
350     enabling accessibility in KDE.
351
352   [ Colin Watson ]
353   * Fix check for presence of gconf2 (closes: Malone #58836).
354
355  -- Colin Watson <cjwatson@ubuntu.com>  Wed, 11 Oct 2006 11:18:00 +0100
356
357 casper (1.73) edgy; urgency=low
358
359   * Never run install-keymap or preseed debian-installer/keymap if
360     console-setup is detected, even if console-setup wasn't explicitly
361     preseeded. Contributes to Malone #60067.
362
363  -- Colin Watson <cjwatson@ubuntu.com>  Sat,  7 Oct 2006 01:56:20 +0100
364
365 casper (1.72) edgy; urgency=low
366
367   * Force suspend and hibernate both off, since reconfiguring
368     gnome-power-manager kills usplash here.  Fixes Malone: #61535
369     completely.
370
371  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri,  6 Oct 2006 14:22:23 +0200
372
373 casper (1.71+debian-1) unstable; urgency=low
374
375   * New upstream release.
376   * Added experimental casper-snapshot script and manpage.
377   * Tagged for debtags project.
378
379  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 28 Sep 2006 16:04:54 +0200
380
381 casper (1.71) edgy; urgency=low
382
383   * Use TEXT-URGENT in shutdown script to make sure we display the "please
384     remove disc and press enter" text.  Malone: #61533
385   * Increase usplash timeout since "TIMEOUT 0" no longer means "spin
386     forever".
387   * Don't move-mount all the squashfs-es into / since that confuses mono
388     (and some other apps too).  Malone: #62756
389   * Disable kwallet by default.  Malone: #47743
390   * Add -n to language selector to make it not whine about
391     not-fully-installed langpacks.  Malone. #37568
392   * Override definition of log_end_msg in casper-functions.  Make sure all
393     casper-bottom scripts use this.
394   * Pulsate bar in casper-top and casper-bottom.  Malone: #61535
395
396  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  4 Oct 2006 09:52:06 +0200
397
398 casper (1.70) edgy; urgency=low
399
400   * Check for new file= alias as well as preseed/file= (closes: Malone
401     #63145).
402
403  -- Colin Watson <cjwatson@ubuntu.com>  Wed,  4 Oct 2006 08:59:53 +0100
404
405 casper (1.69) edgy; urgency=low
406
407   [ Tollef Fog Heen ]
408   * Use grep -E in scripts/casper. Malone: #57620
409   * Fix syntax error in accessibility script
410
411   [ Colin Watson ]
412   * Run 'sh -n' over everything in build target to avoid future syntax
413     errors.
414   * Fix check for /etc/default/console-setup (closes: Malone #62775).
415
416  -- Colin Watson <cjwatson@ubuntu.com>  Mon,  2 Oct 2006 10:58:19 +0100
417
418 casper (1.68+debian-3) unstable; urgency=low
419
420   * Really add casper manpage (Closes: #389867).
421   * Lintian cleanness reached.
422
423  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 28 Sep 2006 12:36:29 +0200
424
425 casper (1.68+debian-2) unstable; urgency=low
426
427   * Changed "staticip=" boot param to just "ip=".
428   * Added a manpage for casper.
429   * Lintian cleanings.
430
431  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 26 Sep 2006 00:45:21 +0200
432
433 casper (1.68+debian-1) unstable; urgency=low
434
435   * New upstream release.
436   * Added static network configuration support.
437   * Fixed gnome-screensaver-lock differences between ubuntu.
438   * username, host, and userfullname are now also settable
439     via kernel parameters.
440
441  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  8 Sep 2006 11:26:02 +0200
442
443 casper (1.68) edgy; urgency=low
444
445   * Honour console-setup/layoutcode and console-setup/variantcode preseeding
446     (closes: Malone #61573).
447
448  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 22 Sep 2006 16:09:53 +0100
449
450 casper (1.67) edgy; urgency=low
451
452   * Make sure to write xorg.conf md5sum to the installed system, not the
453     live system in ubiquity-hooks/20xconfig
454   * Implement support for setting KDE's accessibility options too, thanks
455     to Jonathan Riddell for the patch.
456   * Use usplash's TEXT-URGENT for important messages when doing md5 checks
457   * Fix flashing of progress bar on 32 bit arches
458
459  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 23 Aug 2006 14:34:57 +0200
460
461 casper (1.66+debian-1) unstable; urgency=low
462
463   * Added "magic" to make it work seamlessy also on ubuntu systems.
464   * Default user password now "live".
465
466  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  1 Sep 2006 17:18:07 +0200
467
468 casper (1.66) edgy; urgency=low
469
470   * Fix use of db_get in ubiquity accessibility hook.
471   * Use sudo instead of su to get to the live session user from the
472     initramfs or to the newly-installed user from ubiquity. su's argument
473     handling has changed so that the previous code no longer worked, and su
474     was never all that good for arguments containing spaces anyway.
475
476  -- Colin Watson <cjwatson@ubuntu.com>  Mon,  4 Sep 2006 15:46:55 +0100
477
478 casper (1.65+debian-1) unstable; urgency=low
479
480   * New upstream release.
481   * Re-included ubiquity sources since it is here anyway in diff.gz.
482   * Included remote getty patch from Alex Owen (enable it with "casper-getty"
483     as kernel parameter).
484
485  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 17 Aug 2006 14:06:10 +0200
486
487 casper (1.65) edgy; urgency=low
488
489   * Update to call udevsettle/udevtrigger instead of udevplug
490
491  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 21 Aug 2006 19:37:58 +0200
492
493 casper (1.64) edgy; urgency=low
494
495   * Fix moving of squashfs mount points so that /proc/mounts in the
496     installed system refers to them correctly (closes: Malone #55019). As a
497     bonus, this lets us mount them on subdirectories of /casper/ right from
498     the start.
499   * Treat locale= as equivalent to debian-installer/locale= (closes: Malone
500     #53444).
501   * Fix ubiquity-hooks/30accessibility not to use log_end_msg, and to chroot
502     to /target instead of /root (closes: Malone #53277).
503
504  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  3 Aug 2006 14:00:22 +0100
505
506 casper (1.63+debian-3) unstable; urgency=low
507
508   * Really do not try to eject cd if netbooted.
509   * Fixed unionfs ro param in case of nfs netboot (Closes: 383346).
510
511  -- Marco Amadori <marco.amadori@gmail.com>  Wed, 16 Aug 2006 20:10:11 +0200
512
513 casper (1.63+debian-2) unstable; urgency=low
514
515   * Working netboot support (Closes: #380506).
516   * Polished kernel parameters parsing a bit.
517
518  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 13 Aug 2006 15:52:14 +0200
519
520 casper (1.63+debian-1) unstable; urgency=low
521
522   [Marco Amadori]
523   * New upstream release.
524   * Fixed upstream changelog.
525   * Really fixed the user password issue, now really "debian".
526   * Reincluded casper-md5ckeck in debian/rules and 05mountpoints in
527     script/casper-bottom.
528   * Rewrote netboot support now will support all types of rootfs file images
529     (not only plain dirs) like cd/dvd one.
530   * Included a fix for USB by Davide Natalini <davide.natalini@studio.unibo.it>
531   * Included support for plain directory as RO rootfs.
532   * Removed xfs support (not implemented in make-live, maybe useless).
533
534   [Alex Owen]
535   * Added NFS netboot support (Closes: #380506).
536   * Fixed /etc/inittab editing (Closes: #380488).
537   * Do not try to eject cd if netbooted (Closes: #380502).
538
539   [Daniel Baumann]
540   * Minor debian/rules reordering.
541   * Changed "Section:" from "admin" to "misc".
542
543  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 30 Jul 2006 19:10:23 +0200
544
545 casper (1.63) edgy; urgency=low
546
547   [ Tollef Fog Heen ]
548   * Change "Live CD user" to "live session user" in the adduser script.
549     Malone #46882
550   * Wait for persistent devices for 30 seconds, not 1500.
551   * Make sure that readahead-list is installed before chmod -x'ing it.
552   * Only disable l-r-m and anacron if they are installed.
553   * Make sure laptop-detect is installed before trying to call it.
554   * Do not install init script from the initramfs any more.  It should
555     have rc.d links already in the squashfs.
556   * Minor build system fixes.
557   * Only copy devmapper relevant files if devmapper is installed.
558   * Remove ubuntu-specific branding from the default casper.
559   * Install default configuration file and make it end up in the
560     initramfs.
561   * Get rid of CD references and replace with medium or other appropriate
562     terms.
563   * Add stacked file system support
564
565   [ Marco Amadori ]
566   * Added possibility to set locale on chroot, not only at runtime.
567   * Updated 14locales to latest debian policy.
568
569   [ Malcolm Gilles ]
570   * USB devices can have ID_PATH with pci-*-usb, too.
571
572  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 18 Jul 2006 10:20:51 +0200
573
574 casper (1.61+debian-2) unstable; urgency=low
575
576   * Set password for user to 'debian'.
577
578  -- Daniel Baumann <daniel@debian.org>  Wed, 19 Jul 2006 20:56:00 +0200
579
580 casper (1.61+debian-1) unstable; urgency=low
581
582   [ Daniel Baumann ]
583   * Rebuild tarball without debian directory.
584   * Using dpatch for upstream modifications.
585   * Added patch for proper GDM autologin from Arnaud Cornet
586     <arnaud.cornet@gmail.com>.
587
588   [ Marco Amadori ]
589   * New upstream release (Resynced with 1.61, bzr 258).
590   * Usb discover patch from Malcom Gilles <live@ouabain.org>.
591
592  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 18 Jul 2006 23:34:59 +0200
593
594 casper (1.61) edgy; urgency=low
595
596   * Move PATH setting to top of casper script to avoid silliness where
597     PATH isn't correctly set.
598
599  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 17 Jul 2006 12:53:59 +0200
600
601 casper (1.60) edgy; urgency=low
602
603   * Change start symlinks to kill symlinks for anacron, to avoid it being
604     started by invoke-rc.d and similar.
605   * Rearrange source package.
606   * Redo how the init script works and require it to be installed in the
607     live fs.
608   * Bump version number to be higher than Debian's so we don't
609     automatically sync.
610
611  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 31 May 2006 00:01:40 +0200
612
613 casper (1.59+debian-1) unstable; urgency=low
614
615   [ Daniel Baumann ]
616   * Upload to unstable (Closes: #354539).
617
618   [ Marco Amadori ]
619   * Added possibility to set locale on chroot, not only at runtime.
620   * Removed "persistent" wait.
621   * Fixed persistence lock and added "homepersistence" boot parameter.
622   * Updated locales handling to latest debian policy.
623   * Cleanups
624
625  -- Daniel Baumann <daniel@debian.org>  Thu, 22 Jun 2006 06:21:00 +0200
626
627 casper (1.59+debian-0) UNRELEASED; urgency=low
628
629   * Added "toram" boot parameter.
630   * Extendend fs support to ext2 and xfs file image.
631   * Changed debian-inexistant "-Q" modprobe option with "-q".
632   * Removed ubiquity code.
633   * USERNAME and HOST defaulted to "debian".
634   * Preliminary netboot (cifs) patch by
635     "Jason D. Clinton" <me@jasonclinton.com>
636   * Lowered dependence of dmsetup code (now only Suggests).
637   * Checks for replacing "udevplug" (ubuntu-only) with "udevtrigger".
638   * Reworked xorg and anacron patches from
639     Frederic Lehobey <Frederic.Lehobey@free.fr>.
640   * scripts/casper-bottom/10adduser: configuring only the $USERNAME for sudo
641       instead of group 'admin'.
642
643  -- Marco Amadori <marco.amadori@gmail.com>  Fri, 16 Jun 2006 11:01:48 +0200
644
645 casper (1.58) dapper; urgency=low
646
647   * Really rename properly, without dirname.
648
649  -- Scott James Remnant <scott@ubuntu.com>  Tue, 30 May 2006 22:47:04 +0100
650
651 casper (1.57) dapper; urgency=low
652
653   * Rename the anacron rc.d/S* symlinks to K*, instead of removing them.
654     Because otherwise pbbuttonsd decides that starting anacron on the
655     LiveCD would be a clever thing to do.
656
657  -- Scott James Remnant <scott@ubuntu.com>  Wed, 24 May 2006 23:06:04 +0100
658
659 casper (1.56) dapper; urgency=low
660
661   * Hopefully work a bit better when checking DVDs on 32 bit
662     architectures.
663   * Do an explicit read from /dev/console when waiting for keypress after
664     CD/DVD has been ejected.
665
666  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 22 May 2006 16:43:03 +0200
667
668 casper (1.55) dapper; urgency=low
669
670   * Reconfigure gnome-power-manager when doing live installations.
671     Malone #45654
672
673  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 22 May 2006 11:16:46 +0200
674
675 casper (1.54) dapper; urgency=low
676
677   [ Luke Yelavich ]
678   * Set large print fonts for the v1 accessibility profile. Closes
679     Malone #45376.
680
681   [ Colin Watson ]
682   * Fix preseed/file handling (closes: Malone #43683).
683
684  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 18 May 2006 19:36:24 +0200
685
686 casper (1.53) dapper; urgency=low
687
688   [ Tollef Fog Heen ]
689   * Disable fglrx and nvidida drivers by default.  Somewhat addresses
690     #43706
691
692   [ Colin Watson ]
693   * Pass all command-line preseed arguments (other than preseed/file) to
694     /root's debconf db.
695
696  -- Tollef Fog Heen <tfheen@ubuntu.com>  Sat, 13 May 2006 10:14:36 +0200
697
698 casper (1.52) dapper; urgency=low
699
700   * Export the path in casper-reconfigure so X and friends actually have
701     sbin in their path.
702
703  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 11 May 2006 21:04:11 +0200
704
705 casper (1.51) dapper; urgency=low
706
707   [ Luke Yelavich ]
708   * casper-bottom/30accessibility:
709     - Removed stale reference to acessx_applet.
710     - Fix some typos for gconf values that had to be set as lists.
711
712   [ Colin Watson ]
713   * Pass debian-installer/locale to /root's debconf db (closes: Malone
714     #41896).
715   * Identify ourselves as casper when communicating with debconf.
716   * Factor out preseeding code into casper-preseed; this knows that it only
717     needs to register a question if it fails to set it, which saves memory
718     by avoiding debconf having to rewrite templates.dat.
719   * Preseed kbd-chooser/method as well as debian-installer/keymap, so that
720     kbd-chooser run from ubiquity picks up the selected keyboard (closes:
721     Malone #42202).
722   * Use new dpkg-reconfigure --no-reload option (debconf 1.4.72ubuntu6) to
723     avoid needlessly rewriting templates.dat.
724
725   [ Tollef Fog Heen ]
726   * Add ... to the end of all usplash messages.  Malone #43856
727   * Add maybe_break casper-bottom to allow breaking before running bottom
728     scripts.  Malone #43860
729   * Don't show the name of the live cd user that's added.
730   * Mount COW filesystem if show-cow is present on the kernel command line.
731     Malone #43687
732   * Disable the Kubuntu update notifier too.  Malone #43806
733   * Disable hibernation and enable sleep where appropriate.  Malone #23882
734
735  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 11 May 2006 12:11:08 +0200
736
737 casper (1.50) dapper; urgency=low
738
739   [ Luke Yelavich ]
740   * Fixed some typos, and added missing settings to some accessibility
741     profiles, as they were either not working properly, or at all. Malone:
742     #39472, #39473
743   * Removed the desktop wallpaper, and changed the background colour to gray
744     for the v1 accessibility profile.
745   * Set the whiteglass mouse theme for the v1 accessibility profile.
746   * Moved the gconftool-2 -s flag to individual gct calls, to allow for future
747     use of gconftool-2 flags that are incompatible with -s.
748
749   [ Daniele Favara ]
750   * Allow custom HOST, USERNAME, USERFULLNAME.  Malone: #42118
751   * Add example file
752     - debian/casper.dir: Add examples dir
753     - debian/casper.conf: Explain briefly how to use new variables
754     - debian/rules: Install casper.conf as example_conf_casper
755
756   [ Tollef Fog Heen ]
757   * Stylistic changes to Daniele's changes.
758
759  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue,  2 May 2006 14:12:31 +0200
760
761 casper (1.49) dapper; urgency=low
762
763   * Also look for hardware named wlan*
764
765  -- Scott James Remnant <scott@ubuntu.com>  Wed, 26 Apr 2006 13:37:13 +0100
766
767 casper (1.48) dapper; urgency=low
768
769   * Write /etc/network/interfaces entries for eth0, eth1, eth2, ath0 and
770     wlan0 if there's no hardware detected for them; as it may be plugged
771     in after boot.
772
773  -- Scott James Remnant <scott@ubuntu.com>  Wed, 26 Apr 2006 12:31:38 +0100
774
775 casper (1.47) dapper; urgency=low
776
777   [ Tollef Fog Heen ]
778   * Turn on debugging of the X config.
779   * Log to a file which gets copied to /var/log/casper.log.  Malone: #39895
780   * Only pick UTF-8 locales.  Malone: #40178
781   * Use correct /root rather than /target for seeing what version of
782     gnome-panel-data is installed.
783   * Make festival (and probably some other apps) happier by using
784     127.0.1.1 for our ubuntu hostname and 127.0.0.1 just resolves to
785     "localhost".
786   * Make casper-md5check read from tty8 since it wants to get keypresses
787     from the active console (where usplash runs).  Malone: #40490.
788   * Copy /etc/modules when installing with ubiquity.  Malone: #40311
789   * /etc/gdm/gdm-cdd.conf can be a symlink.  Cope with that.  Malone: #40767
790
791   [ Colin Watson ]
792   * ubiquity-casper conflicts/replaces espresso-casper.
793
794  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 24 Apr 2006 09:41:14 +0200
795
796 casper (1.46) dapper; urgency=low
797
798   * Use debian-installer/dummy for preseeding rather than espresso/dummy,
799     since the latter was removed in espresso 0.99.38.
800   * espresso is being renamed to ubiquity. Rename espresso-casper to
801     ubiquity-casper to match.
802
803  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 21 Apr 2006 12:52:48 +0100
804
805 casper (1.45) dapper; urgency=low
806
807   [ Matt Zimmerman ]
808   * [share/shutdown] Disable the usplash timeout and wrap the prompt to two
809     lines
810
811   [ Tollef Fog Heen ]
812   * Use devmapper for ia64, hppa and sparc.
813
814  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 19 Apr 2006 11:36:49 +0200
815
816 casper (1.44) dapper; urgency=low
817
818   * Reset the timeout after casper-premount has run so we're sure that the
819     timeout is what we want it to be.  Udev seems to change it too.
820   * Remove a few set -x commands to make the boot slightly less verbose.
821   * Fix 10adduser to actually install the correct icons for espresso.
822
823  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 12 Apr 2006 14:20:53 +0200
824
825 casper (1.43) dapper; urgency=low
826
827   * Copy espresso-kdeui.desktop file to user's desktop
828     Branch at http://kubuntu.org/~jriddell/bzr/casper/trunk/
829
830  -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 13 Apr 2006 15:37:49 +0100
831
832 casper (1.42) dapper; urgency=low
833
834   [ Luke Yelavich ]
835   * casper-bottom/30accessibility:
836     - Removed some settings from accessibility profiles as these are now
837       in the relevant packages.
838
839   [ Tollef Fog Heen ]
840   * Make sure to call gconftool as the right user.  Malone #38408
841   * Write an entry for / in fstab.  Hopefully fixes Malone #34330
842   * Change gdm-cdd.conf if it exists, not gdm.conf. Malone #37467
843   * Really disable update-notifier, this time by removing the correct
844     file.
845
846  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 11 Apr 2006 15:43:24 +0200
847
848 casper (1.41) dapper; urgency=low
849
850   * Don't mkdir then install -D, just install -D (this should prevent
851     ~ubuntu/Desktop being owned by root)
852
853  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 29 Mar 2006 10:52:42 +0200
854
855 casper (1.40) dapper; urgency=low
856
857   * Add snd_powermac to /etc/modules on ppc.  (Malone: #27862)
858   * Use chmod -x instead of mv to disable readahead in order to not
859     trigger unionfs bugs
860   * Reboot the system when a key is pressed at the end of the integrity
861     check.  (Malone: #29203)
862   * Use usplash_write too when doing shutdown.  (Malone: #34537)
863
864  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 28 Mar 2006 10:09:49 +0200
865
866 casper (1.39) dapper; urgency=low
867
868   [ Tollef Fog Heen ]
869   * Disable update-notifier by default, as it won't make much sense for
870     most people.
871
872   [ Colin Watson ]
873   * Clear out user-setup questions from the debconf database after creating
874     the live CD user, to avoid confusing espresso into offering "Ubuntu
875     LiveCD user" as the user's default full name.
876
877  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 13 Mar 2006 11:38:39 +0100
878
879 casper (1.38) dapper; urgency=low
880
881   * Disable readahead since it breaks too much with squashfs and unionfs.
882
883  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu,  9 Mar 2006 09:43:39 +0100
884
885 casper (1.37) dapper; urgency=low
886
887   * Add support for having the squashfs directly on a device, thanks to
888     Paul Sladen for idea and a patch.
889   * If a directory "Examples" exists in ~ after we've run adduser, move it
890     to the Desktop subdirectory for greater visibility.
891
892  -- Tollef Fog Heen <tfheen@ubuntu.com>  Sat,  4 Mar 2006 11:55:50 +0100
893
894 casper (1.36) dapper; urgency=low
895
896   [ Tollef Fog Heen ]
897   * Fix typo in find_cow_device so block devices didn't work at all.
898     Malone #31639.  Thanks to Richard Nemec for the catch.
899   * Update accessibility framework, thanks to Luke Yelavich.
900
901   [ Colin Watson ]
902   * Move the /cdrom mount into the new root filesystem.
903
904  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  1 Mar 2006 11:13:54 +0100
905
906 casper (1.35) dapper; urgency=low
907
908   * Check for preseed/file= in /proc/cmdline and feed any given file to
909     debconf-set-selections.
910
911  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 27 Feb 2006 17:32:02 +0000
912
913 casper (1.34) dapper; urgency=low
914
915   [ Luke Yelavich ]
916   * Add initial accessibility support framework
917
918  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 22 Feb 2006 14:36:07 +0100
919
920 casper (1.33) dapper; urgency=low
921
922   * Make sure Desktop and the espresso-$ui.desktop is owned by the Ubuntu
923     user.  Malone #31991
924   * Fix check for rc6.d/S90reboot at the bottom of 25configure_init to
925     actually look in the right place.
926   * Make me the maintainer of the package.
927
928  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 20 Feb 2006 09:49:02 +0100
929
930 casper (1.32) dapper; urgency=low
931
932   * Fix copying of /usr/share/applications/espresso-gtkui.desktop.
933
934  -- Colin Watson <cjwatson@ubuntu.com>  Thu, 16 Feb 2006 16:47:15 +0000
935
936 casper (1.31) dapper; urgency=low
937
938   [ Tollef Fog Heen ]
939   * Print message about rebooting the system when the md5 check is
940     finished.
941   * Just have one copy of the casper shutdown scripts and symlink those
942     into the right place.  Malone #20978
943
944   [ Colin Watson ]
945   * Copy /usr/share/applications/espresso-gtkui.desktop to the live CD
946     user's desktop.
947
948  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 14 Feb 2006 14:52:16 +0100
949
950 casper (1.30) dapper; urgency=low
951
952   * Set a blank password for the ubuntu user.  This hopefully resolves
953     Malone #30118
954   * Pass keyboard layout information to xserver-xorg in the "new" scheme.
955   * Set up the right console keymap.
956
957  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 14 Feb 2006 14:48:14 +0100
958
959 casper (1.29) dapper; urgency=low
960
961   [ Tollef Fog Heen ]
962   * Fix typo in 22gnome_panel_data
963   * Configure all detected network interfaces.
964   * Add support for putting the persistent storage in a loopback file on
965     vfat volumes
966   * Configure all detected network interfaces.
967   * Allow putting the live filesystem image on a VFAT volume
968   * Allow putting the persistent storage in a loopback file on a VFAT
969     volume
970   * Lots of cleanups
971
972   [ Colin Watson ]
973   * Change casper-reconfigure to take the target root filesystem as its
974     first argument.
975   * Add espresso-casper package with hooks to repeat some things done by
976     casper in the installed system.
977
978  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 25 Jan 2006 14:25:45 +0100
979
980 casper (1.28) dapper; urgency=low
981
982   * Depend on user-setup
983   * First shot at IEEE1394 support.  Add sbp2 and ohci1394 as modules to
984     be copied into the initramfs.
985
986  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 16 Jan 2006 22:06:35 +0100
987
988 casper (1.27) dapper; urgency=low
989
990   * Try using unionfs on ppc again
991
992  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 10 Jan 2006 20:55:19 +0100
993
994 casper (1.26) dapper; urgency=low
995
996   * Add persistency support
997   * Usplash integration
998
999  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 10 Jan 2006 17:53:54 +0100
1000
1001 casper (1.25) dapper; urgency=low
1002
1003   * Make /rofs available to in the target system.
1004
1005  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon,  9 Jan 2006 15:25:12 +0100
1006
1007 casper (1.24) dapper; urgency=low
1008
1009   * For debconf-communicate, use a here-doc rather than trying to have \n
1010     working in shell variables.
1011   * The usplash fifo has moved, update paths accordingly.  Also conflict
1012     with the old usplash and depend on new enough initramfs-tools.
1013
1014  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri,  6 Jan 2006 14:20:37 +0100
1015
1016 casper (1.23) dapper; urgency=low
1017
1018   * Move the building to binary-dep, since we're an arch: any package
1019     now.
1020
1021  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu,  5 Jan 2006 10:37:31 +0100
1022
1023 casper (1.22) dapper; urgency=low
1024
1025   * Bunch debconf-communicate commands together to speed up the boot a
1026     little bit.
1027   * Add integrity checker, this is compiled code, so casper is now arch:
1028     any
1029
1030  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  4 Jan 2006 12:56:13 +0100
1031
1032 casper (1.21) dapper; urgency=low
1033
1034   * If locale is unset, use en_US.UTF8, not whatever comes first in the
1035     list of supported locales.
1036   * Generate locale and set the locale in /etc/environment
1037   * Use user-setup to create the user, rather than doing it ourselves.
1038   * Various cleanups and fixes, such as making debconf-communicate silent
1039   * Disable checkroot when booting
1040
1041  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon,  2 Jan 2006 11:00:25 +0100
1042
1043 casper (1.20) dapper; urgency=low
1044
1045   * Remove a large bunch of debugging output
1046   * Depend on dmsetup so the hook script can copy in that
1047   * Handle both squashfs and cloop images, with run-time detection
1048   * Use devmapper + cloop on powerpc, not unionfs, since unionfs is a
1049     disaster there.
1050   * Make sure we have both SCSI and IDE CDROM modules available in the
1051     initramfs.
1052   * Do some initial keyboard setup handling so X will, at least in some
1053     cases, have a chance of giving the user a sane keymap.
1054
1055  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 19 Dec 2005 14:23:13 +0100
1056
1057 casper (1.19) dapper; urgency=low
1058
1059   * Switch to initramfs, so casper only survives in spirit
1060   * Use unionfs instead of a writeable devmapper snapshot
1061   * Remove all debconfiscation, since we're an initramfs script now
1062   * Make the postinst call update-initramfs -u
1063   * Mount the CD read-only explicitly
1064   * Make udevinfo silent if the device is not found.
1065
1066  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 13 Dec 2005 16:22:45 +0100
1067
1068 casper (1.18) breezy; urgency=low
1069
1070   * Update translations from Rosetta: Greek, Spanish, French, Hungarian,
1071     Brazilian Portuguese.
1072
1073  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 19 Sep 2005 20:05:02 +0100
1074
1075 casper (1.17) breezy; urgency=low
1076
1077   * Set /apps/gnome-screensaver/lock if gnome-screensaver is installed
1078
1079  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 16 Sep 2005 15:24:35 -0700
1080
1081 casper (1.16) breezy; urgency=low
1082
1083   * Install a fake script in /lib/debian-installer.d/S72menu-exit after
1084     pivoting that just calls sleep, to prevent scary console messages as d-i
1085     tries to exit without its root filesystem.
1086
1087  -- Colin Watson <cjwatson@ubuntu.com>  Wed, 14 Sep 2005 10:28:06 +0100
1088
1089 casper (1.15) breezy; urgency=low
1090
1091   * Neutralize branding in startup message
1092   * Use clear in addition to reset, in hopes of concealing error messages on
1093     the console from d-i's death throes
1094
1095  -- Matt Zimmerman <mdz@ubuntu.com>  Fri,  9 Sep 2005 11:24:14 -0700
1096
1097 casper (1.14) breezy; urgency=low
1098
1099   * Set RUNNING_UNDER_GDM=yes in the user's environment to stop xscreensaver
1100     locking the screen (Ubuntu #7150).
1101
1102  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  8 Sep 2005 13:37:00 +0100
1103
1104 casper (1.13) breezy; urgency=low
1105
1106   * Use reset, rather than clear, to clean up after the colored dialogs on vt1
1107
1108  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  7 Sep 2005 16:09:45 -0700
1109
1110 casper (1.12) breezy; urgency=low
1111
1112   * Kill bterm after pivoting so that we can use vt1 rather than vt2,
1113     thereby avoiding a fight between gdm and the X server (closes: Ubuntu
1114     #14851).
1115
1116  -- Colin Watson <cjwatson@ubuntu.com>  Wed,  7 Sep 2005 15:48:40 +0100
1117
1118 casper (1.11) breezy; urgency=low
1119
1120   * Remove debugging code which crept into 1.10
1121   * Revert changes to casper-udeb.postinst which were intended for
1122     starting usplash earlier (pre-1.10)
1123
1124  -- Matt Zimmerman <mdz@ubuntu.com>  Fri,  2 Sep 2005 13:43:03 -0700
1125
1126 casper (1.10) breezy; urgency=low
1127
1128   * Instead of starting usplash directly, create an init script which will
1129     start it later (after the new init), to avoid it being killed by
1130     busybox init
1131
1132  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 20:26:58 -0700
1133
1134 casper (1.9) breezy; urgency=low
1135
1136   * Remember to re-run 30copy-dev from 94usplash, in order to preserve the
1137     device nodes clobbered by udev
1138   * Redirect stdin of /etc/init.d/udev from /dev/console, to avoid
1139     incredibly obnoxious 60-second sleep because it thinks we're
1140     interactive
1141
1142  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 18:30:38 -0700
1143
1144 casper (1.8) breezy; urgency=low
1145
1146   * Add usplash support
1147
1148  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 17:30:57 -0700
1149
1150 casper (1.7) breezy; urgency=low
1151
1152   * Set DEBUG_XORG_PACKAGE=yes when reconfiguring xserver-xorg.  The
1153     output is only written to post.log and isn't visible to the user, and
1154     can be invaluable for debugging
1155
1156  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 22 Aug 2005 10:25:38 -0700
1157
1158 casper (1.6) breezy; urgency=low
1159
1160   * Use debconf-copydb again (thanks, Tollef)
1161   * Rename pre.d/20xconfig to pre.d/20prexconfig so that it is distinct from
1162     post.d/20xconfig for purposes of the progress bar (no text for it; it's
1163     very fast)
1164
1165  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 17 Aug 2005 14:55:24 -0700
1166
1167 casper (1.5) breezy; urgency=low
1168
1169   * Call MAKEDEV console in post.d/20xconfig as a workaround for bug
1170     #13523
1171
1172  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 16 Aug 2005 15:24:06 -0700
1173
1174 casper (1.4) breezy; urgency=low
1175
1176   * Revert to the old debconf hack; the debconf-copydb approach needs more
1177     work
1178
1179  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 15 Aug 2005 22:48:11 -0700
1180
1181 casper (1.3) breezy; urgency=low
1182
1183   * Revert unintentional release of experimental unionfs code in 1.2
1184
1185  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 13 Aug 2005 11:19:50 -0700
1186
1187 casper (1.2) breezy; urgency=low
1188
1189   * Fix debconf-copydb regex in 20xconfig
1190
1191  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 13 Aug 2005 11:07:46 -0700
1192
1193 casper (1.1) breezy; urgency=low
1194
1195   * Cope with xserver-xorg's rename of force_keyboard_detection to
1196     autodetect_keyboard
1197
1198  -- Matt Zimmerman <mdz@ubuntu.com>  Mon,  4 Jul 2005 02:52:07 -0700
1199
1200 casper (1.0) breezy; urgency=low
1201
1202   * Version number bump (we've been through a stable Ubuntu release, after
1203     all)
1204   * Rename pre.d/10snapshot to post.d/10filesystem, as it is about to
1205     become more generic
1206   * Seed xserver-xorg/force_keyboard_detection to true in 20xconfig, so as
1207     to cause the keyboard layout to (continue to) be autodetected based on
1208     d-i settings
1209
1210  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 16 Jun 2005 11:21:54 -0700
1211
1212 casper (0.65) breezy; urgency=low
1213
1214   * As a performance optimization, only reconfigure gnome-panel-data if
1215     booting on a laptop
1216   * Disable the "lock screen" menu item (Ubuntu bug#7150)
1217
1218  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  8 Jun 2005 16:02:14 -0700
1219
1220 casper (0.64) breezy; urgency=low
1221
1222   * Merge colin.watson@canonical.com--2005/casper--debconf-copydb--0
1223     - Use debconf-copydb rather than our temporary hack
1224
1225  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 31 May 2005 12:08:51 -0700
1226
1227 casper (0.63) breezy; urgency=low
1228
1229   * Merge colin.watson@canonical.com--2005/casper--cdebconf-info--0
1230     - Update for cdebconf 0.75: use db_info rather than db_x_setbacktitle.
1231
1232  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 18 Apr 2005 20:59:58 -0700
1233
1234 casper (0.62) hoary; urgency=low
1235
1236   * Updated translations from
1237     colin.watson@canonical.com--2005/casper--translations--0 (nb)
1238
1239  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  5 Apr 2005 09:01:02 -0700
1240
1241 casper (0.61) hoary; urgency=low
1242
1243   * Updated translations from
1244     colin.watson@canonical.com--2005/casper--translations--0 (el, es, ro)
1245
1246  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  5 Apr 2005 08:06:51 -0700
1247
1248 casper (0.60) hoary; urgency=low
1249
1250   * Updated translations from
1251     colin.watson@canonical.com--2005/casper--translations--0 (hu, id, pl)
1252
1253  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 28 Mar 2005 11:26:21 -0800
1254
1255 casper (0.59) hoary; urgency=low
1256
1257   * Updated translations from
1258     colin.watson@canonical.com--2005/casper--translations--0 (de, pt_BR)
1259
1260  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 25 Mar 2005 16:51:17 -0800
1261
1262 casper (0.58) hoary; urgency=low
1263
1264   * Remove postfix shutdown links, as well as startup, to avoid an ugly error
1265
1266  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 24 Mar 2005 18:24:03 -0800
1267
1268 casper (0.57) hoary; urgency=low
1269
1270   * Merge colin.watson@canonical.com--2005/casper--translations--0 up to
1271     patch-2
1272   * Preseed netcfg/wireless_essid_again for noninteractive network setup, +new
1273     in netcfg 1.08ubuntu3 [colin.watson@canonical.com--2005/casper--netcfg--0]
1274
1275  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 23 Mar 2005 08:33:46 -0800
1276
1277 casper (0.56) hoary; urgency=low
1278
1279   * Suppress error output from eject
1280   * Remind the user to close the CD tray if they have one (Ubuntu #6668)
1281   * Add arch-build target to debian/rules
1282
1283  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 22 Mar 2005 10:21:41 -0800
1284
1285 casper (0.55) hoary; urgency=low
1286
1287   * Remove the hack introduced in 0.54, xorg 6.8.2-5 should be fixed
1288
1289  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 16 Mar 2005 18:11:05 -0800
1290
1291 casper (0.54) hoary; urgency=low
1292
1293   * Temporarily set RECONFIGURE=true when reconfiguring xserver-xorg, to work
1294     around a bug introduced in 6.8.2-3
1295
1296  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 16 Mar 2005 15:08:45 -0800
1297
1298 casper (0.53) hoary; urgency=low
1299
1300   * Provide target-base-system (i.e. base system installed in /target, also
1301     provided by base-installer).
1302
1303  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 Mar 2005 13:01:53 +0000
1304
1305 casper (0.52) hoary; urgency=low
1306
1307   * Arrange for $LANG to be set after pivot_root, so that (e.g.)
1308     xserver-xorg can use it to infer the keymap (Ubuntu #7138)
1309
1310  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 12 Mar 2005 02:10:59 -0800
1311
1312 casper (0.51) hoary; urgency=low
1313
1314   * Disable kpersonalizer startup on first login
1315
1316  -- Matt Zimmerman <mdz@ubuntu.com>  Sat,  5 Mar 2005 13:47:13 -0800
1317
1318 casper (0.50) hoary; urgency=low
1319
1320   * Add support for configuring kdm autologin
1321   * Rename 15gdm-autologin to 15autologin, and the corresponding debconf template
1322   * Remove obsolete XORG_FORCE_PROBE from 20xconfig
1323
1324  -- Matt Zimmerman <mdz@ubuntu.com>  Thu,  3 Mar 2005 10:37:31 -0800
1325
1326 casper (0.49) hoary; urgency=low
1327
1328   * Fix 20xconfig harder
1329
1330  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 21:20:03 -0800
1331
1332 casper (0.48) hoary; urgency=low
1333
1334   * Source confmodule in 20xconfig
1335
1336  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 21:02:35 -0800
1337
1338 casper (0.47) hoary; urgency=low
1339
1340   * Copy over the value of debian-installer/keymap into the target system,
1341     to allow the new logic in xserver-xorg.config to work
1342
1343  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 20:45:38 -0800
1344
1345 casper (0.46) hoary; urgency=low
1346
1347   * Lock the live user's password entirely.  Since the user is now
1348     automagically logged in, continuously, both on the console and in X,
1349     their password is irrelevant.
1350
1351  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 28 Feb 2005 08:31:13 -0800
1352
1353 casper (0.45) hoary; urgency=low
1354
1355   * Enable TimedLogin in gdm, so that if the user logs out, they are
1356     automatically logged back in after a few seconds (Ubuntu #6667)
1357
1358  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 27 Feb 2005 16:06:16 -0800
1359
1360 casper (0.44) hoary; urgency=low
1361
1362   * Configure init to spawn shells on virtual consoles, rather than login
1363     prompts (Ubuntu #6666)
1364   * Skip X configuration if a serial console is in use
1365   * Set the live user's password to be blank, rather than "ubuntu".  This
1366     is, paradoxically, more secure if the user decides to install
1367     openssh-server, since empty passwords are disallowed by default
1368
1369  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 27 Feb 2005 15:40:15 -0800
1370
1371 casper (0.43) hoary; urgency=low
1372
1373   * Override localechooser progress bar text to be more appropriate for the
1374     live CD (closes: Ubuntu #6664).
1375
1376  -- Colin Watson <cjwatson@ubuntu.com>  Thu, 24 Feb 2005 19:12:00 +0000
1377
1378 casper (0.42) hoary; urgency=low
1379
1380   * Preseed netcfg/no_interfaces, to avoid prompt when no network interfaces
1381     can be configured (closes: Ubuntu #6107).
1382   * Remove redundant DH_COMPAT setting in debian/rules, since there's
1383     already a (different) debian/compat.
1384
1385  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 22 Feb 2005 12:43:43 +0000
1386
1387 casper (0.41) hoary; urgency=low
1388
1389   * Cope with change in default /etc/sudoers (admin group).
1390
1391  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 22 Feb 2005 09:14:30 +0000
1392
1393 casper (0.40) hoary; urgency=low
1394
1395   * Copy /dev/tts to the live system as well as /dev/vc, for serial console.
1396
1397  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 21 Feb 2005 19:03:54 +0000
1398
1399 casper (0.39) hoary; urgency=low
1400
1401   * Fix reboot operation (cache the reboot binary)
1402
1403  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 10 Feb 2005 20:51:08 -0800
1404
1405 casper (0.38) hoary; urgency=low
1406
1407   * Eject the CD during shutdown/reboot
1408     - Awful hack to copy /dev/cdroms to the live system, because the CD is
1409       mounted using devfs names
1410     - Add /usr/share/casper/shutdown script to casper-udeb
1411     - Copy /usr/share/casper/shutdown to /etc/rc[06].d in 25configure-init
1412   * Remove caspermon binary package, inadvertently enabled (not even
1413     remotely ready)
1414
1415  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 10 Feb 2005 13:43:56 -0800
1416
1417 casper (0.37) hoary; urgency=low
1418
1419   * Fix casper-udeb/runlevel template
1420
1421  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  8 Feb 2005 19:37:43 -0800
1422
1423 casper (0.36) hoary; urgency=low
1424
1425   * Rename post.d/25disable-init-scripts to 25configure-init
1426   * Add casper-udeb/runlevel, to allow the default runlevel
1427     to be set
1428
1429  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  8 Feb 2005 19:14:16 -0800
1430
1431 casper (0.35) hoary; urgency=low
1432
1433   * Preseed netcfg/wireless_essid
1434   * Remove obsolete confmodule load from pre.d/12fstab
1435   * Don't mount a tmpfs on /var/run; it doesn't save a huge amount of
1436     snapshot space, and packages expect their directories there to be
1437     persistent
1438
1439  -- Matt Zimmerman <mdz@ubuntu.com>  Mon,  7 Feb 2005 15:46:52 -0800
1440
1441 casper (0.34) hoary; urgency=low
1442
1443   * Use casper-reconfigure in 10adduser as well
1444   * Add post.d/93save-logs to save copies of the bootstrap logs to
1445     /var/log/casper
1446   * Stop reconfiguring fontconfig; it insists on rebuilding the entire
1447     font cache, and the only benefit was to unable subpixel hints
1448
1449  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Feb 2005 10:42:19 -0800
1450
1451 casper (0.33) hoary; urgency=low
1452
1453   * Re-upload to fix borked source package
1454
1455  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 30 Jan 2005 12:21:07 -0800
1456
1457 casper (0.32) hoary; urgency=low
1458
1459   * Factor out debconf hackery into casper-reconfigure
1460   * Mount sysfs earlier, so we don't need to mess with it in 20xconfig
1461   * Break 22simple-reconfig into 22fontconfig and 22gnome-panel-data, and
1462     create progress bar text for them
1463   * Preseed netcfg/dhcp_failed, to avoid a prompt when DHCP fails
1464
1465  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 29 Jan 2005 14:03:36 -0800
1466
1467 casper (0.31) hoary; urgency=low
1468
1469   * Clear tty2 and print a nice message, before signalling init
1470
1471  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 29 Jan 2005 13:15:44 -0800
1472
1473 casper (0.30) hoary; urgency=low
1474
1475   * Reconfigure fontconfig, to enable subpixel rendering based on the
1476     hardware in use
1477
1478  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 27 Jan 2005 14:21:49 -0800
1479
1480 casper (0.29) hoary; urgency=low
1481
1482   * Fix the problem described in 0.28 by preseeding a default for
1483     netcfg/get_hostname
1484
1485  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 25 Jan 2005 23:04:03 -0800
1486
1487 casper (0.28) hoary; urgency=low
1488
1489   * Suppress network configuration questions
1490
1491     - The goal is to make a reasonable effort to configure one interface
1492     automatically, but if that is not possible, fall back to no
1493     configuration.  We aren't quite there yet.
1494
1495     - If we fail to resolve our IP into a hostname using DNS, netcfg seems
1496     to fall back to an empty value, rather than the default in the
1497     template.
1498
1499  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 25 Jan 2005 22:55:35 -0800
1500
1501 casper (0.27) hoary; urgency=low
1502
1503   * Add post.d/22simple-reconfig
1504     - Reconfigure gnome-panel-data if it is installed, to set up the GNOME
1505       session based on whether the system is a laptop
1506     - Corresponding progress template
1507     - mount /proc earlier (needed for, e.g. laptop-detect)
1508   * Warn about screen blanking in X configuration progress message
1509   * Simplify post.d/20xconfig and pre.d/13swap a bit
1510   * Update TODO
1511
1512  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 22 Jan 2005 15:56:49 -0800
1513
1514 casper (0.26) hoary; urgency=low
1515
1516   * Set NOPASSWD in /etc/sudoers for the initial user
1517
1518  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 16:53:49 -0800
1519
1520 casper (0.25) hoary; urgency=low
1521
1522   * mount /proc before signalling init, as it now uses /proc to determine
1523     what is and is not a kernel thread
1524
1525  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 16:04:52 -0800
1526
1527 casper (0.24) hoary; urgency=low
1528
1529   * Add a backtitle properly
1530
1531  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 09:07:19 -0800
1532
1533 casper (0.23) hoary; urgency=low
1534
1535   * Add a backtitle
1536
1537  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 09:02:01 -0800
1538
1539 casper (0.22) hoary; urgency=low
1540
1541   * Search for swap on SCSI disks as well as IDE
1542
1543  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 14:27:09 -0800
1544
1545 casper (0.21) unstable; urgency=low
1546
1547   * Cosmetic changes to debconf templates
1548   * Fix 10adduser to register debconf questions before setting their
1549     values and flags
1550
1551  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 14:14:20 -0800
1552
1553 casper (0.20) hoary; urgency=low
1554
1555   * Remove legacy symlinks from casper/pre.d; they are now contained in
1556     the relevant udebs
1557
1558  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 13:22:33 -0800
1559
1560 casper (0.19) hoary; urgency=low
1561
1562   * Update TODO
1563   * casper-udeb Depends: md-modules
1564
1565  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 11:23:51 -0800
1566
1567 casper (0.18) hoary; urgency=low
1568
1569   * Enable new adduser code, using db_fset ... seen to suppress the questions
1570
1571  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 15:06:48 -0800
1572
1573 casper (0.17) hoary; urgency=low
1574
1575   * Convert snapshot setup to use debconf instead of hardcoded parameters
1576   * Remove obselete-before-being-used username template
1577   * Convert post.d/10adduser to use debconf passthrough to the passwd package,
1578     and thus share its user-adding code rather than duplicating it.
1579     - But don't enable it yet, since we need to find a way to prevent its
1580     questions from being asked
1581
1582  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 13:04:48 -0800
1583
1584 casper (0.16) hoary; urgency=low
1585
1586   * casper-udeb Depends: casper-check, harddrive-detection
1587   * Automatically find and enable swap devices
1588
1589  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 11:23:48 -0800
1590
1591 casper (0.15) hoary; urgency=low
1592
1593   * Set anna/standard_modules to false at startup to suppress unnecessary
1594     udeb retrieval.
1595
1596  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 18 Jan 2005 13:41:00 +0000
1597
1598 casper (0.14) hoary; urgency=low
1599
1600   * Enable X autoconfiguration(!)
1601
1602  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 15 Jan 2005 02:19:58 -0800
1603
1604 casper (0.13) hoary; urgency=low
1605
1606   * Rename templates so that they are named after the {pre,post}.d hook
1607     which uses them
1608   * Remove some unused templates
1609
1610  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 14 Jan 2005 10:11:02 -0800
1611
1612 casper (0.12) hoary; urgency=low
1613
1614   * Add debconf templates for various things that we currently hardcode.
1615     Not actually used yet due to need for testing, but having the
1616     templates present greatly simplifies testing the remaining integration
1617     work
1618
1619  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 13 Jan 2005 20:32:39 -0800
1620
1621 casper (0.11) hoary; urgency=low
1622
1623   * Update post.d/20xconfig to use debconf passthrough to cdebconf
1624     (requires debconf 1.4.42 and cdebconf 0.75), but leave it disabled for
1625     now
1626   * Create /etc/fstab in the target (this also seems to solve the problem
1627     with noatime disappearing, and so should reduce snapshot utilization)
1628
1629  -- Matt Zimmerman <mdz@debian.org>  Thu, 13 Jan 2005 18:25:36 -0800
1630
1631 casper (0.10) hoary; urgency=low
1632
1633   * Remove rc?.d/K??hwclock.sh links, to avoid changing the system clock
1634     during reboot or shutdown
1635
1636  -- Matt Zimmerman <mdz@debian.org>  Thu, 13 Jan 2005 18:13:31 -0800
1637
1638 casper (0.9) hoary; urgency=low
1639
1640   * Fix gdm autologin configuration (broken in 0.8)
1641
1642  -- Matt Zimmerman <mdz@debian.org>  Wed, 12 Jan 2005 10:52:05 -0800
1643
1644 casper (0.8) hoary; urgency=low
1645
1646   * Add debian-installer/casper-udeb/title template, to specify more
1647     readable menu item text
1648   * Create /usr/lib/casper/{pre,post}.d and move all of our internal logic
1649     there
1650   * Create temporary symlinks in pre.d for the prebaseconfig.d items we
1651     want
1652   * Convert errors into proper error dialogs
1653   * Make some pre.d scripts idempotent, for ease of testing
1654
1655  -- Matt Zimmerman <mdz@debian.org>  Tue, 11 Jan 2005 16:59:35 -0800
1656
1657 casper (0.7) hoary; urgency=low
1658
1659   * Disable X configuration temporarily; need to resolve debconf issues
1660
1661  -- Matt Zimmerman <mdz@canonical.com>  Tue, 11 Jan 2005 13:14:43 -0800
1662
1663 casper (0.6) hoary; urgency=low
1664
1665   * Allow "modprobe ext2" to fail; apparently it's sometimes compiled in
1666
1667  -- Matt Zimmerman <mdz@debian.org>  Tue, 11 Jan 2005 12:12:28 -0800
1668
1669 casper (0.5) hoary; urgency=low
1670
1671   * Attempt to configure X
1672     - This doesn't work very well yet (PCI BusID doesn't seem to get
1673     updated, for example), so we still don't start gdm by default)
1674   * Conditionalize some of the configuration code, so we automatically do
1675     the right thing if gdm or X isn't installed
1676   * Add German translation from Andreas Mueller
1677   * modprobe ext2, to let powerpc work (this should probably happen
1678     elsewhere, but for now...)
1679
1680  -- Matt Zimmerman <mdz@debian.org>  Sun,  9 Jan 2005 17:49:56 -0800
1681
1682 casper (0.4) hoary; urgency=low
1683
1684   * Mount tmpfs on /tmp and /var/run, should save many writes to the snapshot
1685
1686  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 18:35:26 -0800
1687
1688 casper (0.3) hoary; urgency=low
1689
1690   * Disable anacron and postfix startup
1691   * Don't cripple /bin/apt-install in d-i (this was a workaround to
1692     prevent d-i from installing packages which should have been present in
1693     the filesystem image anyway, but weren't)
1694
1695  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 18:10:55 -0800
1696
1697 casper (0.2) hoary; urgency=low
1698
1699   * Use mount --move to move the cdrom mount point, so that we can unmount
1700     /initrd and free up the memory used by d-i
1701   * Use /dev/ram1 rather than /dev/ram0 for the COW stuff, since /dev/ram0
1702     is used for initrds and we want to avoid confusion
1703   * Organize casper-udeb.postinst into shell functions
1704   * Add a progress bar
1705   * Add a debian/compat file (version 4)
1706
1707  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 08:01:21 -0800
1708
1709 casper (0.1) hoary; urgency=low
1710
1711   * Initial Release.
1712
1713  -- Matt Zimmerman <mdz@canonical.com>  Wed,  5 Jan 2005 14:30:28 -0800