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