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