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