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