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