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