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