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