Merging old changelog into current changelog.
[live-boot-grml.git] / debian / changelog
1 live-boot (3.0~a26-1) experimental; urgency=low
2
3   [ Daniel Baumann ]
4   * Updating year in copyright.
5   * Updating copyright file machine-readable format version 1.0.
6   * Updating to standards version 3.9.3.
7   * Quoting noprompt variable in initscript to avoid syntax errors,
8     thanks to Philip Newborough <corenominal@corenominal.org>.
9   * Correcting log_end_msg usages in connection with verbosity checks in
10     live-boot initscript, thanks to Pablo Barbachano
11     <pablobarbachano@yahoo.es> (Closes: #665689).
12   * Replacing live-boot initscript with a stub and moving the actual
13     code to /lib/live/boot.sh to allow different initsystem support in
14     future.
15   * Removing some of the now useless sysvinit specifics from
16     bin/boot.sh.
17
18   [ Tails developers ]
19   * Adding initial work on a custom mounts system.
20
21   [ Daniel Baumann ]
22   * Correcting indenting initial work on a custom mounts system to
23     ensure consistency.
24   * Avoid calling rm without -f in initial work on a custom mounts
25     system to ensure non-interactivity.
26   * Avoid '==' bashism in initial work on a custom mounts system to
27     ensure posix compatiblity.
28
29   [ Tails developers ]
30   * Prevent custom mounting in /live.
31   * Optionally symlink files from persistent source instead of mount it.
32   * Separate overlay labels for full and custom persistence.
33   * Remove some temporary custom mount related files after they're used.
34
35   [ Daniel Baumann ]
36   * Calling rm without -f when removing some temporary custom mount
37     related files to ensure non-interactivity.
38
39   [ Tails developers ]
40   * Handle custom mounts options a bit more beautifully.
41   * Continue the correct for-loop so incorrect custom mount is skipped.
42   * Refactor union mounting into its own function.
43   * Workaround busybox's inability to detect symlinks with [ -e ].
44   * Make union mounting more sensible and robust.
45   * Ignore empty lines in live.persist.
46   * Remove the correct file.
47   * Optionally mount custom mounts as unions.
48   * Fix mask usage in links_files().
49
50   [ Daniel Baumann ]
51   * Correcting syntax when using if constructs in links_files().
52
53   [ Tails developers ]
54   * Refactor persistent custom mounting from live into live-helpers.
55   * Accept using several persistent media with custom-ov label.
56   * Use same device backing path as used in other places.
57   * Close unused LUKS devices in all cases.
58
59   [ Daniel Baumann ]
60   * Adjusting mount calls when using nfs options (Closes: #667435).
61
62   [ Tails developers ]
63   * Refactor live-boot argument parser from live into live-helpers.
64   * Refactor some global variables from live into live-helpers.
65   * Refactor find_persistent_media().
66   * Add support for probing partitions' GPT name just like filesystem
67     labels.
68   * Some minor cleanups.
69   * Handle already mounted devices and closing of unused luks devices
70     better.
71   * Add backwards compatibility for old labels: live-{rw,sn} and home-
72     rw.
73   * We don't black list storage devices any more.
74   * Check if luks device is already open before trying to open it.
75   * Fixup some style issues.
76   * Refactor mounting of persistent storage media.
77   * Cleanup.
78   * Remove two FIXME:s that are not really relevant.
79   * Don't allow . or .. in live.persist paths.
80   * Use trim_path when we compare paths.
81   * Make handling of LUKS encrypted GPT partitions more sane.
82   * Handle list arguments better in get_custom_mounts().
83   * Copy ownership/perms from source to rw-branch in read-only mode.
84   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
85   * Refactor closing of persistent devices upon failure.
86   * Create the source dir for custom mounts using the 'linkfiles'
87     option.
88   * Fix ownership/perms for created union/linkfiles source dirs.
89   * Do not allow mutually exclusive custom mount options.
90   * Add a note about a potential, future code simplification.
91   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
92   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
93   * Make two custom mounts with nested source directories illegal.
94   * Improve error message.
95   * Remove cow dir contents that are in the way for custom mounts.
96   * Also create parents when creating union/linkfiles source
97     directories.
98   * Update live-boot(7) man page and add new one for live.persist(5).
99   * Delete existing files in the destination's path when creating it.
100   * Adding functions equivalent to chmod/chown --reference.
101   * Fix ownership for links created for linkfiles custom mounts.
102   * Add 'bind' option for the default behaviour of custom mounts (bind-
103     mount).
104   * Use trim_path() instead of custom sed stanza to trim /:es from
105     paths.
106   * Copy perms/ownership from source when creating linkfiles dest dirs.
107   * Make cases for all different custom mounting situations more
108     explicit.
109
110   [ Daniel Baumann ]
111   * Correcting left-over in author section of live.persist manpage.
112   * Moving initscript to live-config.
113
114  -- Daniel Baumann <daniel@debian.org>  Thu, 05 Apr 2012 08:14:51 +0200
115
116 live-boot (3.0~a25-1) unstable; urgency=low
117
118   [ Daniel Baumann ]
119   * Updating to debhelper version 9.
120
121   [ Michal Suchanek ]
122   * Add overlayfs support (Closes: #658265).
123
124  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Feb 2012 23:27:38 +0100
125
126 live-boot (3.0~a24-1) unstable; urgency=low
127
128   * Removing quotes from udev path_id command to actually execute the
129     command.
130
131  -- Daniel Baumann <daniel@debian.org>  Sun, 04 Dec 2011 09:58:23 +0100
132
133 live-boot (3.0~a23-1) unstable; urgency=low
134
135   [ Tails developers ]
136   * Enabling whiteouts support for aufs.
137
138   [ Daniel Baumann ]
139   * Update udevs path_id changes as of version 174, thanks to Baurzhan
140     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
141
142   [ Tails developers ]
143   * Adding persistent-encryption={none|luks}.
144   * Making persistent-encryption=luks strict.
145   * Making sure dm-crypt is loaded when dealing with LUKS devices.
146   * Adding persistent-storage=TYPE...
147   * Removing now obsolete persistent=* arguments.
148   * Adding persistent-method=METHOD...
149   * Fixing an incorrectly redirected newline.
150   * Clarifying what happens when you don't retry decrypting a device.
151   * Refactoring device scanning in find_{cow_device,files}.
152   * Making use of is_supported_fs in find_cow_devices (like in
153     find_files).
154   * Refactoring overlay and snapshot scanning code.
155   * Fixing a "sh: bad number" when $offset is not passed to
156     setup_loop().
157   * Disabling persistent-encryption=luks if dependencies are
158     unavailable.
159   * Adding persistent-read-only boot parameter.
160   * Changing persistent-encryption to accept a list TYPE... instead.
161   * Updating live-boot man page for persistent-encryption.
162   * Updating live-boot man page for persistent-storage.
163   * Updating live-boot man page for persistent-method.
164   * Updating and rewording live-boot man page for the persistent option.
165   * Making persistent-read-only work for home-rw overlays.
166   * Making persistent-read-only work for live-rw overlays.
167   * Updating live-boot man page for persistent-read-only.
168   * Adding workaround for a busybox bug with grep -w.
169
170  -- Daniel Baumann <daniel@debian.org>  Mon, 28 Nov 2011 18:26:11 +0100
171
172 live-boot (3.0~a22-1) unstable; urgency=low
173
174   [ Daniel Baumann ]
175   * Using compression level 9 also for binary packages.
176   * Updating matching in is_nice_device to, amongst others, match for
177     virtio devices.
178   * Include overlayfs modules in initramfs if existing.
179
180   [ Marco Amadori ]
181   * Fix live-snapshot exclude.list handling (Closes: #610337)
182
183   [ Daniel Baumann ]
184   * Sorting overrides in rules alphabetically.
185
186  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Nov 2011 11:37:28 +0100
187
188 live-boot (3.0~a21-1) unstable; urgency=low
189
190   [ Daniel Baumann ]
191   * Silencing rmdir calls in makefile.
192   * Printing out a warning message in initramfs-tools hook if backend is
193     installed but no live-boot package, exiting early and not breaking
194     update-initramfs (Closes: #639884).
195
196   [ Tails developers ]
197   * Fixing cache_path: cache non-executable libs dependencies as well.
198   * Fixing cache_path: taking into account the three forms of ldd output
199     lines.
200   * Adding a white_listed_devices parameter to find_cow_device and
201     find_files.
202   * Factorizing loops on removable/non-removable devices.
203   * Adding support for persistent-media={removable,removable-usb}.
204   * Silencing umount in case live/image was unmounted already, extracted
205     from a patch by Michael Schierl <schierlm@gmx.de>.
206   * Erroring out in case a "wrong" filesystem was chosen.
207
208   [ Daniel Baumann ]
209   * Using /usr/share/live-boot instead of unreliable
210     /usr/share/doc/live-boot in validateroot bootscript, stripped live
211     systems may or may not carry /usr/share/doc.
212
213  -- Daniel Baumann <daniel@debian.org>  Thu, 08 Sep 2011 21:06:28 +0200
214
215 live-boot (3.0~a20-1) unstable; urgency=low
216
217   [ Daniel Baumann ]
218   * Updating section for live-boot-doc.
219
220   [ Ben Armstrong ]
221   * Cross-referencing lb_config --bootappend-live.
222
223   [ Daniel Baumann ]
224   * Correcting bootappend-live reference in live-boot manpage.
225   * Applying patch from grml to update forgotten use of live.log with
226     live-boot.log.
227   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
228     support for lvm and md devices.
229
230  -- Daniel Baumann <daniel@debian.org>  Thu, 04 Aug 2011 21:20:47 +0200
231
232 live-boot (3.0~a19-1) unstable; urgency=low
233
234   * Correct rmdir call in top-level Makefiles uninstall target to not
235     fail if there was no prior live-boot installation.
236   * Making references to debian more distribution neutral.
237   * Replacing reference to old alioth page in live-snapshot.
238   * Splitting out documentation so that it can be accesses separately
239     from the initramfs code.
240   * Adding conflicts/replaces for live-boot to live-boot-doc to not
241     break upgrades.
242
243  -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jul 2011 10:28:33 +0200
244
245 live-boot (3.0~a18-1) unstable; urgency=low
246
247   * Updating and correcting sendsigs.omit support for /run (Closes:
248     #628188).
249   * Removing accidentally twice included English files when installing
250     manpages.
251
252  -- Daniel Baumann <daniel@debian.org>  Sat, 11 Jun 2011 11:24:15 +0200
253
254 live-boot (3.0~a17-1) unstable; urgency=low
255
256   [ Daniel Baumann ]
257   * Updating to standards version 3.9.2.
258   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
259     fuse sendsigs (Closes: #621908).
260   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
261   * Making copyright file distribution neutral.
262   * Correcting top-level makefile to automatically get all the supported
263     languages, rather than defining a static list.
264
265   [ Michal Suchanek ]
266   * Copy resolv.conf to live system root (Closes: #627178).
267   * Tidy up resolv.conf a bit.
268
269  -- Daniel Baumann <daniel@debian.org>  Wed, 18 May 2011 19:31:27 +0200
270
271 live-boot (3.0~a16-1) unstable; urgency=low
272
273   * Adding old 2.x changelog entries in debian changelog.
274
275  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Mar 2011 06:27:17 +0100
276
277 live-boot (3.0~a15-1) experimental; urgency=low
278
279   [ Daniel Baumann ]
280   * Updating year in copyright.
281
282   [ Marco Amadori ]
283   * Adjust copyright entry in live-snapshot.
284   * Protect NOPROMPT (Closes: #610941).
285
286   [ Michal Suchanek ]
287   * Simplify union mounting.
288   * Really set limit on open files for unionfs-fuse
289   * Add verbose messages to initramfs hook.
290
291   [ T(A)ILS developers ]
292   * Fixing remaining fromiso= bug.
293   * Fixing syntax error.
294
295  -- Daniel Baumann <daniel@debian.org>  Wed, 09 Mar 2011 18:01:07 +0100
296
297 live-boot (3.0~a14-1) experimental; urgency=low
298
299   [ Richard Nelson ]
300   * Populate adapters in /etc/network/interfaces when ethdevice= on
301     cmdline.
302
303   [ Daniel Baumann ]
304   * Removing header in copyright file.
305   * Don't hard-depend on test target in Makefile.
306   * Using dh auto magic in override, rather than manual make call.
307
308   [ Steven Shiau ]
309   * Removing the duplicated "the" in the live-boot.init script.
310
311   [ Daniel Baumann ]
312   * Updating auto_install overrides in rules.
313   * Correcting live hook to include mtdblock for syslinux memdisk usage,
314     thanks to Michael Prokop <mika@grml.org>.
315   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
316     thanks to Michael Prokop <mika@grml.org>.
317
318  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Jan 2011 13:38:56 +0100
319
320 live-boot (3.0~a13-1) experimental; urgency=low
321
322   [ Daniel Baumann ]
323   * Removing legacy code for detecting removable usb sticks on kernels
324     prior 2.6.29.
325   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
326     future consistency with live-config.
327   * Adding support for custom ramdisk size (Closes: #544583).
328
329   [ Ronny Standtke ]
330   * Remounting cow read-only before prompting user to remove usb flash
331     drive.
332
333   [ Richard Nelson ]
334   * Clean some leading whitespaces.
335
336  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:27:07 +0100
337
338 live-boot (3.0~a12-1) experimental; urgency=low
339
340   [ T(A)ILS developers ]
341   * Fixing fromiso= on Squeeze.
342
343   [ Daniel Baumann ]
344   * Adding dpkg source options file.
345
346  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:29:48 +0100
347
348 live-boot (3.0~a11-1) experimental; urgency=low
349
350   [ T(A)ILS developers ]
351   * Adding noprompt={usb,cd} feature.
352   * Enhancing devices search ordering.
353
354   [ Daniel Baumann ]
355   * Removing deep link to bug page in the manual, since we don't have
356     stable references yet.
357
358  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:28:43 +0200
359
360 live-boot (3.0~a10-1) experimental; urgency=low
361
362   * Don't do anything in initscript when using toram (Closes: #601575).
363
364  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:58:03 +0200
365
366 live-boot (3.0~a9-1) experimental; urgency=low
367
368   [ amnesia ]
369   * Adding live-snapshot.list documentation to manpage.
370
371   [ Richard Nelson ]
372   * Removed whitespace for tabs on the skipunion option.
373
374   [ T(A)ILS developers ]
375   * Fixing overzealous blacklist usage.
376   * Adding documentation for persistent=cryptsetup in the manpage.
377
378  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:24:51 +0200
379
380 live-boot (3.0~a8-1) experimental; urgency=low
381
382   [ Michal Suchanek ]
383   * Adding initial support for unionmount.
384
385   [ Marco Amadori ]
386   * Included a note about persistent-subtext (Helps: #536728).
387
388   [ Daniel Baumann ]
389   * Running manpage rebuild after manpage updates.
390   * Updating to debhelper version 8.
391
392  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:15:03 +0200
393
394 live-boot (3.0~a7-1) experimental; urgency=low
395
396   [ intrigeri ]
397   * Fixing find_snap to take its second argument into account.
398
399  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:46:54 +0200
400
401 live-boot (3.0~a6-1) experimental; urgency=low
402
403   [ Marco Amadori ]
404   * Fix snapshots' sync-strings usage (Closes: #591330).
405   * Fixed some snapshot related debug messages.
406   * Added support for empty (initial) snapshots.
407
408   [ Daniel Baumann ]
409   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
410     symlinks when checking for dynamically linked files at reboot in
411     initscript.
412
413  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:51:59 +0200
414
415 live-boot (3.0~a5-1) experimental; urgency=low
416
417   [ Daniel Baumann ]
418   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
419     mangling the main sudoers file in accessibility bottom script,
420     create a new file in /etc/sudoers.d and set permissions
421     appropriately.
422   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
423     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
424     and AVD1 to properly boot live media.
425   * Updating uinstall targets in makefile.
426
427   [ Steven Shiau ]
428   * Allowing to assign no gateway in networking bottom script.
429
430   [ Daniel Baumann ]
431   * Removing usplash support from initscript, usplash is dead.
432   * Removing lenny legacy stuff from initscript.
433   * Removing usplash support in initramfs, usplash is dead.
434   * Adding plymouth in bug script.
435
436  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:17:15 +0200
437
438 live-boot (3.0~a4-1) experimental; urgency=low
439
440   * Exiting with 0 in live-boot bug script (Closes: #595262).
441   * Using boot.d instead of boot.conf.d as directory name for custom
442     configuration files.
443
444  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
445
446 live-boot (3.0~a3-1) experimental; urgency=low
447
448   * Updating seperators in networking bottom script to fix ip parameter
449     parsing (Closes: #590494).
450   * Updating live-build reference in manpages.
451   * Adding reference to live-tools in manpages.
452   * Checking for file existence in initramfs hook (Closes: #595264).
453
454  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
455
456 live-boot (3.0~a2-1) experimental; urgency=low
457
458   [ Daniel Baumann ]
459   * Removing old and unmaintained po files.
460   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
461     based on the work of Holger Fischer <hoo.mb@web.de> to add support
462     for BOOTIF in cases where pxelinux is being used with IPAPPEND
463     (Closes: #593284).
464
465   [ Steven Shiau ]
466   * Making multiple connected NICs work.
467
468   [ Michael Prokop ]
469   * Adding workaround for aufs issue in kernel versions around 2.6.33.
470
471   [ Daniel Baumann ]
472   * Using allow-hotplug instead of auto in automatically created
473     /etc/network/interfaces file.
474
475  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
476
477 live-boot (3.0~a1-1) experimental; urgency=low
478
479   * Switching to source format 3.0 (quilt).
480   * Removing live-initramfs transitional package.
481   * Removing lenny support.
482
483  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
484
485 live-boot (2.0.15-1) unstable; urgency=low
486
487   [ Daniel Baumann ]
488   * Adding live-system script from live-tools.
489   * Updating year in copyright.
490
491   [ Marco Amadori ]
492   * Adjust copyright entry in live-snapshot.
493
494  -- Daniel Baumann <daniel@debian.org>  Tue, 01 Feb 2011 22:49:03 +0100
495
496 live-boot (2.0.14-1) unstable; urgency=low
497
498   [ Steven Shiau ]
499   * Removing the duplicated "the" in the live-boot.init script.
500
501   [ Daniel Baumann ]
502   * Correcting live hook to include mtdblock for syslinux memdisk usage,
503     thanks to Michael Prokop <mika@grml.org>.
504   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
505     thanks to Michael Prokop <mika@grml.org>.
506
507  -- Daniel Baumann <daniel@debian.org>  Fri, 24 Dec 2010 18:51:57 +0100
508
509 live-boot (2.0.13-1) unstable; urgency=medium
510
511   [ Ronny Standtke ]
512   * Remounting cow read-only before prompting user to remove usb flash
513     drive.
514
515  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:18:32 +0100
516
517 live-boot (2.0.12-1) unstable; urgency=medium
518
519   [ T(A)ILS developers ]
520   * Fixing fromiso= on Squeeze.
521
522  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
523
524 live-boot (2.0.11-1) unstable; urgency=medium
525
526   * Removing deep link to bug page in the manual, since we don't have
527     stable references yet.
528
529  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
530
531 live-boot (2.0.10-1) unstable; urgency=medium
532
533   * Don't do anything in initscript when using toram (Closes: #601575).
534
535  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
536
537 live-boot (2.0.9-1) unstable; urgency=low
538
539   [ T(A)ILS developers ]
540   * Fixing overzealous blacklist usage.
541   * Adding documentation for persistent=cryptsetup in the manpage.
542
543  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
544
545 live-boot (2.0.8-1) unstable; urgency=medium
546
547   [ amnesia ]
548   * Adding live-snapshot.list documentation to manpage.
549
550  -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
551
552 live-boot (2.0.7-1) unstable; urgency=medium
553
554   [ Michal Suchanek ]
555   * Adding initial support for unionmount.
556
557   [ Marco Amadori ]
558   * Included a note about persistent-subtext (Helps: #536728).
559
560   [ Daniel Baumann ]
561   * Running manpage rebuild after manpage updates.
562
563  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
564
565 live-boot (2.0.6-1) unstable; urgency=medium
566
567   [ intrigeri ]
568   * Fixing find_snap to take its second argument into account.
569
570  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
571
572 live-boot (2.0.5-1) unstable; urgency=low
573
574   [ Marco Amadori ]
575   * Fix snapshots' sync-strings usage (Closes: #591330).
576   * Fixed some snapshot related debug messages.
577   * Added support for empty (initial) snapshots.
578
579   [ Daniel Baumann ]
580   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
581     symlinks when checking for dynamically linked files at reboot in
582     initscript.
583
584  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
585
586 live-boot (2.0.4-1) unstable; urgency=low
587
588   [ Daniel Baumann ]
589   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
590     mangling the main sudoers file in accessibility bottom script,
591     create a new file in /etc/sudoers.d and set permissions
592     appropriately.
593   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
594     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
595     and AVD1 to properly boot live media.
596   * Updating uinstall targets in makefile.
597
598   [ Steven Shiau ]
599   * Allowing to assign no gateway in networking bottom script.
600
601   [ Daniel Baumann ]
602   * Removing usplash support from initscript, usplash is dead.
603   * Removing usplash support in initramfs, usplash is dead.
604   * Adding plymouth in bug script.
605
606  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
607
608 live-boot (2.0.3-1) unstable; urgency=low
609
610   * Exiting with 0 in live-boot bug script (Closes: #595262).
611   * Using boot.d instead of boot.conf.d as directory name for custom
612     configuration files.
613
614  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
615
616 live-boot (2.0.2-1) unstable; urgency=low
617
618   * Updating seperators in networking bottom script to fix ip parameter
619     parsing (Closes: #590494).
620   * Updating live-build reference in manpages.
621   * Checking for file existence in initramfs hook (Closes: #595264).
622   * Adding live-toram script to copy the running live system to ram and
623     eject the live media.
624
625  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
626
627 live-boot (2.0.1-1) unstable; urgency=low
628
629   [ Michael Prokop ]
630   * Adding workaround for aufs issue in kernel versions around 2.6.33.
631
632   [ Daniel Baumann ]
633   * Using allow-hotplug instead of auto in automatically created
634     /etc/network/interfaces file.
635
636  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
637
638 live-boot (2.0.0-1) unstable; urgency=low
639
640   * Updating debian-installer languagelist.
641   * Moving configs to etc directory within the source tree.
642   * Removing old docs.
643
644  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
645
646 live-boot (2.0~a16-1) unstable; urgency=high
647
648   [ Daniel Baumann ]
649   * Adding support for resolving DNS names from initramfs, thanks to
650     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
651     is based on (Closes: #589659).
652   * Don't fail in Makefile when there's no checkbashism.
653   * Updating package to standards version 3.9.1.
654
655   [ Michal Suchanek ]
656   * Fix omitpids to work with readonly images.
657
658  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
659
660 live-boot (2.0~a15-1) unstable; urgency=low
661
662   * Making inclusion of languagelist conditional in live hook.
663   * Updating depends of live-initramfs transitional package to reflect
664     relaxed backend depends.
665
666  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
667
668 live-boot (2.0~a14-1) unstable; urgency=low
669
670   * Improving backend dependencies (Closes: #589326).
671
672  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
673
674 live-boot (2.0~a13-1) unstable; urgency=low
675
676   * Listing fromiso parameter in manpage (Closes: #588667).
677   * Improving test targets in Makefile a bit.
678   * Improving clean target in manpages Makefile a bit.
679   * Adding Chris in copyright file (for live-snapshot that is).
680
681  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
682
683 live-boot (2.0~a12-1) unstable; urgency=low
684
685   [ Daniel Baumann ]
686   * Adding preparations for booting through syslinux memdisk.
687
688   [ Marco Amadori ]
689   * Avoiding using busybox cpio applet, this should fix snapshot
690     restore.
691   * Do not print misleading debug message if the snapshot was found
692     correctly.
693   * Removing unreachable code in ethdevice argument handling (Closes:
694     #588307).
695
696   [ Daniel Baumann ]
697   * Adding btrfs support.
698   * Updating package to standards version 3.9.0.
699
700  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
701
702 live-boot (2.0~a11-1) unstable; urgency=low
703
704   * Updating lintian overrides.
705   * Adding missing depends in live-boot on its backend package.
706   * Removing noautologin parameter from live script, this functionallity
707     was moved to live-config.
708
709  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
710
711 live-boot (2.0~a10-1) unstable; urgency=low
712
713   * Removing depends on live-config in live-boot.
714   * Adding live-config-sysvinit to depends of live-initramfs.
715   * Alternatively depend on busybox or busybox-initramfs on live-boot-
716     initramfs-tools.
717
718  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
719
720 live-boot (2.0~a9-1) unstable; urgency=low
721
722   [ Michal Suchanek ]
723   * Fix missing log_end_msg in live-boot.init.
724
725  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
726
727 live-boot (2.0~a8-1) unstable; urgency=low
728
729   * Removing serialtty bottom script.
730   * Removing compcache configuration file.
731   * Removing options that are now in live-config from parameters.txt.
732
733  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
734
735 live-boot (2.0~a7-1) unstable; urgency=low
736
737   [ Michal Suchanek ]
738   * Adding initial iSCSI boot support.
739   * Really set NETBOOT with iSCSI.
740   * Document iscsi in the man page.
741
742   [ Daniel Baumann ]
743   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
744     care about that now.
745
746  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
747
748 live-boot (2.0~a6-1) unstable; urgency=low
749
750   [ Daniel Baumann ]
751   * Updating update-version script.
752   * Updating update-version script.
753   * Removing keyboard bottom script, live-config takes care about that
754     now.
755   * Removing getty and login wrappers, live-config takes care about that
756     now.
757   * Removing configure_init bottom script, live-config takes care about
758     that now.
759
760   [ Michal Suchanek ]
761   * Moving check for iso image in initscript from the start to the end
762     before ejecting media.
763   * Using sendsigs.omit to avoid killing / (Closes: #584690).
764
765  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
766
767 live-boot (2.0~a5-1) unstable; urgency=low
768
769   [ Michal Suchanek ]
770   * Fixing http boot:
771
772   [ Daniel Baumann ]
773   * Ammending 2.0~a3-1 changelog entry with bug number.
774
775   [ Michal Suchanek ]
776   * Adding support for booting iso images over http or wget.
777
778   [ Daniel Baumann ]
779   * Renaming internal ext_mountpoint variable to alt_mountpoint for
780     clarity.
781
782   [ Michal Suchanek ]
783   * Removing leftover url= option, this ain't gonna work this way, see
784     fetch=.
785   * Adding DHCP debugging option.
786   * Updating docs wrt/ httpfs.
787
788   [ Daniel Baumann ]
789   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
790     live-config.
791   * Removing apt_cdrom bottom script, not used anyway.
792   * Removing some boot parameters obsoleted by live-config.
793
794  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
795
796 live-boot (2.0~a4-1) unstable; urgency=low
797
798   * Removing obsolete boot parameter from manpages.
799   * Running checkbashisms with -f and -x in Makefile.
800
801  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
802
803 live-boot (2.0~a3-1) unstable; urgency=low
804
805   * Removing umountfs bottom script, not needed anymore (see #518463).
806
807  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
808
809 live-boot (2.0~a2-1) unstable; urgency=low
810
811   * Removing locales  bottom script, now handled by live-config.
812   * Simplyfing makefile a bit.
813
814  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
815
816 live-boot (2.0~a1-1) experimental; urgency=low
817
818   * Initial release.
819
820  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200
821
822 live-initramfs (1.236.2-1) unstable; urgency=medium
823
824   * Removing spurious '+' when making debconf db read-only (Closes:
825     #581808).
826
827  -- Daniel Baumann <daniel@debian.org>  Tue, 18 May 2010 06:51:31 +0200
828
829 live-initramfs (1.236.1-1) unstable; urgency=low
830
831   * Merging casper 1.216.
832   * Merging casper 1.217.
833   * Merging casper 1.218.
834   * Merging casper 1.219.
835   * Merging casper 1.220.
836   * Merging casper 1.221.
837   * Merging casper 1.222.
838   * Merging casper 1.223.
839   * Merging casper 1.224.
840   * Merging casper 1.225.
841   * Merging casper 1.226.
842   * Merging casper 1.227.
843   * Merging casper 1.228.
844   * Merging casper 1.229.
845   * Merging casper 1.230.
846   * Merging casper 1.231.
847   * Merging casper 1.232.
848   * Merging casper 1.233.
849   * Merging casper 1.234.
850   * Merging casper 1.235.
851   * Merging casper 1.236.
852
853  -- Daniel Baumann <daniel@debian.org>  Sun, 16 May 2010 06:03:01 +0200
854
855 live-initramfs (1.215.1-1) unstable; urgency=low
856
857   [ Daniel Baumann ]
858   * Merging casper 1.200.
859   * Merging casper 1.201.
860   * Merging casper 1.202.
861   * Merging casper 1.203.
862   * Merging casper 1.204.
863   * Merging casper 1.205.
864   * Merging casper 1.206.
865   * Merging casper 1.207.
866   * Merging casper 1.208.
867   * Merging casper 1.209.
868   * Merging casper 1.210.
869   * Merging casper 1.211.
870   * Merging casper 1.212.
871   * Merging casper 1.213.
872   * Merging casper 1.214.
873   * Merging casper 1.215.
874
875   [ Steven Shiau ]
876   * No timeout as running ipconfig for network booting.
877
878  -- Daniel Baumann <daniel@debian.org>  Sun, 02 May 2010 15:52:01 +0200
879
880 live-initramfs (1.199.1-1) unstable; urgency=low
881
882   * Updating maintainer field.
883   * Merging casper 1.178.
884   * Merging casper 1.179.
885   * Merging casper 1.180.
886   * Merging casper 1.181.
887   * Merging casper 1.182.
888   * Merging casper 1.183.
889   * Merging casper 1.184.
890   * Merging casper 1.185.
891   * Merging casper 1.186.
892   * Merging casper 1.187.
893   * Merging casper 1.188.
894   * Merging casper 1.189.
895   * Merging casper 1.190.
896   * Merging casper 1.191.
897   * Merging casper 1.192.
898   * Merging casper 1.193.
899   * Move dummy start target in initscript.
900   * Merging casper 1.194.
901   * Merging casper 1.195.
902   * Merging casper 1.196.
903   * Merging casper 1.197.
904   * Merging casper 1.198.
905   * Merging casper 1.199.
906
907  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Apr 2010 19:19:23 +0200
908
909 live-initramfs (1.177.2-1) unstable; urgency=low
910
911   [ Marco Amadori ]
912   * Do not specify 'noxino' between directories.
913
914   [ Michael Prokop ]
915   * Support bootoptions ethdevice and ethdevice-timeout for specifying
916     from which device you want to boot from and using which timeout
917     (being 30 seconds if unconfigured), if ethdevice is not specified
918     try to get a working network configuration for each existing network
919     device.
920   * Prefer removable devices over non-removable devices, so scan them
921     first.
922   * Support unusual device names like /dev/cciss/c0d0p1 in isofrom
923     bootoption.
924   * Do not leak modprobe options to avoid booting errors with kernel
925     options like libata.dma=0.
926
927  -- Daniel Baumann <daniel@debian.org>  Mon, 05 Apr 2010 10:07:12 +0200
928
929 live-initramfs (1.177.1-1) unstable; urgency=low
930
931   [ Daniel Baumann ]
932   * Removing etch compatibility.
933   * Merging casper 1.174.
934   * Adding proper code comments about vol_id removal.
935   * Merging casper 1.175.
936
937   [ Steven Shiau ]
938   * Making select_eth_device work with 2nd NIC linked only and FETCH
939     assigned.
940   * Moving select_eth_device from init-premount to live-premount where
941     "udevadm" commands are not required.
942
943   [ Daniel Baumann ]
944   * Merging casper 1.176.
945   * Merging casper 1.177.
946   * Adding message to notify users when live-initramfs is falling back
947     to unionfs-fuse.
948   * Manually loading fuse when required.
949
950  -- Daniel Baumann <daniel@debian.org>  Wed, 17 Mar 2010 20:29:01 +0100
951
952 live-initramfs (1.173.5-1) unstable; urgency=low
953
954   [ Daniel Baumann ]
955   * Updating contact information in copyright file.
956   * Simplyfing initramfs triggers (Closes: #521129, #545842).
957   * Wrapping fields in control file.
958   * Using minimized rules file.
959   * Simplifying wording in bug-presubj file.
960
961   [ Andreas Teuchert ]
962   * Calling udevadm settle in scripts/init-premount/select_eth_device
963     (Closes: #570100).
964
965   [ Tanguy Ortolo ]
966   * Also respecting persistent-path parameter for snapshots (Closes:
967     #570162).
968
969  -- Daniel Baumann <daniel@debian.org>  Sun, 14 Mar 2010 23:27:57 +0100
970
971 live-initramfs (1.173.4-1) unstable; urgency=low
972
973   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
974     hack.
975   * Correcting path in previous commit.
976   * Disabling kaboom (Closes: #556368).
977
978  -- Daniel Baumann <daniel@debian.127011.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
979
980 live-initramfs (1.173.3-1) unstable; urgency=low
981
982   * Using noxino instead of xino, as the latter is not supported by
983     aufs2 as we need to use it.
984
985  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 16:16:46 +0100
986
987 live-initramfs (1.173.2-1) unstable; urgency=low
988
989   [ Daniel Baumann ]
990   * Updating homepage field in control.
991
992   [ amnesia ]
993   * Correcting live-media=removeable{,-usb} behaviour to match the
994     documented one.
995
996   [ Daniel Baumann ]
997   * Removing unionfs workaround for kernel versions << 2.6.22, not
998     usefull anymore.
999   * Mounting aufs layer with detached inode index, this solves the
1000     'leaving unclean filesystem when using persistency' problem.
1001   * Removing unused syncs in initscript.
1002
1003   [ Luigi Capriotti ]
1004   * Skip loading usb modules when quickusbmodules parameter is
1005     specified.
1006
1007  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 11:55:41 +0100
1008
1009 live-initramfs (1.173.1-1) unstable; urgency=medium
1010
1011   [ intrigeri ]
1012   * Taking noprompt into account for USB flash drives as well.
1013   * Restoring opt-in behavior for local swap partitions.
1014
1015   [ Daniel Baumann ]
1016   * Updating package to debhelper 7.
1017   * Updating package to standards 3.8.3.
1018   * Don't use dh_clean in favour of dh_prep.
1019
1020   [ Luigi Capriotti ]
1021   * Also allowing hook= to specify files inside the image through
1022     file:// prefix.
1023
1024   [ Daniel Baumann ]
1025   * Forwardporting and extending usage of rsync when booting with toram
1026     based on a patch from Michael Prokop <mika@grml.org>.
1027
1028   [ Michael Prokop ]
1029   * Adding support for isofrom/fromiso bootoption.
1030
1031   [ Daniel Baumann ]
1032   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
1033     harddisk devices to read-only mode for forensics investigations.
1034
1035   [ Michael Prokop ]
1036   * Adding support for ethdevice bootoption.
1037
1038   [ Daniel Baumann ]
1039   * Merging casper 1.158.
1040   * Merging casper 1.159.
1041   * Merging casper 1.160.
1042   * Merging casper 1.161.
1043   * Merging casper 1.162.
1044   * Merging casper 1.163.
1045   * Merging casper 1.164.
1046   * Merging casper 1.165.
1047   * Merging casper 1.166.
1048   * Merging casper 1.167.
1049   * Merging casper 1.168.
1050   * Merging casper 1.169.
1051   * Merging casper 1.170.
1052   * Merging casper 1.171.
1053   * Merging casper 1.172.
1054   * Merging casper 1.173.
1055   * Adding skipconfig parameter to disable most customization.
1056
1057   [ Marco Amadori ]
1058   * cpio snapshots: eval commands fix.
1059
1060   [ Daniel Baumann ]
1061   * Updating defaults file of console-setup for squeeze, thanks to Jun
1062     NOGATA <nogajun@gmail.com> (Closes: #560187).
1063   * Adding explicit debian source version 1.0 until switch to 3.0.
1064   * Adding select_eth_device script from Frederic Boiteux
1065     <fboiteux@calistel.com>.
1066   * Including rsync conditionally.
1067   * Updating year in copyright file.
1068   * Don't panic with persistency when we can't correctly mount the
1069     filesystem (Closes: #565456).
1070
1071   [ Ben Armstrong ]
1072   * Correcting keyboard handling for squeeze.
1073   * Only edit usplash init script if it exists.
1074   * Use klayout= for layout instead of kbd=.
1075
1076   [ Daniel Baumann ]
1077   * Updating to standards version 3.8.4.
1078
1079  -- Daniel Baumann <daniel@debian.org>  Sun, 31 Jan 2010 16:44:08 +0100
1080
1081 live-initramfs (1.157.4-2) unstable; urgency=high
1082
1083   [ Michael Prokop ]
1084   * Avoid the use of fstype in a running live system, as it's
1085     a executable and not a shell function and causes problems
1086     for example within live-snapshot.
1087   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
1088
1089   [ Tzafrir Cohen ]
1090   * Adjusting grep call in is_nice_device to match new output of vol_id.
1091
1092  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 19:07:41 +0100
1093
1094 live-initramfs (1.157.4-1) unstable; urgency=medium
1095
1096   [ Daniel Baumann ]
1097   * Forcing run of dexconf when booting with xdriver=dexconf.
1098   * Adding (experimental) forcepersistentfsck bootoption to force fsck
1099     on root persistency device.
1100   * Adding presubj for reportbug.
1101   * Removing unused sed call in update target of Makefile.
1102   * Updating included languagelist from d-i.
1103   * Correcting install calls for reportbug files in rules.
1104   * Including d-i languagelist in initrd in order evaluate l10n
1105     settings.
1106   * Updating lang2locale(); to match new d-i langualgelist format.
1107   * Adding additional two sync calls before powerof happens in order to
1108     deal with 'does not cleanly unmount' problem when using root
1109     persistency.
1110   * Updating vcs fields.
1111   * Adding auto value for xvideomode where we ensure that no
1112     configuration from the persistency layer is respected.
1113
1114   [ Marco Amadori ]
1115   * Fixed FIXME sections in manpages.
1116
1117   [ Daniel Baumann ]
1118   * Including udev binaries in initramfs manually for squeeze and newer
1119     (Closes: #547149).
1120   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
1121     media-path when toram is used (Closes: #534878).
1122   * Simplyfing and correcting udev inclusion in initramfs hook.
1123
1124  -- Daniel Baumann <daniel@debian.org>  Sun, 18 Oct 2009 20:29:31 +0200
1125
1126 live-initramfs (1.157.3-1) unstable; urgency=low
1127
1128   [ Daniel Baumann ]
1129   * Initial commit for having support for swapfiles.
1130   * Initial commit for having support for persistency on luks.
1131
1132   [ Marco Amadori ]
1133   * Partition snapshots works again.
1134   * Added "whole partition" snapshot resync type.
1135   * Two return code consistency fix.
1136   * Improved an useful debug string.
1137   * Cleaned a bit the snapshot feature.
1138
1139   [ Steven Shiau ]
1140   * Making fetch to work with file on sub dir on tftp server.
1141
1142   [ Daniel Baumann ]
1143   * Avoiding echo bashism in live-initramfs.init by using printf instead
1144     (Closes: #530128).
1145   * Correcting wrong path when disabling anacron in 25configure_init,
1146     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
1147     #533046).
1148   * Removing disabling of postfix in 25configure_init, it's not
1149     appropriate for debian to do this by default. Thanks to Rui Bernardo
1150     <rui.bernardo.pt@gmail.com>.
1151   * Correcting typo in description of the ip boot parameter in live-
1152     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
1153     (Closes: #532471).
1154
1155   [ Marco Amadori ]
1156   * Removed two bashisms on live-snapshot.
1157
1158   [ Daniel Baumann ]
1159   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
1160     <l.capriotti@xbmc.org>.
1161
1162   [ Luigi Capriotti ]
1163   * Fixing possible invalid results from function where_is_mounted by
1164     returning more than one line inwhere_is_mounted();.
1165   * Fixing relaxed permissions of / in the live filesystem.
1166   * Fixing invalid mangling of /etc/event.d/tty.
1167   * Fixing typo in snapshot file list.
1168
1169   [ Daniel Baumann ]
1170   * Correcting cryptsetup calls for persistency on luks.
1171   * Copy live-installer-launcher desktop icon on users desktop.
1172   * Also updating USB device detection in initramfs script for linux
1173     2.6.29 and newer.
1174   * Adding missing pipe in cryptsetup call for persistency on luks
1175     partitions.
1176   * Making plainroot work (Closes: #523120).
1177
1178   [ Marco Amadori ]
1179   * persistent=nofiles fix (Closes: 522383).
1180
1181   [ Daniel Baumann ]
1182   * Looking for persistency partitions on luks devices only if we boot
1183     with persistent=cryptsetup.
1184   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
1185     not installed.
1186   * Optimizing gnome-panel-data bottom script by leaving out the stupid
1187     things.
1188
1189   [ Richard Nelson ]
1190   * Allow for multiple but unique persistent media.
1191
1192  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Sep 2009 13:37:57 +0200
1193
1194 live-initramfs (1.157.2-1) unstable; urgency=medium
1195
1196   * Correcting fstab handling to not always append entries forever when using
1197     persistency.
1198   * Correcting kdm live-autologin handling to not always append entries forever
1199     when using persistency.
1200   * Correcting handling of locale default and environment handling to not always
1201     append entries forever when using persistency.
1202   * Correcting swap partition handling in fstab to not always append entries
1203     forever when using persistency.
1204   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
1205   * Merging swap live-bottom script into fstab script; there is no other sane
1206     possibility to prevent appending again and again in persistent mode.
1207   * Making sure that old swap entries are removed before new ones are added.
1208   * Adding cryptsetup to recommends, it's used for encrypted persistent
1209     partitions.
1210   * Restoring previous behaviour of ejecting the cd when being in non-persistent
1211     mode, thanks to Julien Cristau <jcristau@debian.org>.
1212   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
1213     and newer.
1214
1215  -- Daniel Baumann <daniel@debian.org>  Thu, 14 May 2009 10:00:00 +0200
1216
1217 live-initramfs (1.157.1-1) unstable; urgency=medium
1218
1219   [ Daniel Baumann ]
1220   * Only snapshotting in initscript when we actually run with persistence.
1221
1222   [ Rene Mayrhofer ]
1223   * Checking if /var/log is writable before trying to copy live.log to the newly
1224     mounted root filesystem (Closes: #516914).
1225
1226   [ Daniel Baumann ]
1227   * Improving check in 21xdriver when we don't do anything.
1228   * Adding hack to remove live specific filesystems from umounfs initscript
1229     (Closes: #506410, #515718).
1230   * Adding comsetic line wrapping for output of local-gen messages during boot.
1231   * Merging casper 1.157.
1232   * Only calling install-keymap if it's actually installed, which is always but
1233     in minimal images the case though (Closes: #517153).
1234   * Adding silent boot parameter.
1235   * Respecting media timeout even when specificing media device manually.
1236   * Also allowing to use the removable keyword for specifying a live media.
1237   * Correcting accidental syntax error in one of the previous commits in
1238     19keyboard bottom script.
1239   * Adding removable-usb keyword to further restrict live media selection.
1240   * Correcting check for usb when using removable-usb keyword.
1241   * Correcting typo in locale bottom script.
1242
1243  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
1244
1245 live-initramfs (1.156.1-1) unstable; urgency=high
1246
1247   [ Daniel Baumann ]
1248   * Revert using debhelper 7 command in rules.
1249   * Updating copyright file.
1250   * Prefixing debhelper files with package name.
1251   * Updating bug script.
1252   * Removing bashism in initscript.
1253   * Usage of dialog in initscript is not actually a todo.
1254   * Correcting medium eject message in initscript.
1255   * Making medium removal message working again with usplash.
1256   * Rewrapping init script.
1257   * Reordering rules file.
1258   * Merging casper 1.155.
1259   * Adding ext4 support.
1260   * Merging casper 1.156.
1261   * Correct eject login in initscript.
1262   * Updating parameters.txt.
1263
1264   [ Ronny Standtke ]
1265   * Do not eject USB flash drives (Closes: #457070).
1266
1267  -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
1268
1269 live-initramfs (1.154.8-1) unstable; urgency=high
1270
1271   [ Kai Hendry ]
1272   * Adding basic xrandr support for lenny to enforce a particular
1273     resolution through bootparameter.
1274
1275  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
1276
1277 live-initramfs (1.154.7-1) unstable; urgency=medium
1278
1279   * Adding note about URL limitations in live-initramfs manpage when
1280     using fetch parameter.
1281   * Removing wc from hook again, that's an ubuntu only problem they have
1282     to care about.
1283
1284  -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
1285
1286 live-initramfs (1.154.6-1) unstable; urgency=medium
1287
1288   * Replacing casper with live in live-new-uuid.
1289   * Including wc in initramfs (Closes: #512413).
1290   * Added missing variable quoting that lead to broken root persistence, thanks
1291     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
1292   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
1293     a path for the persistence files through persistent-path boot parameter
1294     (Closes: #512661).
1295   * Adding persistent-path to parameter list and manpage.
1296   * Actually building/cleaning manpages through targets in Makefile.
1297
1298  -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
1299
1300 live-initramfs (1.154.5-1) unstable; urgency=low
1301
1302   * Also checking for wicd in 23networking, thanks to Ben Armstrong
1303     <synrg@debian.org>.
1304   * Don't redirect output of fstype detection to standard out, thanks to Ronny
1305     Standtke <Ronny.Standtke@gmx.net>.
1306   * Silencing grep call on /etc/passwd.
1307   * Silencing xorg reconfiguration, thanks to Ronny Standtke
1308     <Ronny.Standtke@gmx.net>.
1309
1310  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
1311
1312 live-initramfs (1.154.4-1) unstable; urgency=low
1313
1314   [ Rene Mayrhofer ]
1315   * Support further checks on loopback image and support skipping union
1316     mounts (Closes: #509446).
1317
1318  -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
1319
1320 live-initramfs (1.154.3-1) unstable; urgency=medium
1321
1322   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
1323     to set variables in previous bottom scripts.
1324
1325  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
1326
1327 live-initramfs (1.154.2-1) unstable; urgency=medium
1328
1329   [ Daniel Baumann ]
1330   * Updating authors file.
1331
1332   [ Marco Amadori ]
1333   * Reworked integrity-check (Closes: #507477).
1334   * Cleaned the boot log a bit.
1335
1336  -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
1337
1338 live-initramfs (1.154.1-1) unstable; urgency=low
1339
1340   * Merging casper 1.140-1.154.
1341   * Add a warning message when no image can be found.
1342   * Adding a panic message when we netboot and have no supported network
1343     device (Closes: #496684).
1344   * Turning 'no supported filesystem images found' into a panic message,
1345     rather than a warning.
1346   * Also adding ralink to network device check.
1347   * Removing spurious 'livefs_root' in copy_live_to();.
1348
1349  -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
1350
1351 live-initramfs (1.139.1-4) unstable; urgency=medium
1352
1353   [ Chris Lamb ]
1354   * Remove (accidental?) debian/changelog entry.
1355   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
1356   * Use "test -s" instead of testing file availability and size.
1357   * Be consistent in using 0/1 for True/False values instead of English
1358     representations.
1359   * Reflow some grammar in comments and in live-initramfs(7).
1360   * Reflow long 'tr'-based pipelines for readability.
1361   * Don't "cat |" to grep.
1362
1363   [ Daniel Baumann ]
1364   * Replacing obsolete dh_clean -k with dh_prep.
1365
1366   [ Marco Amadori ]
1367   * Changed HOSTNAME and /etc/hosts handling.
1368   * Conditional creation of /etc/fstab.
1369   * live-snapshot: fixed include-list handling.
1370   * Reordered persistence lookups and boundaries (Closes: #500672).
1371   * Search for partition labels only (Closes: #486469).
1372   * Implemented a snapshot exclude list.
1373   * Implemented a persistence exclude list.
1374   * Manpage clarifications on "nofiles".
1375   * Do not pollute the logs when looking for swap partitions.
1376   * Removed all "cat | grep", with grep, awk and sed.
1377
1378  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
1379
1380 live-initramfs (1.139.1-3) unstable; urgency=medium
1381
1382   [ Chris Lamb ]
1383   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
1384
1385   [ Daniel Baumann ]
1386   * Removing currently unused Upstream-Depends field in control.
1387   * Updating vcs fields in control file.
1388   * Sourcing live.vars in 15autologin directly, rather than to inherit
1389     from live-functions.
1390
1391   [ Marco Amadori ]
1392   * Removed some useless spaces.
1393   * Fix default user handling.
1394   * Added a pretty vital mount debug string.
1395   * Create /etc/mtab on the initramfs ASAP.
1396   * Removed mount -n option, since mtab is there.
1397   * Re-enable "break=live-premount" debug.
1398   * Skipped some runtime duplicated execution.
1399   * Add real cpio to initramfs for snapshot's uses.
1400   * Fixed try_snap() umounting on error.
1401   * Override maybe_break from initramfs-tools.
1402   * Forces use of initramfs cpio over busybox's one.
1403   * Fixed a wrong trial to copy an unexistant snapshot.
1404   * Check for files and umount only if you can mount it first.
1405   * Included more debug and comments on persistence code.
1406   * Set -u in live-snapshot only in debug mode.
1407
1408   [ Michael Prokop ]
1409   * Ignore errors from fstype.
1410
1411  -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
1412
1413 live-initramfs (1.139.1-2) unstable; urgency=medium
1414
1415   [ Daniel Baumann ]
1416   * If the filesystem type of the rootfs cannot be automatically detected, we
1417     try to assume it from the extension of the imagefile we have found. Thanks
1418     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
1419   * Setting project email address to the new debian-live@lists.debian.org.
1420   * Disabling default usage of local swap partitions. Can be enabled with the
1421     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
1422     bringing it up.
1423
1424   [ Michal Suchanek ]
1425   * Enabling the "remove CD" prompt in splashy.
1426
1427  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
1428
1429 live-initramfs (1.139.1-1) unstable; urgency=medium
1430
1431   [ Ben Voui ]
1432   * Adding support for Virtio vd[a-z] drives.
1433
1434   [ Chris Lamb ]
1435   * Move loop-aes-tools to Suggests; live-helper should install them if
1436     required.
1437   * Remove unnecessary indentation level.
1438   * Modify hiding of harmless X.org reconfiguring messages.
1439   * Revert to using uid 1000 as PAM bug seems to have disappeared
1440     (Closes: #433076)
1441   * Hide error from attempting to "mount --move"
1442   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
1443   * Don't configure X.org if it's not installed.
1444   * Fix check for X.org.
1445   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
1446     warnings.
1447   * Silence another "script-not-executable" message for a sourced library.
1448   * Add missing pipe. Thanks to Andreas Bombe.
1449   * Shamefully adding myself to CREDITS
1450   * Tidy "Disabling update-initramfs" message.
1451   * Re-order some commands so we don't call log_begin_msg without calling
1452     log_end_msg.
1453   * Don't configure X when /usr/bin/X does not exist.
1454   * Silence 'script-not-executable' lintian warning - live-functions script is
1455     always sourced.
1456   * Fix spacing in swirl.
1457   * Override log_*_msg to print nicer status text (until #494257 is merged).
1458   * Hide "overwriting possibly-customised configuration file" in X.org setup
1459     output.
1460   * Hide "Shadow passwords are now on" status message on bootup.
1461   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
1462     functions.
1463   * Rework locale handling
1464   * Print friendly error message on live-initramfs panic.
1465   * Fix path issue with live-preseed causing noisy errors when booting.
1466   * Silence a number of annoying and distracting bootup messages.
1467   * Add missing "log_end_msg" to live-bottom/21xdriver.
1468   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
1469   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
1470   * Move some arch-indep helper utilities to Build-Depends-Indep.
1471   * Set default cow_mountopt where the other defaults are used.
1472   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
1473     "lostup"
1474
1475   [ Daniel Baumann ]
1476   * Updating authors file.
1477   * Merging casper 1.139.
1478   * Not going over the top with exclamation marks in the panic message.
1479   * Updating credits file.
1480   * Slightely adjusting to the more widespread used ascii swirl.
1481   * Merging casper 1.138.
1482   * Merging casper 1.137.
1483
1484   [ Marco Amadori ]
1485   * Added "-n" option to all mount commands, thanks to Peter Holik
1486     <peter@holik.at> for pointing this out.
1487   * Be sure that the discovered filesystem is not null.
1488   * The list of supported filesytems goes dynamic.
1489   * Added ntfs filesystem to the initramfs.
1490
1491   [ Michael Prokop ]
1492   * Move sourcing of live-functions in 38disable_restricted_manager to correct
1493     place.
1494
1495   [ Steven Shiau ]
1496   * Adding support for using tftp in fetch= parameter.
1497   * Another fix about using udevsettle or "udevadm settle".
1498
1499  -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
1500
1501 live-initramfs (1.136.3-1) unstable; urgency=medium
1502
1503   [ Michael Prokop ]
1504   * Make sure mounting /cow-tmpfs provides mount options.
1505
1506  -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
1507
1508 live-initramfs (1.136.2-1) unstable; urgency=medium
1509
1510   * Replacing previous imperfect changes for udevadm with check for
1511     udevadm and using old commands when beeing on etch. Also handling
1512     udevtrigger with udevadm if available.
1513   * Correcting httpfs2 inclusion in hook.
1514
1515  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
1516
1517 live-initramfs (1.136.1-1) unstable; urgency=medium
1518
1519   [ Chris Lamb ]
1520   * Fix call to log_warning_msg. Thanks to Bradley Smith
1521     <brad@brad-smith.co.uk>.
1522   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
1523     kernels on powerpc.
1524   * Check losetup capabilities before specifying to mount as read-only.
1525   * Modprobe 'esp' SCSI driver for the benefit of sparc.
1526   * Quieten call to modprobe ide-generic.
1527   * Move local-top/live to live-premount/modules so it gets called before
1528     find_livefs.
1529   * Sync bug script "dpkg -l" calls with debian/control
1530
1531   [ Daniel Baumann ]
1532   * Defaulting now to aufs if no union= parameter is given.
1533   * Merging casper version 1.136.
1534   * Merging casper version 1.135.
1535   * Merging casper version 1.134.
1536   * Merging casper version 1.133.
1537   * Converting udev depends into a versioned depends in order to reflect udevadm
1538     introduction.
1539   * Updating live-snapshot to GPL-3+.
1540   * Updating to standards 3.8.0.
1541   * Renaming forgotton uuid file to live-uuid.
1542
1543   [ Marco Amadori ]
1544   * udevtrigger replacement.
1545   * live-snapshot: fixed the remount helper.
1546   * live-snapshot: now supports a static keep file list.
1547   * Try to bind /cow to /live/cow if unable to move.
1548   * live-snapshot: cleaned some wordings.
1549   * live-snapshot: included vital informations on exit.
1550   * live-snapshot: new "--refresh" option.
1551   * live-snapshot: cleaned and sorted used command line defaults.
1552   * live-snapshot: nicer default auto unmount logic.
1553   * live-snapshot: honour "-o|--output FILE".
1554   * live-snapshot: removed a useless mkdir.
1555   * live-snapshot: removed an unused and useless function.
1556   * live-snapshot: fixes snapshotting from resync string.
1557
1558   [ Michal Suchanek ]
1559   * Add support for httpfs= and ftpfs= parameters.
1560
1561  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
1562
1563 live-initramfs (1.132.1-1) unstable; urgency=medium
1564
1565   [ Chris Lamb ]
1566   * Don't escape asterisks in languagelist update code
1567
1568   [ Daniel Baumann ]
1569   * Updating copyright header in live-snapshot.
1570   * Removing useless whitespaces and empty lines.
1571   * Correcting grammatical errors in live-snapshot description.
1572   * Removing live-snapshot version as this component is always released
1573     within live-initramfs itself.
1574   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
1575   * Merging casper 1.132.
1576   * Merging casper 1.131.
1577   * Ignoring floppy devices for live filesystem as well as live
1578     persistency.
1579   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
1580     live.log and show its messages during boot (Closes: #440238).
1581   * Updating vcs fields in control file.
1582   * Handling conflicting klibc includes with initramfs-hooks of other
1583     packages (Closes: 475783).
1584
1585   [ Marco Amadori ]
1586   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
1587     '/mnt'" bug.
1588   * Calling live-snapshot now produces an output file.
1589
1590   [ Michal Suchanek ]
1591   * Workaround loop-aes-utils losetup incompatibility
1592   * Fix toram (change mount --move to mount -o move)
1593
1594  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
1595
1596 live-initramfs (1.130.1-3) unstable; urgency=high
1597
1598   * Handle non-existing klibc includes in live hook (Closes: #475783).
1599   * Adding loop-aes-utils to recommends.
1600
1601  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
1602
1603 live-initramfs (1.130.1-2) unstable; urgency=medium
1604
1605   [ Chris Lamb ]
1606   * Remove bogus dependency on Ubuntu "localechooser-data" package
1607
1608  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
1609
1610 live-initramfs (1.130.1-1) unstable; urgency=medium
1611
1612   [ Chris Lamb ]
1613   * Use triggers when calling update-initramfs in postinst and postrm
1614
1615   [ Daniel Baumann ]
1616   * Sorting some lines in live hook.
1617   * Merging casper 1.130.
1618   * Merging casper 1.129.
1619   * Adjusting code formating in maintainer scripts.
1620   * Restricting counting of installed kernels based on /boot/vmlinuz-*
1621     instead of /boot/vmlinuz*.
1622
1623  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
1624
1625 live-initramfs (1.128.1-1) unstable; urgency=medium
1626
1627   [ Marco Amadori ]
1628   * Fixed a misleading debug message.
1629   * Added /cow mounting debug messages.
1630   * Fixed /cow mounting.
1631   * Klibc: added some libraries to the intramfs.
1632
1633   [ Daniel Baumann ]
1634   * Merging casper 1.128.
1635
1636  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
1637
1638 live-initramfs (1.127.1-1) unstable; urgency=medium
1639
1640   [ Daniel Baumann ]
1641   * Merging casper 1.127.
1642   * Merging casper 1.126.
1643   * Removing too early recommends to live-initscripts in control to make
1644     some people happy (Closes: #431000).
1645
1646   [ Chris Lamb ]
1647   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
1648     (?) bug
1649   * scripts/live-helpers: Don't search ram block devices
1650   * scripts/live-helpers: Search / use case
1651   * scripts/live-helpers: Fixes for set -e
1652   * bin/live-snapshot: Vastly rework script
1653   * bin/live-snapshot: Fix argument handling (Closes: #461595)
1654   * scripts/live: Make 'nopersistent' parameter actually disable
1655     persistence
1656
1657  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
1658
1659 live-initramfs (1.125.1-1) unstable; urgency=medium
1660
1661   [ Daniel Baumann ]
1662   * Merging casper 1.125.
1663
1664   [ Chris Lamb ]
1665   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
1666   * Rename 18hostname -> 06hostname
1667
1668  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
1669
1670 live-initramfs (1.124.1-1) unstable; urgency=medium
1671
1672   [ Daniel Baumann ]
1673   * Adjusting live-snapshot to live-initramfs.
1674   * Merging casper 1.124.
1675   * Adjusting 44pk_allow to live-initramfs.
1676   * Merging casper 1.123.
1677   * Merging casper 1.122.
1678   * Merging casper 1.121.
1679   * Merging casper 1.120.
1680
1681   [ Chris Lamb ]
1682   * 99hook: Download hook script from inside target filesystem
1683
1684  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
1685
1686 live-initramfs (1.119.1-1) unstable; urgency=medium
1687
1688   * Creating resolv.conf when netbooting not just when there's no
1689     resolv.conf, but also when it is empty.
1690   * Making hooks executable after fetching them.
1691   * Removing disabling of kwallet.
1692   * Merging casper 1.119.
1693
1694  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
1695
1696 live-initramfs (1.118.2-1) unstable; urgency=medium
1697
1698   [ Andrey Asadchev ]
1699   * Explicitly set Xorg video driver.
1700   * Patch to use cryptsetup volumes for persistent storage.
1701
1702   [ Daniel Baumann ]
1703   * New upstream release.
1704   * Fixing wrong email address in changelog (was bug in git-dch config).
1705   * Bumping package to policy 3.7.3.
1706   * Rewriting copyright in machine-interpretable format.
1707   * Adding hook parameter to execute custom scripts.
1708   * Adding plainroot.
1709
1710   [ Marco Amadori ]
1711   * Now it includes lzma kernel module dependencies.
1712
1713  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
1714
1715 live-initramfs (1.118.1-1) unstable; urgency=medium
1716
1717   [ Daniel Baumann ]
1718   * New upstream release.
1719   * Adding direct depends to udev, thanks to Anton Lundin
1720     <glance@acc.umu.se> (Closes: #452448).
1721   * Merging casper 1.111.
1722   * Bumping version to 1.110.1-1.
1723   * Merging casper 1.112.
1724   * Merging casper 1.113.
1725   * Adjusting to live-initramfs.
1726   * Bumping version to 1.113.1-1.
1727   * Merging casper 1.114.
1728   * Merging casper 1.115.
1729   * Merging casper 1.116.
1730   * Merging casper 1.117.
1731   * Merging casper 1.118.
1732   * Bumping version to 1.118.1-1.
1733
1734   [ Otavio Salvador ]
1735   * debian: add mtd-tools as suggestion since it's required for jffs2
1736     support
1737   * hooks: include jffs2 kernel module on initramfs image
1738   * live-snapshot: add support to use jffs2 images
1739   * live: add support for jffs2 images and snapshots
1740   * live-helpers: add jffs2 as a valid image
1741   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
1742
1743  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
1744
1745 live-initramfs (1.110.7-1) unstable; urgency=medium
1746
1747   * New upstream release.
1748   * Fixing fstab handling.
1749   * Fixing regression from mounting the ow device on a nfs volume,
1750     thanks to An-Cheng Huang <ancheng@vyatta.com>.
1751
1752  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
1753
1754 live-initramfs (1.110.6-1) unstable; urgency=medium
1755
1756   * New upstream release.
1757   * Preparing live-initramfs 1.110.6-1.
1758   * Adding custom reportbug script.
1759   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
1760   * Adding checkbashsms call to test target of the Makefile as suggested
1761     by Trent W. Buck <trentbuck@gmail.com>.
1762
1763  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
1764
1765 live-initramfs (1.110.5-1) unstable; urgency=medium
1766
1767   * New upstream release.
1768   * Preparing live-initramfs 1.110.5-1.
1769   * Using kdm initscript autologin overrides, thanks to Kel Modderman
1770     <kel@otaku42.de>.
1771   * Setting the kdm language, thanks to Jordi Pujol
1772     <jordi_pujol@telefonica.net>.
1773   * Adding files to the live filesystem according to the MAC number,
1774     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
1775   * Fixing some coding style issues.
1776
1777  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
1778
1779 live-initramfs (1.110.4-1) unstable; urgency=medium
1780
1781   [ Daniel Baumann ]
1782   * New upstream release.
1783   * Preparing live-initramfs 1.110.3-1.
1784   * Correcting homepage field.
1785   * Correcting vcs fields.
1786
1787   [ Jesse Hathaway ]
1788   * add support for mounting the cow device on an nfs volume
1789
1790  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
1791
1792 live-initramfs (1.110.3-1) unstable; urgency=medium
1793
1794   [ Daniel Baumann ]
1795   * New upstream release.
1796   * Preparing live-initramfs 1.110.3-1.
1797   * Removing ubuntu support.
1798
1799   [ Alex Owen ]
1800   * Fix typo to get serial console to work
1801
1802   [ Jesse Hathaway ]
1803   * add support for exposedroot option for live-helper
1804
1805  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
1806
1807 live-initramfs (1.110.2-1) unstable; urgency=medium
1808
1809   * New upstream release.
1810   * Preparing live-initramfs 1.110.2-1.
1811   * Fixing typing error.
1812   * Removing nodiratime as it is already included in noatime, thanks to Kel
1813     Modderman <kel@otaku42.de>.
1814
1815  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
1816
1817 live-initramfs (1.110.1-1) unstable; urgency=medium
1818
1819   * New upstream release.
1820   * Preparing live-initramfs 1.107.2-1.
1821   * Also using nodiratime, not just noatime.
1822   * Merging casper 1.108.
1823   * Adjusting to live-initramfs.
1824   * Merging casper 1.109.
1825   * Adjusting to live-initramfs.
1826   * Merging casper 1.110.
1827   * Adjusting to live-initramfs.
1828   * Bumping version to 1.110.1-1.
1829
1830  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
1831
1832 live-initramfs (1.107.1-1) unstable; urgency=medium
1833
1834   * New upstream release.
1835   * Preparing live-initramfs 1.102.4-2.
1836   * Replacing backticks with POSIX expression.
1837   * Consistently using curly brackets for variables.
1838   * Fixing bashism.
1839   * Merging casper 1.105.
1840   * Adjusting to live-initramfs.
1841   * Bumping version to 1.105.1-1.
1842   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
1843     cow mount rather than binding it on /live/cow. This prevents the
1844     /cow mount showing up in /proc/mounts.
1845   * Merging casper 1.106.
1846   * Adjusting to live-initramfs.
1847   * Bumping version to 1.106.1-1.
1848   * Fixing wrong homepage field.
1849   * Fixing typing error.
1850   * Merging casper 1.107.
1851   * Bumping version to 1.107.1-1.
1852
1853  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
1854
1855 live-initramfs (1.104.1-1) unstable; urgency=medium
1856
1857   * New upstream release.
1858
1859  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
1860
1861 live-initramfs (1.102.1-1) unstable; urgency=medium
1862
1863   * New upstream release.
1864
1865  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
1866
1867 live-initramfs (1.99.2-1) unstable; urgency=medium
1868
1869   * New upstream release:
1870     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
1871       (Closes: #440235).
1872
1873  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
1874
1875 live-initramfs (1.99.1-1) unstable; urgency=medium
1876
1877   * New upstream release.
1878
1879  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
1880
1881 live-initramfs (1.96.2-1) unstable; urgency=medium
1882
1883   * New upstream release.
1884
1885  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
1886
1887 live-initramfs (1.96.1-1) unstable; urgency=medium
1888
1889   * New upstream release.
1890
1891  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
1892
1893 live-initramfs (1.95.3-1) unstable; urgency=medium
1894
1895   * New upstream release.
1896
1897  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
1898
1899 live-initramfs (1.95.2-1) unstable; urgency=medium
1900
1901   * New upstream release.
1902
1903  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
1904
1905 live-initramfs (1.95.1-1) unstable; urgency=medium
1906
1907   * New upstream release.
1908
1909  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
1910
1911 live-initramfs (1.91.6-1) unstable; urgency=medium
1912
1913   * New upstream release.
1914
1915  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
1916
1917 live-initramfs (1.91.5-1) unstable; urgency=medium
1918
1919   * New upstream release.
1920
1921  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
1922
1923 live-initramfs (1.91.4-1) unstable; urgency=medium
1924
1925   * New upstream release:
1926     - Dropping transitional package, not needed anymore.
1927
1928  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
1929
1930 live-initramfs (1.91.3-1) unstable; urgency=medium
1931
1932   * New upstream release.
1933
1934  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
1935
1936 live-initramfs (1.91.2-1) unstable; urgency=medium
1937
1938   * New upstream release.
1939
1940  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
1941
1942 live-initramfs (1.91.1-1) unstable; urgency=medium
1943
1944   * New upstream release.
1945
1946  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
1947
1948 live-initramfs (1.90.1-1) unstable; urgency=medium
1949
1950   * New upstream release.
1951
1952  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
1953
1954 live-initramfs (1.87.6-1) unstable; urgency=medium
1955
1956   * New upstream release.
1957
1958  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
1959
1960 live-initramfs (1.87.5-1) unstable; urgency=medium
1961
1962   * New upstream release, replacing casper.
1963
1964  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
1965
1966 live-initramfs (1.87.4-1) unstable; urgency=medium
1967
1968   * New upstream release.
1969
1970  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
1971
1972 live-initramfs (1.87.3-1) unstable; urgency=medium
1973
1974   * New upstream release.
1975
1976  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
1977
1978 live-initramfs (1.87.2-1) unstable; urgency=low
1979
1980   * New upstream release.
1981
1982  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
1983
1984 live-initramfs (1.87.1-1) unstable; urgency=low
1985
1986   * Initial release, forking casper.
1987
1988  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200