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