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