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