Adding casper 1.77+debian-1.
[live-boot-grml.git] / debian / changelog.upstream
1 casper (1.77) edgy; urgency=low
2
3   * Honour console-setup/modelcode preseeding. Needed for Malone #66719,
4     #66774.
5
6  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 20 Oct 2006 19:59:39 +0100
7
8 casper (1.76) edgy; urgency=low
9
10   [ Colin Watson ]
11   * Copy access=m2 accessibility changes into the corresponding ubiquity
12     hook.
13   * Remove spurious quoting from accessibility script.
14   * Clear console-setup/layoutcode and console-setup/variantcode if they
15     aren't supplied on the command line.
16
17   [ Michael Vogt ]
18   * scripts/casper-bottom/35fix_language_selector:
19     - run fontconfig-voodoo if available to make sure that we have
20       optimal fontconfig settings for the CJK languages (lp: #49334)
21
22   [ Henrik Nilsen Omma ]
23   * Fix a few accessibility items that were out of date, changing
24     gnopernicus -> orca and gok -> onboard (the gok entry was missing some
25     brackets as well; patch from Malone #58836, closes: Malone #65861).
26
27  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 16 Oct 2006 20:20:15 +0100
28
29 casper (1.75) edgy; urgency=low
30
31   * Turn on accessibility in "Motor Difficulties - pointing devices" which
32     makes onboard start properly.  closes: Malone: #65861.
33
34  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri, 13 Oct 2006 14:12:10 +0200
35
36 casper (1.74) edgy; urgency=low
37
38   [ Tollef Fog Heen ]
39   * Sync up ubiquity-hooks/30accessibility with
40     scripts/casper-bottom/30accessibility fixing spelling errors and
41     enabling accessibility in KDE.
42
43   [ Colin Watson ]
44   * Fix check for presence of gconf2 (closes: Malone #58836).
45
46  -- Colin Watson <cjwatson@ubuntu.com>  Wed, 11 Oct 2006 11:18:00 +0100
47
48 casper (1.73) edgy; urgency=low
49
50   * Never run install-keymap or preseed debian-installer/keymap if
51     console-setup is detected, even if console-setup wasn't explicitly
52     preseeded. Contributes to Malone #60067.
53
54  -- Colin Watson <cjwatson@ubuntu.com>  Sat,  7 Oct 2006 01:56:20 +0100
55
56 casper (1.72) edgy; urgency=low
57
58   * Force suspend and hibernate both off, since reconfiguring
59     gnome-power-manager kills usplash here.  Fixes Malone: #61535
60     completely.
61
62  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri,  6 Oct 2006 14:22:23 +0200
63
64 casper (1.71) edgy; urgency=low
65
66   * Use TEXT-URGENT in shutdown script to make sure we display the "please
67     remove disc and press enter" text.  Malone: #61533
68   * Increase usplash timeout since "TIMEOUT 0" no longer means "spin
69     forever".
70   * Don't move-mount all the squashfs-es into / since that confuses mono
71     (and some other apps too).  Malone: #62756
72   * Disable kwallet by default.  Malone: #47743
73   * Add -n to language selector to make it not whine about
74     not-fully-installed langpacks.  Malone. #37568
75   * Override definition of log_end_msg in casper-functions.  Make sure all
76     casper-bottom scripts use this.
77   * Pulsate bar in casper-top and casper-bottom.  Malone: #61535
78
79  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  4 Oct 2006 09:52:06 +0200
80
81 casper (1.70) edgy; urgency=low
82
83   * Check for new file= alias as well as preseed/file= (closes: Malone
84     #63145).
85
86  -- Colin Watson <cjwatson@ubuntu.com>  Wed,  4 Oct 2006 08:59:53 +0100
87
88 casper (1.69) edgy; urgency=low
89
90   [ Tollef Fog Heen ]
91   * Use grep -E in scripts/casper. Malone: #57620
92   * Fix syntax error in accessibility script
93
94   [ Colin Watson ]
95   * Run 'sh -n' over everything in build target to avoid future syntax
96     errors.
97   * Fix check for /etc/default/console-setup (closes: Malone #62775).
98
99  -- Colin Watson <cjwatson@ubuntu.com>  Mon,  2 Oct 2006 10:58:19 +0100
100
101 casper (1.68) edgy; urgency=low
102
103   * Honour console-setup/layoutcode and console-setup/variantcode preseeding
104     (closes: Malone #61573).
105
106  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 22 Sep 2006 16:09:53 +0100
107
108 casper (1.67) edgy; urgency=low
109
110   * Make sure to write xorg.conf md5sum to the installed system, not the
111     live system in ubiquity-hooks/20xconfig
112   * Implement support for setting KDE's accessibility options too, thanks
113     to Jonathan Riddell for the patch.
114   * Use usplash's TEXT-URGENT for important messages when doing md5 checks
115   * Fix flashing of progress bar on 32 bit arches
116
117  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 23 Aug 2006 14:34:57 +0200
118
119 casper (1.66) edgy; urgency=low
120
121   * Fix use of db_get in ubiquity accessibility hook.
122   * Use sudo instead of su to get to the live session user from the
123     initramfs or to the newly-installed user from ubiquity. su's argument
124     handling has changed so that the previous code no longer worked, and su
125     was never all that good for arguments containing spaces anyway.
126
127  -- Colin Watson <cjwatson@ubuntu.com>  Mon,  4 Sep 2006 15:46:55 +0100
128
129 casper (1.65) edgy; urgency=low
130
131   * Update to call udevsettle/udevtrigger instead of udevplug
132
133  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 21 Aug 2006 19:37:58 +0200
134
135 casper (1.64) edgy; urgency=low
136
137   * Fix moving of squashfs mount points so that /proc/mounts in the
138     installed system refers to them correctly (closes: Malone #55019). As a
139     bonus, this lets us mount them on subdirectories of /casper/ right from
140     the start.
141   * Treat locale= as equivalent to debian-installer/locale= (closes: Malone
142     #53444).
143   * Fix ubiquity-hooks/30accessibility not to use log_end_msg, and to chroot
144     to /target instead of /root (closes: Malone #53277).
145
146  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  3 Aug 2006 14:00:22 +0100
147
148 casper (1.63) edgy; urgency=low
149
150   [ Tollef Fog Heen ]
151   * Change "Live CD user" to "live session user" in the adduser script.
152     Malone #46882
153   * Only disable l-r-m and anacron if they are installed.
154   * Make sure laptop-detect is installed before trying to call it.
155   * Do not install init script from the initramfs any more.  It should
156     have rc.d links already in the squashfs.
157   * Minor build system fixes.
158   * Remove ubuntu-specific branding from the default casper.
159   * Install default configuration file and make it end up in the
160     initramfs.
161     terms.
162   * Add stacked file system support
163
164   [ Marco Amadori ]
165   * Added possibility to set locale on chroot, not only at runtime.
166   * Updated 14locales to latest debian policy.
167   * Wait for persistent devices for 30 seconds, not 1500.
168   * Make sure that readahead-list is installed before chmod -x'ing it.
169   * Only copy devmapper relevant files if devmapper is installed. 
170   * Get rid of CD references and replace with medium or other appropriate.
171
172   [ Malcolm Gilles ]
173   * USB devices can have ID_PATH with pci-*-usb, too.
174
175  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 18 Jul 2006 10:20:51 +0200
176
177 casper (1.61) edgy; urgency=low
178
179   * Move PATH setting to top of casper script to avoid silliness where
180     PATH isn't correctly set.
181
182  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 17 Jul 2006 12:53:59 +0200
183
184 casper (1.60) edgy; urgency=low
185
186   * Change start symlinks to kill symlinks for anacron, to avoid it being
187     started by invoke-rc.d and similar.
188   * Rearrange source package.
189   * Redo how the init script works and require it to be installed in the
190     live fs.
191   * Bump version number to be higher than Debian's so we don't
192     automatically sync.
193
194  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 31 May 2006 00:01:40 +0200
195
196 casper (1.58) dapper; urgency=low
197
198   * Really rename properly, without dirname.
199
200  -- Scott James Remnant <scott@ubuntu.com>  Tue, 30 May 2006 22:47:04 +0100
201
202 casper (1.57) dapper; urgency=low
203
204   * Rename the anacron rc.d/S* symlinks to K*, instead of removing them.
205     Because otherwise pbbuttonsd decides that starting anacron on the
206     LiveCD would be a clever thing to do.
207
208  -- Scott James Remnant <scott@ubuntu.com>  Wed, 24 May 2006 23:06:04 +0100
209
210 casper (1.56) dapper; urgency=low
211
212   * Hopefully work a bit better when checking DVDs on 32 bit
213     architectures.
214   * Do an explicit read from /dev/console when waiting for keypress after
215     CD/DVD has been ejected.
216
217  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 22 May 2006 16:43:03 +0200
218
219 casper (1.55) dapper; urgency=low
220
221   * Reconfigure gnome-power-manager when doing live installations.
222     Malone #45654
223
224  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 22 May 2006 11:16:46 +0200
225
226 casper (1.54) dapper; urgency=low
227
228   [ Luke Yelavich ]
229   * Set large print fonts for the v1 accessibility profile. Closes 
230     Malone #45376. 
231
232   [ Colin Watson ]
233   * Fix preseed/file handling (closes: Malone #43683).
234
235  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 18 May 2006 19:36:24 +0200
236
237 casper (1.53) dapper; urgency=low
238
239   [ Tollef Fog Heen ]
240   * Disable fglrx and nvidida drivers by default.  Somewhat addresses
241     #43706
242
243   [ Colin Watson ]
244   * Pass all command-line preseed arguments (other than preseed/file) to
245     /root's debconf db.
246
247  -- Tollef Fog Heen <tfheen@ubuntu.com>  Sat, 13 May 2006 10:14:36 +0200
248
249 casper (1.52) dapper; urgency=low
250
251   * Export the path in casper-reconfigure so X and friends actually have
252     sbin in their path.
253
254  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 11 May 2006 21:04:11 +0200
255
256 casper (1.51) dapper; urgency=low
257
258   [ Luke Yelavich ]
259   * casper-bottom/30accessibility:
260     - Removed stale reference to acessx_applet.
261     - Fix some typos for gconf values that had to be set as lists.
262
263   [ Colin Watson ]
264   * Pass debian-installer/locale to /root's debconf db (closes: Malone
265     #41896).
266   * Identify ourselves as casper when communicating with debconf.
267   * Factor out preseeding code into casper-preseed; this knows that it only
268     needs to register a question if it fails to set it, which saves memory
269     by avoiding debconf having to rewrite templates.dat.
270   * Preseed kbd-chooser/method as well as debian-installer/keymap, so that
271     kbd-chooser run from ubiquity picks up the selected keyboard (closes:
272     Malone #42202).
273   * Use new dpkg-reconfigure --no-reload option (debconf 1.4.72ubuntu6) to
274     avoid needlessly rewriting templates.dat.
275   
276   [ Tollef Fog Heen ]
277   * Add ... to the end of all usplash messages.  Malone #43856
278   * Add maybe_break casper-bottom to allow breaking before running bottom
279     scripts.  Malone #43860
280   * Don't show the name of the live cd user that's added.
281   * Mount COW filesystem if show-cow is present on the kernel command line.
282     Malone #43687
283   * Disable the Kubuntu update notifier too.  Malone #43806
284   * Disable hibernation and enable sleep where appropriate.  Malone #23882
285
286  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 11 May 2006 12:11:08 +0200
287
288 casper (1.50) dapper; urgency=low
289
290   [ Luke Yelavich ]
291   * Fixed some typos, and added missing settings to some accessibility
292     profiles, as they were either not working properly, or at all. Malone:
293     #39472, #39473
294   * Removed the desktop wallpaper, and changed the background colour to gray
295     for the v1 accessibility profile.
296   * Set the whiteglass mouse theme for the v1 accessibility profile.
297   * Moved the gconftool-2 -s flag to individual gct calls, to allow for future
298     use of gconftool-2 flags that are incompatible with -s.
299   
300   [ Daniele Favara ]
301   * Allow custom HOST, USERNAME, USERFULLNAME.  Malone: #42118
302   * Add example file
303     - debian/casper.dir: Add examples dir 
304     - debian/casper.conf: Explain briefly how to use new variables 
305     - debian/rules: Install casper.conf as example_conf_casper
306   
307   [ Tollef Fog Heen ]
308   * Stylistic changes to Daniele's changes.
309
310  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue,  2 May 2006 14:12:31 +0200
311
312 casper (1.49) dapper; urgency=low
313
314   * Also look for hardware named wlan*
315
316  -- Scott James Remnant <scott@ubuntu.com>  Wed, 26 Apr 2006 13:37:13 +0100
317
318 casper (1.48) dapper; urgency=low
319
320   * Write /etc/network/interfaces entries for eth0, eth1, eth2, ath0 and
321     wlan0 if there's no hardware detected for them; as it may be plugged
322     in after boot.
323
324  -- Scott James Remnant <scott@ubuntu.com>  Wed, 26 Apr 2006 12:31:38 +0100
325
326 casper (1.47) dapper; urgency=low
327
328   [ Tollef Fog Heen ]
329   * Turn on debugging of the X config.
330   * Log to a file which gets copied to /var/log/casper.log.  Malone: #39895
331   * Only pick UTF-8 locales.  Malone: #40178
332   * Use correct /root rather than /target for seeing what version of
333     gnome-panel-data is installed.
334   * Make festival (and probably some other apps) happier by using
335     127.0.1.1 for our ubuntu hostname and 127.0.0.1 just resolves to
336     "localhost".
337   * Make casper-md5check read from tty8 since it wants to get keypresses
338     from the active console (where usplash runs).  Malone: #40490.
339   * Copy /etc/modules when installing with ubiquity.  Malone: #40311
340   * /etc/gdm/gdm-cdd.conf can be a symlink.  Cope with that.  Malone: #40767  
341
342   [ Colin Watson ]
343   * ubiquity-casper conflicts/replaces espresso-casper.
344
345  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 24 Apr 2006 09:41:14 +0200
346
347 casper (1.46) dapper; urgency=low
348
349   * Use debian-installer/dummy for preseeding rather than espresso/dummy,
350     since the latter was removed in espresso 0.99.38.
351   * espresso is being renamed to ubiquity. Rename espresso-casper to
352     ubiquity-casper to match.
353
354  -- Colin Watson <cjwatson@ubuntu.com>  Fri, 21 Apr 2006 12:52:48 +0100
355
356 casper (1.45) dapper; urgency=low
357
358   [ Matt Zimmerman ]
359   * [share/shutdown] Disable the usplash timeout and wrap the prompt to two
360     lines
361
362   [ Tollef Fog Heen ]
363   * Use devmapper for ia64, hppa and sparc.
364
365  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 19 Apr 2006 11:36:49 +0200
366
367 casper (1.44) dapper; urgency=low
368
369   * Reset the timeout after casper-premount has run so we're sure that the
370     timeout is what we want it to be.  Udev seems to change it too.
371   * Remove a few set -x commands to make the boot slightly less verbose.
372   * Fix 10adduser to actually install the correct icons for espresso.
373
374  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 12 Apr 2006 14:20:53 +0200
375
376 casper (1.43) dapper; urgency=low
377
378   * Copy espresso-kdeui.desktop file to user's desktop 
379     Branch at http://kubuntu.org/~jriddell/bzr/casper/trunk/
380
381  -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 13 Apr 2006 15:37:49 +0100
382
383 casper (1.42) dapper; urgency=low
384
385   [ Luke Yelavich ]
386   * casper-bottom/30accessibility:
387     - Removed some settings from accessibility profiles as these are now
388       in the relevant packages.
389
390   [ Tollef Fog Heen ]
391   * Make sure to call gconftool as the right user.  Malone #38408
392   * Write an entry for / in fstab.  Hopefully fixes Malone #34330
393   * Change gdm-cdd.conf if it exists, not gdm.conf. Malone #37467
394   * Really disable update-notifier, this time by removing the correct
395     file.
396
397  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 11 Apr 2006 15:43:24 +0200
398
399 casper (1.41) dapper; urgency=low
400
401   * Don't mkdir then install -D, just install -D (this should prevent
402     ~ubuntu/Desktop being owned by root)
403
404  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 29 Mar 2006 10:52:42 +0200
405
406 casper (1.40) dapper; urgency=low
407
408   * Add snd_powermac to /etc/modules on ppc.  (Malone: #27862)
409   * Use chmod -x instead of mv to disable readahead in order to not
410     trigger unionfs bugs
411   * Reboot the system when a key is pressed at the end of the integrity
412     check.  (Malone: #29203)
413   * Use usplash_write too when doing shutdown.  (Malone: #34537)
414
415  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 28 Mar 2006 10:09:49 +0200
416
417 casper (1.39) dapper; urgency=low
418
419   [ Tollef Fog Heen ]
420   * Disable update-notifier by default, as it won't make much sense for
421     most people.
422
423   [ Colin Watson ]
424   * Clear out user-setup questions from the debconf database after creating
425     the live CD user, to avoid confusing espresso into offering "Ubuntu
426     LiveCD user" as the user's default full name.
427
428  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 13 Mar 2006 11:38:39 +0100
429
430 casper (1.38) dapper; urgency=low
431
432   * Disable readahead since it breaks too much with squashfs and unionfs.
433
434  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu,  9 Mar 2006 09:43:39 +0100
435
436 casper (1.37) dapper; urgency=low
437
438   * Add support for having the squashfs directly on a device, thanks to
439     Paul Sladen for idea and a patch.
440   * If a directory "Examples" exists in ~ after we've run adduser, move it
441     to the Desktop subdirectory for greater visibility.
442
443  -- Tollef Fog Heen <tfheen@ubuntu.com>  Sat,  4 Mar 2006 11:55:50 +0100
444
445 casper (1.36) dapper; urgency=low
446
447   [ Tollef Fog Heen ]
448   * Fix typo in find_cow_device so block devices didn't work at all.
449     Malone #31639.  Thanks to Richard Nemec for the catch.
450   * Update accessibility framework, thanks to Luke Yelavich.
451
452   [ Colin Watson ]
453   * Move the /cdrom mount into the new root filesystem.
454
455  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  1 Mar 2006 11:13:54 +0100
456
457 casper (1.35) dapper; urgency=low
458
459   * Check for preseed/file= in /proc/cmdline and feed any given file to
460     debconf-set-selections.
461
462  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 27 Feb 2006 17:32:02 +0000
463
464 casper (1.34) dapper; urgency=low
465
466   [ Luke Yelavich ]
467   * Add initial accessibility support framework
468
469  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 22 Feb 2006 14:36:07 +0100
470
471 casper (1.33) dapper; urgency=low
472
473   * Make sure Desktop and the espresso-$ui.desktop is owned by the Ubuntu
474     user.  Malone #31991
475   * Fix check for rc6.d/S90reboot at the bottom of 25configure_init to
476     actually look in the right place.
477   * Make me the maintainer of the package.
478
479  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 20 Feb 2006 09:49:02 +0100
480
481 casper (1.32) dapper; urgency=low
482
483   * Fix copying of /usr/share/applications/espresso-gtkui.desktop.
484
485  -- Colin Watson <cjwatson@ubuntu.com>  Thu, 16 Feb 2006 16:47:15 +0000
486
487 casper (1.31) dapper; urgency=low
488
489   [ Tollef Fog Heen ]
490   * Print message about rebooting the system when the md5 check is
491     finished.
492   * Just have one copy of the casper shutdown scripts and symlink those
493     into the right place.  Malone #20978
494
495   [ Colin Watson ]
496   * Copy /usr/share/applications/espresso-gtkui.desktop to the live CD
497     user's desktop.
498
499  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 14 Feb 2006 14:52:16 +0100
500
501 casper (1.30) dapper; urgency=low
502
503   * Set a blank password for the ubuntu user.  This hopefully resolves
504     Malone #30118
505   * Pass keyboard layout information to xserver-xorg in the "new" scheme.
506   * Set up the right console keymap.
507
508  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 14 Feb 2006 14:48:14 +0100
509
510 casper (1.29) dapper; urgency=low
511     
512   [ Tollef Fog Heen ]
513   * Fix typo in 22gnome_panel_data
514   * Configure all detected network interfaces.
515   * Add support for putting the persistent storage in a loopback file on
516     vfat volumes
517   * Configure all detected network interfaces.
518   * Allow putting the live filesystem image on a VFAT volume
519   * Allow putting the persistent storage in a loopback file on a VFAT
520     volume
521   * Lots of cleanups
522
523   [ Colin Watson ]
524   * Change casper-reconfigure to take the target root filesystem as its
525     first argument.
526   * Add espresso-casper package with hooks to repeat some things done by
527     casper in the installed system.
528
529  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed, 25 Jan 2006 14:25:45 +0100
530
531 casper (1.28) dapper; urgency=low
532
533   * Depend on user-setup
534   * First shot at IEEE1394 support.  Add sbp2 and ohci1394 as modules to
535     be copied into the initramfs.
536
537  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 16 Jan 2006 22:06:35 +0100
538
539 casper (1.27) dapper; urgency=low
540
541   * Try using unionfs on ppc again 
542
543  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 10 Jan 2006 20:55:19 +0100
544
545 casper (1.26) dapper; urgency=low
546
547   * Add persistency support
548   * Usplash integration
549
550  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 10 Jan 2006 17:53:54 +0100
551
552 casper (1.25) dapper; urgency=low
553
554   * Make /rofs available to in the target system. 
555
556  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon,  9 Jan 2006 15:25:12 +0100
557
558 casper (1.24) dapper; urgency=low
559
560   * For debconf-communicate, use a here-doc rather than trying to have \n
561     working in shell variables.
562   * The usplash fifo has moved, update paths accordingly.  Also conflict
563     with the old usplash and depend on new enough initramfs-tools.
564
565  -- Tollef Fog Heen <tfheen@ubuntu.com>  Fri,  6 Jan 2006 14:20:37 +0100
566
567 casper (1.23) dapper; urgency=low
568
569   * Move the building to binary-dep, since we're an arch: any package
570     now.
571
572  -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu,  5 Jan 2006 10:37:31 +0100
573
574 casper (1.22) dapper; urgency=low
575
576   * Bunch debconf-communicate commands together to speed up the boot a
577     little bit.
578   * Add integrity checker, this is compiled code, so casper is now arch:
579     any
580
581  -- Tollef Fog Heen <tfheen@ubuntu.com>  Wed,  4 Jan 2006 12:56:13 +0100
582
583 casper (1.21) dapper; urgency=low
584
585   * If locale is unset, use en_US.UTF8, not whatever comes first in the
586     list of supported locales.
587   * Generate locale and set the locale in /etc/environment
588   * Use user-setup to create the user, rather than doing it ourselves.
589   * Various cleanups and fixes, such as making debconf-communicate silent
590   * Disable checkroot when booting
591
592  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon,  2 Jan 2006 11:00:25 +0100
593
594 casper (1.20) dapper; urgency=low
595
596   * Remove a large bunch of debugging output
597   * Depend on dmsetup so the hook script can copy in that
598   * Handle both squashfs and cloop images, with run-time detection
599   * Use devmapper + cloop on powerpc, not unionfs, since unionfs is a
600     disaster there.
601   * Make sure we have both SCSI and IDE CDROM modules available in the
602     initramfs.
603   * Do some initial keyboard setup handling so X will, at least in some
604     cases, have a chance of giving the user a sane keymap.
605
606  -- Tollef Fog Heen <tfheen@ubuntu.com>  Mon, 19 Dec 2005 14:23:13 +0100
607
608 casper (1.19) dapper; urgency=low
609
610   * Switch to initramfs, so casper only survives in spirit
611   * Use unionfs instead of a writeable devmapper snapshot
612   * Remove all debconfiscation, since we're an initramfs script now
613   * Make the postinst call update-initramfs -u
614   * Mount the CD read-only explicitly
615   * Make udevinfo silent if the device is not found.
616
617  -- Tollef Fog Heen <tfheen@ubuntu.com>  Tue, 13 Dec 2005 16:22:45 +0100
618
619 casper (1.18) breezy; urgency=low
620
621   * Update translations from Rosetta: Greek, Spanish, French, Hungarian,
622     Brazilian Portuguese.
623
624  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 19 Sep 2005 20:05:02 +0100
625
626 casper (1.17) breezy; urgency=low
627
628   * Set /apps/gnome-screensaver/lock if gnome-screensaver is installed
629
630  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 16 Sep 2005 15:24:35 -0700
631
632 casper (1.16) breezy; urgency=low
633
634   * Install a fake script in /lib/debian-installer.d/S72menu-exit after
635     pivoting that just calls sleep, to prevent scary console messages as d-i
636     tries to exit without its root filesystem.
637
638  -- Colin Watson <cjwatson@ubuntu.com>  Wed, 14 Sep 2005 10:28:06 +0100
639
640 casper (1.15) breezy; urgency=low
641
642   * Neutralize branding in startup message
643   * Use clear in addition to reset, in hopes of concealing error messages on
644     the console from d-i's death throes
645
646  -- Matt Zimmerman <mdz@ubuntu.com>  Fri,  9 Sep 2005 11:24:14 -0700
647
648 casper (1.14) breezy; urgency=low
649
650   * Set RUNNING_UNDER_GDM=yes in the user's environment to stop xscreensaver
651     locking the screen (Ubuntu #7150).
652
653  -- Colin Watson <cjwatson@ubuntu.com>  Thu,  8 Sep 2005 13:37:00 +0100
654
655 casper (1.13) breezy; urgency=low
656
657   * Use reset, rather than clear, to clean up after the colored dialogs on vt1
658
659  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  7 Sep 2005 16:09:45 -0700
660
661 casper (1.12) breezy; urgency=low
662
663   * Kill bterm after pivoting so that we can use vt1 rather than vt2,
664     thereby avoiding a fight between gdm and the X server (closes: Ubuntu
665     #14851).
666
667  -- Colin Watson <cjwatson@ubuntu.com>  Wed,  7 Sep 2005 15:48:40 +0100
668
669 casper (1.11) breezy; urgency=low
670
671   * Remove debugging code which crept into 1.10
672   * Revert changes to casper-udeb.postinst which were intended for
673     starting usplash earlier (pre-1.10)
674
675  -- Matt Zimmerman <mdz@ubuntu.com>  Fri,  2 Sep 2005 13:43:03 -0700
676
677 casper (1.10) breezy; urgency=low
678
679   * Instead of starting usplash directly, create an init script which will
680     start it later (after the new init), to avoid it being killed by
681     busybox init
682
683  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 20:26:58 -0700
684
685 casper (1.9) breezy; urgency=low
686
687   * Remember to re-run 30copy-dev from 94usplash, in order to preserve the
688     device nodes clobbered by udev
689   * Redirect stdin of /etc/init.d/udev from /dev/console, to avoid
690     incredibly obnoxious 60-second sleep because it thinks we're
691     interactive
692
693  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 18:30:38 -0700
694
695 casper (1.8) breezy; urgency=low
696
697   * Add usplash support
698
699  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 29 Aug 2005 17:30:57 -0700
700
701 casper (1.7) breezy; urgency=low
702
703   * Set DEBUG_XORG_PACKAGE=yes when reconfiguring xserver-xorg.  The
704     output is only written to post.log and isn't visible to the user, and
705     can be invaluable for debugging
706
707  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 22 Aug 2005 10:25:38 -0700
708
709 casper (1.6) breezy; urgency=low
710
711   * Use debconf-copydb again (thanks, Tollef)
712   * Rename pre.d/20xconfig to pre.d/20prexconfig so that it is distinct from
713     post.d/20xconfig for purposes of the progress bar (no text for it; it's
714     very fast)
715
716  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 17 Aug 2005 14:55:24 -0700
717
718 casper (1.5) breezy; urgency=low
719
720   * Call MAKEDEV console in post.d/20xconfig as a workaround for bug
721     #13523
722
723  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 16 Aug 2005 15:24:06 -0700
724
725 casper (1.4) breezy; urgency=low
726
727   * Revert to the old debconf hack; the debconf-copydb approach needs more
728     work
729
730  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 15 Aug 2005 22:48:11 -0700
731
732 casper (1.3) breezy; urgency=low
733
734   * Revert unintentional release of experimental unionfs code in 1.2
735
736  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 13 Aug 2005 11:19:50 -0700
737
738 casper (1.2) breezy; urgency=low
739
740   * Fix debconf-copydb regex in 20xconfig
741
742  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 13 Aug 2005 11:07:46 -0700
743
744 casper (1.1) breezy; urgency=low
745
746   * Cope with xserver-xorg's rename of force_keyboard_detection to
747     autodetect_keyboard
748
749  -- Matt Zimmerman <mdz@ubuntu.com>  Mon,  4 Jul 2005 02:52:07 -0700
750
751 casper (1.0) breezy; urgency=low
752
753   * Version number bump (we've been through a stable Ubuntu release, after
754     all)
755   * Rename pre.d/10snapshot to post.d/10filesystem, as it is about to
756     become more generic
757   * Seed xserver-xorg/force_keyboard_detection to true in 20xconfig, so as
758     to cause the keyboard layout to (continue to) be autodetected based on
759     d-i settings
760
761  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 16 Jun 2005 11:21:54 -0700
762
763 casper (0.65) breezy; urgency=low
764
765   * As a performance optimization, only reconfigure gnome-panel-data if
766     booting on a laptop
767   * Disable the "lock screen" menu item (Ubuntu bug#7150)
768
769  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  8 Jun 2005 16:02:14 -0700
770
771 casper (0.64) breezy; urgency=low
772
773   * Merge colin.watson@canonical.com--2005/casper--debconf-copydb--0
774     - Use debconf-copydb rather than our temporary hack
775
776  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 31 May 2005 12:08:51 -0700
777
778 casper (0.63) breezy; urgency=low
779
780   * Merge colin.watson@canonical.com--2005/casper--cdebconf-info--0
781     - Update for cdebconf 0.75: use db_info rather than db_x_setbacktitle.
782
783  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 18 Apr 2005 20:59:58 -0700
784
785 casper (0.62) hoary; urgency=low
786
787   * Updated translations from
788     colin.watson@canonical.com--2005/casper--translations--0 (nb)
789
790  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  5 Apr 2005 09:01:02 -0700
791
792 casper (0.61) hoary; urgency=low
793
794   * Updated translations from
795     colin.watson@canonical.com--2005/casper--translations--0 (el, es, ro)
796
797  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  5 Apr 2005 08:06:51 -0700
798
799 casper (0.60) hoary; urgency=low
800
801   * Updated translations from
802     colin.watson@canonical.com--2005/casper--translations--0 (hu, id, pl)
803
804  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 28 Mar 2005 11:26:21 -0800
805
806 casper (0.59) hoary; urgency=low
807
808   * Updated translations from
809     colin.watson@canonical.com--2005/casper--translations--0 (de, pt_BR)
810
811  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 25 Mar 2005 16:51:17 -0800
812
813 casper (0.58) hoary; urgency=low
814
815   * Remove postfix shutdown links, as well as startup, to avoid an ugly error
816
817  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 24 Mar 2005 18:24:03 -0800
818
819 casper (0.57) hoary; urgency=low
820
821   * Merge colin.watson@canonical.com--2005/casper--translations--0 up to
822     patch-2
823   * Preseed netcfg/wireless_essid_again for noninteractive network setup, +new
824     in netcfg 1.08ubuntu3 [colin.watson@canonical.com--2005/casper--netcfg--0]
825
826  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 23 Mar 2005 08:33:46 -0800
827
828 casper (0.56) hoary; urgency=low
829
830   * Suppress error output from eject
831   * Remind the user to close the CD tray if they have one (Ubuntu #6668)
832   * Add arch-build target to debian/rules
833
834  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 22 Mar 2005 10:21:41 -0800
835
836 casper (0.55) hoary; urgency=low
837
838   * Remove the hack introduced in 0.54, xorg 6.8.2-5 should be fixed
839
840  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 16 Mar 2005 18:11:05 -0800
841
842 casper (0.54) hoary; urgency=low
843
844   * Temporarily set RECONFIGURE=true when reconfiguring xserver-xorg, to work
845     around a bug introduced in 6.8.2-3
846
847  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 16 Mar 2005 15:08:45 -0800
848
849 casper (0.53) hoary; urgency=low
850
851   * Provide target-base-system (i.e. base system installed in /target, also
852     provided by base-installer).
853
854  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 Mar 2005 13:01:53 +0000
855
856 casper (0.52) hoary; urgency=low
857
858   * Arrange for $LANG to be set after pivot_root, so that (e.g.)
859     xserver-xorg can use it to infer the keymap (Ubuntu #7138)
860
861  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 12 Mar 2005 02:10:59 -0800
862
863 casper (0.51) hoary; urgency=low
864
865   * Disable kpersonalizer startup on first login
866
867  -- Matt Zimmerman <mdz@ubuntu.com>  Sat,  5 Mar 2005 13:47:13 -0800
868
869 casper (0.50) hoary; urgency=low
870
871   * Add support for configuring kdm autologin
872   * Rename 15gdm-autologin to 15autologin, and the corresponding debconf template
873   * Remove obsolete XORG_FORCE_PROBE from 20xconfig
874
875  -- Matt Zimmerman <mdz@ubuntu.com>  Thu,  3 Mar 2005 10:37:31 -0800
876
877 casper (0.49) hoary; urgency=low
878
879   * Fix 20xconfig harder
880
881  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 21:20:03 -0800
882
883 casper (0.48) hoary; urgency=low
884
885   * Source confmodule in 20xconfig
886
887  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 21:02:35 -0800
888
889 casper (0.47) hoary; urgency=low
890
891   * Copy over the value of debian-installer/keymap into the target system,
892     to allow the new logic in xserver-xorg.config to work
893
894  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Mar 2005 20:45:38 -0800
895
896 casper (0.46) hoary; urgency=low
897
898   * Lock the live user's password entirely.  Since the user is now
899     automagically logged in, continuously, both on the console and in X,
900     their password is irrelevant.
901
902  -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 28 Feb 2005 08:31:13 -0800
903
904 casper (0.45) hoary; urgency=low
905
906   * Enable TimedLogin in gdm, so that if the user logs out, they are
907     automatically logged back in after a few seconds (Ubuntu #6667)
908
909  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 27 Feb 2005 16:06:16 -0800
910
911 casper (0.44) hoary; urgency=low
912
913   * Configure init to spawn shells on virtual consoles, rather than login
914     prompts (Ubuntu #6666)
915   * Skip X configuration if a serial console is in use
916   * Set the live user's password to be blank, rather than "ubuntu".  This
917     is, paradoxically, more secure if the user decides to install
918     openssh-server, since empty passwords are disallowed by default
919
920  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 27 Feb 2005 15:40:15 -0800
921
922 casper (0.43) hoary; urgency=low
923
924   * Override localechooser progress bar text to be more appropriate for the
925     live CD (closes: Ubuntu #6664).
926
927  -- Colin Watson <cjwatson@ubuntu.com>  Thu, 24 Feb 2005 19:12:00 +0000
928
929 casper (0.42) hoary; urgency=low
930
931   * Preseed netcfg/no_interfaces, to avoid prompt when no network interfaces
932     can be configured (closes: Ubuntu #6107).
933   * Remove redundant DH_COMPAT setting in debian/rules, since there's
934     already a (different) debian/compat.
935
936  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 22 Feb 2005 12:43:43 +0000
937
938 casper (0.41) hoary; urgency=low
939
940   * Cope with change in default /etc/sudoers (admin group).
941
942  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 22 Feb 2005 09:14:30 +0000
943
944 casper (0.40) hoary; urgency=low
945
946   * Copy /dev/tts to the live system as well as /dev/vc, for serial console.
947
948  -- Colin Watson <cjwatson@ubuntu.com>  Mon, 21 Feb 2005 19:03:54 +0000
949
950 casper (0.39) hoary; urgency=low
951
952   * Fix reboot operation (cache the reboot binary)
953
954  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 10 Feb 2005 20:51:08 -0800
955
956 casper (0.38) hoary; urgency=low
957
958   * Eject the CD during shutdown/reboot
959     - Awful hack to copy /dev/cdroms to the live system, because the CD is
960       mounted using devfs names
961     - Add /usr/share/casper/shutdown script to casper-udeb
962     - Copy /usr/share/casper/shutdown to /etc/rc[06].d in 25configure-init
963   * Remove caspermon binary package, inadvertently enabled (not even
964     remotely ready)
965
966  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 10 Feb 2005 13:43:56 -0800
967
968 casper (0.37) hoary; urgency=low
969
970   * Fix casper-udeb/runlevel template
971
972  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  8 Feb 2005 19:37:43 -0800
973
974 casper (0.36) hoary; urgency=low
975
976   * Rename post.d/25disable-init-scripts to 25configure-init
977   * Add casper-udeb/runlevel, to allow the default runlevel
978     to be set
979
980  -- Matt Zimmerman <mdz@ubuntu.com>  Tue,  8 Feb 2005 19:14:16 -0800
981
982 casper (0.35) hoary; urgency=low
983
984   * Preseed netcfg/wireless_essid
985   * Remove obsolete confmodule load from pre.d/12fstab
986   * Don't mount a tmpfs on /var/run; it doesn't save a huge amount of
987     snapshot space, and packages expect their directories there to be
988     persistent
989
990  -- Matt Zimmerman <mdz@ubuntu.com>  Mon,  7 Feb 2005 15:46:52 -0800
991
992 casper (0.34) hoary; urgency=low
993
994   * Use casper-reconfigure in 10adduser as well
995   * Add post.d/93save-logs to save copies of the bootstrap logs to
996     /var/log/casper
997   * Stop reconfiguring fontconfig; it insists on rebuilding the entire
998     font cache, and the only benefit was to unable subpixel hints
999
1000  -- Matt Zimmerman <mdz@ubuntu.com>  Wed,  2 Feb 2005 10:42:19 -0800
1001
1002 casper (0.33) hoary; urgency=low
1003
1004   * Re-upload to fix borked source package
1005
1006  -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 30 Jan 2005 12:21:07 -0800
1007
1008 casper (0.32) hoary; urgency=low
1009
1010   * Factor out debconf hackery into casper-reconfigure
1011   * Mount sysfs earlier, so we don't need to mess with it in 20xconfig
1012   * Break 22simple-reconfig into 22fontconfig and 22gnome-panel-data, and
1013     create progress bar text for them
1014   * Preseed netcfg/dhcp_failed, to avoid a prompt when DHCP fails
1015
1016  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 29 Jan 2005 14:03:36 -0800
1017
1018 casper (0.31) hoary; urgency=low
1019
1020   * Clear tty2 and print a nice message, before signalling init
1021
1022  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 29 Jan 2005 13:15:44 -0800
1023
1024 casper (0.30) hoary; urgency=low
1025
1026   * Reconfigure fontconfig, to enable subpixel rendering based on the
1027     hardware in use
1028
1029  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 27 Jan 2005 14:21:49 -0800
1030
1031 casper (0.29) hoary; urgency=low
1032
1033   * Fix the problem described in 0.28 by preseeding a default for
1034     netcfg/get_hostname
1035
1036  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 25 Jan 2005 23:04:03 -0800
1037
1038 casper (0.28) hoary; urgency=low
1039
1040   * Suppress network configuration questions
1041   
1042     - The goal is to make a reasonable effort to configure one interface
1043     automatically, but if that is not possible, fall back to no
1044     configuration.  We aren't quite there yet.
1045   
1046     - If we fail to resolve our IP into a hostname using DNS, netcfg seems
1047     to fall back to an empty value, rather than the default in the
1048     template.
1049
1050  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 25 Jan 2005 22:55:35 -0800
1051
1052 casper (0.27) hoary; urgency=low
1053
1054   * Add post.d/22simple-reconfig
1055     - Reconfigure gnome-panel-data if it is installed, to set up the GNOME
1056       session based on whether the system is a laptop
1057     - Corresponding progress template
1058     - mount /proc earlier (needed for, e.g. laptop-detect)
1059   * Warn about screen blanking in X configuration progress message
1060   * Simplify post.d/20xconfig and pre.d/13swap a bit
1061   * Update TODO
1062
1063  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 22 Jan 2005 15:56:49 -0800
1064
1065 casper (0.26) hoary; urgency=low
1066
1067   * Set NOPASSWD in /etc/sudoers for the initial user
1068
1069  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 16:53:49 -0800
1070
1071 casper (0.25) hoary; urgency=low
1072
1073   * mount /proc before signalling init, as it now uses /proc to determine
1074     what is and is not a kernel thread
1075
1076  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 16:04:52 -0800
1077
1078 casper (0.24) hoary; urgency=low
1079
1080   * Add a backtitle properly
1081
1082  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 09:07:19 -0800
1083
1084 casper (0.23) hoary; urgency=low
1085
1086   * Add a backtitle
1087
1088  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 21 Jan 2005 09:02:01 -0800
1089
1090 casper (0.22) hoary; urgency=low
1091
1092   * Search for swap on SCSI disks as well as IDE
1093
1094  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 14:27:09 -0800
1095
1096 casper (0.21) unstable; urgency=low
1097
1098   * Cosmetic changes to debconf templates
1099   * Fix 10adduser to register debconf questions before setting their
1100     values and flags
1101
1102  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 14:14:20 -0800
1103
1104 casper (0.20) hoary; urgency=low
1105
1106   * Remove legacy symlinks from casper/pre.d; they are now contained in
1107     the relevant udebs
1108
1109  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 13:22:33 -0800
1110
1111 casper (0.19) hoary; urgency=low
1112
1113   * Update TODO
1114   * casper-udeb Depends: md-modules
1115
1116  -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 19 Jan 2005 11:23:51 -0800
1117
1118 casper (0.18) hoary; urgency=low
1119
1120   * Enable new adduser code, using db_fset ... seen to suppress the questions
1121
1122  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 15:06:48 -0800
1123
1124 casper (0.17) hoary; urgency=low
1125
1126   * Convert snapshot setup to use debconf instead of hardcoded parameters
1127   * Remove obselete-before-being-used username template
1128   * Convert post.d/10adduser to use debconf passthrough to the passwd package,
1129     and thus share its user-adding code rather than duplicating it.
1130     - But don't enable it yet, since we need to find a way to prevent its
1131     questions from being asked
1132
1133  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 13:04:48 -0800
1134
1135 casper (0.16) hoary; urgency=low
1136
1137   * casper-udeb Depends: casper-check, harddrive-detection
1138   * Automatically find and enable swap devices
1139
1140  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 18 Jan 2005 11:23:48 -0800
1141
1142 casper (0.15) hoary; urgency=low
1143
1144   * Set anna/standard_modules to false at startup to suppress unnecessary
1145     udeb retrieval.
1146
1147  -- Colin Watson <cjwatson@ubuntu.com>  Tue, 18 Jan 2005 13:41:00 +0000
1148
1149 casper (0.14) hoary; urgency=low
1150
1151   * Enable X autoconfiguration(!)
1152
1153  -- Matt Zimmerman <mdz@ubuntu.com>  Sat, 15 Jan 2005 02:19:58 -0800
1154
1155 casper (0.13) hoary; urgency=low
1156
1157   * Rename templates so that they are named after the {pre,post}.d hook
1158     which uses them
1159   * Remove some unused templates
1160
1161  -- Matt Zimmerman <mdz@ubuntu.com>  Fri, 14 Jan 2005 10:11:02 -0800
1162
1163 casper (0.12) hoary; urgency=low
1164
1165   * Add debconf templates for various things that we currently hardcode.
1166     Not actually used yet due to need for testing, but having the
1167     templates present greatly simplifies testing the remaining integration
1168     work
1169
1170  -- Matt Zimmerman <mdz@ubuntu.com>  Thu, 13 Jan 2005 20:32:39 -0800
1171
1172 casper (0.11) hoary; urgency=low
1173
1174   * Update post.d/20xconfig to use debconf passthrough to cdebconf
1175     (requires debconf 1.4.42 and cdebconf 0.75), but leave it disabled for
1176     now
1177   * Create /etc/fstab in the target (this also seems to solve the problem
1178     with noatime disappearing, and so should reduce snapshot utilization)
1179
1180  -- Matt Zimmerman <mdz@debian.org>  Thu, 13 Jan 2005 18:25:36 -0800
1181
1182 casper (0.10) hoary; urgency=low
1183
1184   * Remove rc?.d/K??hwclock.sh links, to avoid changing the system clock
1185     during reboot or shutdown
1186
1187  -- Matt Zimmerman <mdz@debian.org>  Thu, 13 Jan 2005 18:13:31 -0800
1188
1189 casper (0.9) hoary; urgency=low
1190
1191   * Fix gdm autologin configuration (broken in 0.8)
1192
1193  -- Matt Zimmerman <mdz@debian.org>  Wed, 12 Jan 2005 10:52:05 -0800
1194
1195 casper (0.8) hoary; urgency=low
1196
1197   * Add debian-installer/casper-udeb/title template, to specify more
1198     readable menu item text
1199   * Create /usr/lib/casper/{pre,post}.d and move all of our internal logic
1200     there
1201   * Create temporary symlinks in pre.d for the prebaseconfig.d items we
1202     want
1203   * Convert errors into proper error dialogs
1204   * Make some pre.d scripts idempotent, for ease of testing
1205
1206  -- Matt Zimmerman <mdz@debian.org>  Tue, 11 Jan 2005 16:59:35 -0800
1207
1208 casper (0.7) hoary; urgency=low
1209
1210   * Disable X configuration temporarily; need to resolve debconf issues
1211
1212  -- Matt Zimmerman <mdz@canonical.com>  Tue, 11 Jan 2005 13:14:43 -0800
1213
1214 casper (0.6) hoary; urgency=low
1215
1216   * Allow "modprobe ext2" to fail; apparently it's sometimes compiled in
1217
1218  -- Matt Zimmerman <mdz@debian.org>  Tue, 11 Jan 2005 12:12:28 -0800
1219
1220 casper (0.5) hoary; urgency=low
1221
1222   * Attempt to configure X
1223     - This doesn't work very well yet (PCI BusID doesn't seem to get
1224     updated, for example), so we still don't start gdm by default)
1225   * Conditionalize some of the configuration code, so we automatically do
1226     the right thing if gdm or X isn't installed
1227   * Add German translation from Andreas Mueller
1228   * modprobe ext2, to let powerpc work (this should probably happen
1229     elsewhere, but for now...)
1230
1231  -- Matt Zimmerman <mdz@debian.org>  Sun,  9 Jan 2005 17:49:56 -0800
1232
1233 casper (0.4) hoary; urgency=low
1234
1235   * Mount tmpfs on /tmp and /var/run, should save many writes to the snapshot
1236
1237  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 18:35:26 -0800
1238
1239 casper (0.3) hoary; urgency=low
1240
1241   * Disable anacron and postfix startup
1242   * Don't cripple /bin/apt-install in d-i (this was a workaround to
1243     prevent d-i from installing packages which should have been present in
1244     the filesystem image anyway, but weren't)
1245
1246  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 18:10:55 -0800
1247
1248 casper (0.2) hoary; urgency=low
1249
1250   * Use mount --move to move the cdrom mount point, so that we can unmount
1251     /initrd and free up the memory used by d-i
1252   * Use /dev/ram1 rather than /dev/ram0 for the COW stuff, since /dev/ram0
1253     is used for initrds and we want to avoid confusion
1254   * Organize casper-udeb.postinst into shell functions
1255   * Add a progress bar
1256   * Add a debian/compat file (version 4)
1257
1258  -- Matt Zimmerman <mdz@debian.org>  Fri,  7 Jan 2005 08:01:21 -0800
1259
1260 casper (0.1) hoary; urgency=low
1261
1262   * Initial Release. 
1263   
1264  -- Matt Zimmerman <mdz@canonical.com>  Wed,  5 Jan 2005 14:30:28 -0800
1265