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