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