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