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