Releasing debian version 3.0~a26-1.
[live-boot-grml.git] / debian / changelog
1 live-boot (3.0~a26-1) experimental; urgency=low
2
3   [ Daniel Baumann ]
4   * Updating year in copyright.
5   * Updating copyright file machine-readable format version 1.0.
6   * Updating to standards version 3.9.3.
7   * Quoting noprompt variable in initscript to avoid syntax errors,
8     thanks to Philip Newborough <corenominal@corenominal.org>.
9   * Correcting log_end_msg usages in connection with verbosity checks in
10     live-boot initscript, thanks to Pablo Barbachano
11     <pablobarbachano@yahoo.es> (Closes: #665689).
12   * Replacing live-boot initscript with a stub and moving the actual
13     code to /lib/live/boot.sh to allow different initsystem support in
14     future.
15   * Removing some of the now useless sysvinit specifics from
16     bin/boot.sh.
17
18   [ Tails developers ]
19   * Adding initial work on a custom mounts system.
20
21   [ Daniel Baumann ]
22   * Correcting indenting initial work on a custom mounts system to
23     ensure consistency.
24   * Avoid calling rm without -f in initial work on a custom mounts
25     system to ensure non-interactivity.
26   * Avoid '==' bashism in initial work on a custom mounts system to
27     ensure posix compatiblity.
28
29   [ Tails developers ]
30   * Prevent custom mounting in /live.
31   * Optionally symlink files from persistent source instead of mount it.
32   * Separate overlay labels for full and custom persistence.
33   * Remove some temporary custom mount related files after they're used.
34
35   [ Daniel Baumann ]
36   * Calling rm without -f when removing some temporary custom mount
37     related files to ensure non-interactivity.
38
39   [ Tails developers ]
40   * Handle custom mounts options a bit more beautifully.
41   * Continue the correct for-loop so incorrect custom mount is skipped.
42   * Refactor union mounting into its own function.
43   * Workaround busybox's inability to detect symlinks with [ -e ].
44   * Make union mounting more sensible and robust.
45   * Ignore empty lines in live.persist.
46   * Remove the correct file.
47   * Optionally mount custom mounts as unions.
48   * Fix mask usage in links_files().
49
50   [ Daniel Baumann ]
51   * Correcting syntax when using if constructs in links_files().
52
53   [ Tails developers ]
54   * Refactor persistent custom mounting from live into live-helpers.
55   * Accept using several persistent media with custom-ov label.
56   * Use same device backing path as used in other places.
57   * Close unused LUKS devices in all cases.
58
59   [ Daniel Baumann ]
60   * Adjusting mount calls when using nfs options (Closes: #667435).
61
62   [ Tails developers ]
63   * Refactor live-boot argument parser from live into live-helpers.
64   * Refactor some global variables from live into live-helpers.
65   * Refactor find_persistent_media().
66   * Add support for probing partitions' GPT name just like filesystem
67     labels.
68   * Some minor cleanups.
69   * Handle already mounted devices and closing of unused luks devices
70     better.
71   * Add backwards compatibility for old labels: live-{rw,sn} and home-
72     rw.
73   * We don't black list storage devices any more.
74   * Check if luks device is already open before trying to open it.
75   * Fixup some style issues.
76   * Refactor mounting of persistent storage media.
77   * Cleanup.
78   * Remove two FIXME:s that are not really relevant.
79   * Don't allow . or .. in live.persist paths.
80   * Use trim_path when we compare paths.
81   * Make handling of LUKS encrypted GPT partitions more sane.
82   * Handle list arguments better in get_custom_mounts().
83   * Copy ownership/perms from source to rw-branch in read-only mode.
84   * Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".
85   * Refactor closing of persistent devices upon failure.
86   * Create the source dir for custom mounts using the 'linkfiles'
87     option.
88   * Fix ownership/perms for created union/linkfiles source dirs.
89   * Do not allow mutually exclusive custom mount options.
90   * Add a note about a potential, future code simplification.
91   * Greatly simplify live.persist syntax to "DIR [OPTIONS...]".
92   * Make trim_path() handle "/", and arbitrarily many consecutive /:es.
93   * Make two custom mounts with nested source directories illegal.
94   * Improve error message.
95   * Remove cow dir contents that are in the way for custom mounts.
96   * Also create parents when creating union/linkfiles source
97     directories.
98   * Update live-boot(7) man page and add new one for live.persist(5).
99   * Delete existing files in the destination's path when creating it.
100   * Adding functions equivalent to chmod/chown --reference.
101   * Fix ownership for links created for linkfiles custom mounts.
102   * Add 'bind' option for the default behaviour of custom mounts (bind-
103     mount).
104   * Use trim_path() instead of custom sed stanza to trim /:es from
105     paths.
106   * Copy perms/ownership from source when creating linkfiles dest dirs.
107   * Make cases for all different custom mounting situations more
108     explicit.
109
110   [ Daniel Baumann ]
111   * Correcting left-over in author section of live.persist manpage.
112   * Moving initscript to live-config.
113
114  -- Daniel Baumann <daniel@debian.org>  Thu, 05 Apr 2012 08:14:51 +0200
115
116 live-boot (3.0~a25-1) unstable; urgency=low
117
118   [ Daniel Baumann ]
119   * Updating to debhelper version 9.
120
121   [ Michal Suchanek ]
122   * Add overlayfs support (Closes: #658265).
123
124  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Feb 2012 23:27:38 +0100
125
126 live-boot (3.0~a24-1) unstable; urgency=low
127
128   * Removing quotes from udev path_id command to actually execute the
129     command.
130
131  -- Daniel Baumann <daniel@debian.org>  Sun, 04 Dec 2011 09:58:23 +0100
132
133 live-boot (3.0~a23-1) unstable; urgency=low
134
135   [ Tails developers ]
136   * Enabling whiteouts support for aufs.
137
138   [ Daniel Baumann ]
139   * Update udevs path_id changes as of version 174, thanks to Baurzhan
140     Muftakhidinov <baurthefirst@gmail.com> for spotting it.
141
142   [ Tails developers ]
143   * Adding persistent-encryption={none|luks}.
144   * Making persistent-encryption=luks strict.
145   * Making sure dm-crypt is loaded when dealing with LUKS devices.
146   * Adding persistent-storage=TYPE...
147   * Removing now obsolete persistent=* arguments.
148   * Adding persistent-method=METHOD...
149   * Fixing an incorrectly redirected newline.
150   * Clarifying what happens when you don't retry decrypting a device.
151   * Refactoring device scanning in find_{cow_device,files}.
152   * Making use of is_supported_fs in find_cow_devices (like in
153     find_files).
154   * Refactoring overlay and snapshot scanning code.
155   * Fixing a "sh: bad number" when $offset is not passed to
156     setup_loop().
157   * Disabling persistent-encryption=luks if dependencies are
158     unavailable.
159   * Adding persistent-read-only boot parameter.
160   * Changing persistent-encryption to accept a list TYPE... instead.
161   * Updating live-boot man page for persistent-encryption.
162   * Updating live-boot man page for persistent-storage.
163   * Updating live-boot man page for persistent-method.
164   * Updating and rewording live-boot man page for the persistent option.
165   * Making persistent-read-only work for home-rw overlays.
166   * Making persistent-read-only work for live-rw overlays.
167   * Updating live-boot man page for persistent-read-only.
168   * Adding workaround for a busybox bug with grep -w.
169
170  -- Daniel Baumann <daniel@debian.org>  Mon, 28 Nov 2011 18:26:11 +0100
171
172 live-boot (3.0~a22-1) unstable; urgency=low
173
174   [ Daniel Baumann ]
175   * Using compression level 9 also for binary packages.
176   * Updating matching in is_nice_device to, amongst others, match for
177     virtio devices.
178   * Include overlayfs modules in initramfs if existing.
179
180   [ Marco Amadori ]
181   * Fix live-snapshot exclude.list handling (Closes: #610337)
182
183   [ Daniel Baumann ]
184   * Sorting overrides in rules alphabetically.
185
186  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Nov 2011 11:37:28 +0100
187
188 live-boot (3.0~a21-1) unstable; urgency=low
189
190   [ Daniel Baumann ]
191   * Silencing rmdir calls in makefile.
192   * Printing out a warning message in initramfs-tools hook if backend is
193     installed but no live-boot package, exiting early and not breaking
194     update-initramfs (Closes: #639884).
195
196   [ Tails developers ]
197   * Fixing cache_path: cache non-executable libs dependencies as well.
198   * Fixing cache_path: taking into account the three forms of ldd output
199     lines.
200   * Adding a white_listed_devices parameter to find_cow_device and
201     find_files.
202   * Factorizing loops on removable/non-removable devices.
203   * Adding support for persistent-media={removable,removable-usb}.
204   * Silencing umount in case live/image was unmounted already, extracted
205     from a patch by Michael Schierl <schierlm@gmx.de>.
206   * Erroring out in case a "wrong" filesystem was chosen.
207
208   [ Daniel Baumann ]
209   * Using /usr/share/live-boot instead of unreliable
210     /usr/share/doc/live-boot in validateroot bootscript, stripped live
211     systems may or may not carry /usr/share/doc.
212
213  -- Daniel Baumann <daniel@debian.org>  Thu, 08 Sep 2011 21:06:28 +0200
214
215 live-boot (3.0~a20-1) unstable; urgency=low
216
217   [ Daniel Baumann ]
218   * Updating section for live-boot-doc.
219
220   [ Ben Armstrong ]
221   * Cross-referencing lb_config --bootappend-live.
222
223   [ Daniel Baumann ]
224   * Correcting bootappend-live reference in live-boot manpage.
225   * Applying patch from grml to update forgotten use of live.log with
226     live-boot.log.
227   * Applying reformated patch from Ulrich Dangel <mru@grml.org> to add
228     support for lvm and md devices.
229
230  -- Daniel Baumann <daniel@debian.org>  Thu, 04 Aug 2011 21:20:47 +0200
231
232 live-boot (3.0~a19-1) unstable; urgency=low
233
234   * Correct rmdir call in top-level Makefiles uninstall target to not
235     fail if there was no prior live-boot installation.
236   * Making references to debian more distribution neutral.
237   * Replacing reference to old alioth page in live-snapshot.
238   * Splitting out documentation so that it can be accesses separately
239     from the initramfs code.
240   * Adding conflicts/replaces for live-boot to live-boot-doc to not
241     break upgrades.
242
243  -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jul 2011 10:28:33 +0200
244
245 live-boot (3.0~a18-1) unstable; urgency=low
246
247   * Updating and correcting sendsigs.omit support for /run (Closes:
248     #628188).
249   * Removing accidentally twice included English files when installing
250     manpages.
251
252  -- Daniel Baumann <daniel@debian.org>  Sat, 11 Jun 2011 11:24:15 +0200
253
254 live-boot (3.0~a17-1) unstable; urgency=low
255
256   [ Daniel Baumann ]
257   * Updating to standards version 3.9.2.
258   * Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-
259     fuse sendsigs (Closes: #621908).
260   * Updating manpage wrt/ ip parameter squence (Closes: #616197).
261   * Making copyright file distribution neutral.
262   * Correcting top-level makefile to automatically get all the supported
263     languages, rather than defining a static list.
264
265   [ Michal Suchanek ]
266   * Copy resolv.conf to live system root (Closes: #627178).
267   * Tidy up resolv.conf a bit.
268
269  -- Daniel Baumann <daniel@debian.org>  Wed, 18 May 2011 19:31:27 +0200
270
271 live-boot (3.0~a16-1) unstable; urgency=low
272
273   * Adding old 2.x changelog entries in debian changelog.
274
275  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Mar 2011 06:27:17 +0100
276
277 live-boot (3.0~a15-1) experimental; urgency=low
278
279   [ Daniel Baumann ]
280   * Updating year in copyright.
281
282   [ Marco Amadori ]
283   * Adjust copyright entry in live-snapshot.
284   * Protect NOPROMPT (Closes: #610941).
285
286   [ Michal Suchanek ]
287   * Simplify union mounting.
288   * Really set limit on open files for unionfs-fuse
289   * Add verbose messages to initramfs hook.
290
291   [ T(A)ILS developers ]
292   * Fixing remaining fromiso= bug.
293   * Fixing syntax error.
294
295  -- Daniel Baumann <daniel@debian.org>  Wed, 09 Mar 2011 18:01:07 +0100
296
297 live-boot (3.0~a14-1) experimental; urgency=low
298
299   [ Richard Nelson ]
300   * Populate adapters in /etc/network/interfaces when ethdevice= on
301     cmdline.
302
303   [ Daniel Baumann ]
304   * Removing header in copyright file.
305   * Don't hard-depend on test target in Makefile.
306   * Using dh auto magic in override, rather than manual make call.
307
308   [ Steven Shiau ]
309   * Removing the duplicated "the" in the live-boot.init script.
310
311   [ Daniel Baumann ]
312   * Updating auto_install overrides in rules.
313   * Correcting live hook to include mtdblock for syslinux memdisk usage,
314     thanks to Michael Prokop <mika@grml.org>.
315   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
316     thanks to Michael Prokop <mika@grml.org>.
317
318  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Jan 2011 13:38:56 +0100
319
320 live-boot (3.0~a13-1) experimental; urgency=low
321
322   [ Daniel Baumann ]
323   * Removing legacy code for detecting removable usb sticks on kernels
324     prior 2.6.29.
325   * Logging to /var/log/live-boot.log instead of /var/log/live.log for
326     future consistency with live-config.
327   * Adding support for custom ramdisk size (Closes: #544583).
328
329   [ Ronny Standtke ]
330   * Remounting cow read-only before prompting user to remove usb flash
331     drive.
332
333   [ Richard Nelson ]
334   * Clean some leading whitespaces.
335
336  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:27:07 +0100
337
338 live-boot (3.0~a12-1) experimental; urgency=low
339
340   [ T(A)ILS developers ]
341   * Fixing fromiso= on Squeeze.
342
343   [ Daniel Baumann ]
344   * Adding dpkg source options file.
345
346  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:29:48 +0100
347
348 live-boot (3.0~a11-1) experimental; urgency=low
349
350   [ T(A)ILS developers ]
351   * Adding noprompt={usb,cd} feature.
352   * Enhancing devices search ordering.
353
354   [ Daniel Baumann ]
355   * Removing deep link to bug page in the manual, since we don't have
356     stable references yet.
357
358  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:28:43 +0200
359
360 live-boot (3.0~a10-1) experimental; urgency=low
361
362   * Don't do anything in initscript when using toram (Closes: #601575).
363
364  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:58:03 +0200
365
366 live-boot (3.0~a9-1) experimental; urgency=low
367
368   [ amnesia ]
369   * Adding live-snapshot.list documentation to manpage.
370
371   [ Richard Nelson ]
372   * Removed whitespace for tabs on the skipunion option.
373
374   [ T(A)ILS developers ]
375   * Fixing overzealous blacklist usage.
376   * Adding documentation for persistent=cryptsetup in the manpage.
377
378  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:24:51 +0200
379
380 live-boot (3.0~a8-1) experimental; urgency=low
381
382   [ Michal Suchanek ]
383   * Adding initial support for unionmount.
384
385   [ Marco Amadori ]
386   * Included a note about persistent-subtext (Helps: #536728).
387
388   [ Daniel Baumann ]
389   * Running manpage rebuild after manpage updates.
390   * Updating to debhelper version 8.
391
392  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:15:03 +0200
393
394 live-boot (3.0~a7-1) experimental; urgency=low
395
396   [ intrigeri ]
397   * Fixing find_snap to take its second argument into account.
398
399  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:46:54 +0200
400
401 live-boot (3.0~a6-1) experimental; urgency=low
402
403   [ Marco Amadori ]
404   * Fix snapshots' sync-strings usage (Closes: #591330).
405   * Fixed some snapshot related debug messages.
406   * Added support for empty (initial) snapshots.
407
408   [ Daniel Baumann ]
409   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
410     symlinks when checking for dynamically linked files at reboot in
411     initscript.
412
413  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:51:59 +0200
414
415 live-boot (3.0~a5-1) experimental; urgency=low
416
417   [ Daniel Baumann ]
418   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
419     mangling the main sudoers file in accessibility bottom script,
420     create a new file in /etc/sudoers.d and set permissions
421     appropriately.
422   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
423     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
424     and AVD1 to properly boot live media.
425   * Updating uinstall targets in makefile.
426
427   [ Steven Shiau ]
428   * Allowing to assign no gateway in networking bottom script.
429
430   [ Daniel Baumann ]
431   * Removing usplash support from initscript, usplash is dead.
432   * Removing lenny legacy stuff from initscript.
433   * Removing usplash support in initramfs, usplash is dead.
434   * Adding plymouth in bug script.
435
436  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:17:15 +0200
437
438 live-boot (3.0~a4-1) experimental; urgency=low
439
440   * Exiting with 0 in live-boot bug script (Closes: #595262).
441   * Using boot.d instead of boot.conf.d as directory name for custom
442     configuration files.
443
444  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
445
446 live-boot (3.0~a3-1) experimental; urgency=low
447
448   * Updating seperators in networking bottom script to fix ip parameter
449     parsing (Closes: #590494).
450   * Updating live-build reference in manpages.
451   * Adding reference to live-tools in manpages.
452   * Checking for file existence in initramfs hook (Closes: #595264).
453
454  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
455
456 live-boot (3.0~a2-1) experimental; urgency=low
457
458   [ Daniel Baumann ]
459   * Removing old and unmaintained po files.
460   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
461     based on the work of Holger Fischer <hoo.mb@web.de> to add support
462     for BOOTIF in cases where pxelinux is being used with IPAPPEND
463     (Closes: #593284).
464
465   [ Steven Shiau ]
466   * Making multiple connected NICs work.
467
468   [ Michael Prokop ]
469   * Adding workaround for aufs issue in kernel versions around 2.6.33.
470
471   [ Daniel Baumann ]
472   * Using allow-hotplug instead of auto in automatically created
473     /etc/network/interfaces file.
474
475  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
476
477 live-boot (3.0~a1-1) experimental; urgency=low
478
479   * Switching to source format 3.0 (quilt).
480   * Removing live-initramfs transitional package.
481   * Removing lenny support.
482
483  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
484
485 live-boot (2.0.15-1) unstable; urgency=low
486
487   [ Daniel Baumann ]
488   * Adding live-system script from live-tools.
489   * Updating year in copyright.
490
491   [ Marco Amadori ]
492   * Adjust copyright entry in live-snapshot.
493
494  -- Daniel Baumann <daniel@debian.org>  Tue, 01 Feb 2011 22:49:03 +0100
495
496 live-boot (2.0.14-1) unstable; urgency=low
497
498   [ Steven Shiau ]
499   * Removing the duplicated "the" in the live-boot.init script.
500
501   [ Daniel Baumann ]
502   * Correcting live hook to include mtdblock for syslinux memdisk usage,
503     thanks to Michael Prokop <mika@grml.org>.
504   * Supporting /dev/mtdblock0 as valid device name (for memdisk boot),
505     thanks to Michael Prokop <mika@grml.org>.
506
507  -- Daniel Baumann <daniel@debian.org>  Fri, 24 Dec 2010 18:51:57 +0100
508
509 live-boot (2.0.13-1) unstable; urgency=medium
510
511   [ Ronny Standtke ]
512   * Remounting cow read-only before prompting user to remove usb flash
513     drive.
514
515  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Dec 2010 11:18:32 +0100
516
517 live-boot (2.0.12-1) unstable; urgency=medium
518
519   [ T(A)ILS developers ]
520   * Fixing fromiso= on Squeeze.
521
522  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Nov 2010 23:27:01 +0100
523
524 live-boot (2.0.11-1) unstable; urgency=medium
525
526   * Removing deep link to bug page in the manual, since we don't have
527     stable references yet.
528
529  -- Daniel Baumann <daniel@debian.org>  Thu, 28 Oct 2010 09:22:02 +0200
530
531 live-boot (2.0.10-1) unstable; urgency=medium
532
533   * Don't do anything in initscript when using toram (Closes: #601575).
534
535  -- Daniel Baumann <daniel@debian.org>  Wed, 27 Oct 2010 14:54:58 +0200
536
537 live-boot (2.0.9-1) unstable; urgency=low
538
539   [ T(A)ILS developers ]
540   * Fixing overzealous blacklist usage.
541   * Adding documentation for persistent=cryptsetup in the manpage.
542
543  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Oct 2010 09:15:54 +0200
544
545 live-boot (2.0.8-1) unstable; urgency=medium
546
547   [ amnesia ]
548   * Adding live-snapshot.list documentation to manpage.
549
550  -- Daniel Baumann <daniel@debian.org>  Tue, 12 Oct 2010 11:20:12 +0200
551
552 live-boot (2.0.7-1) unstable; urgency=medium
553
554   [ Michal Suchanek ]
555   * Adding initial support for unionmount.
556
557   [ Marco Amadori ]
558   * Included a note about persistent-subtext (Helps: #536728).
559
560   [ Daniel Baumann ]
561   * Running manpage rebuild after manpage updates.
562
563  -- Daniel Baumann <daniel@debian.org>  Sat, 02 Oct 2010 10:06:41 +0200
564
565 live-boot (2.0.6-1) unstable; urgency=medium
566
567   [ intrigeri ]
568   * Fixing find_snap to take its second argument into account.
569
570  -- Daniel Baumann <daniel@debian.org>  Sat, 25 Sep 2010 22:48:35 +0200
571
572 live-boot (2.0.5-1) unstable; urgency=low
573
574   [ Marco Amadori ]
575   * Fix snapshots' sync-strings usage (Closes: #591330).
576   * Fixed some snapshot related debug messages.
577   * Added support for empty (initial) snapshots.
578
579   [ Daniel Baumann ]
580   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow
581     symlinks when checking for dynamically linked files at reboot in
582     initscript.
583
584  -- Daniel Baumann <daniel@debian.org>  Tue, 14 Sep 2010 08:55:02 +0200
585
586 live-boot (2.0.4-1) unstable; urgency=low
587
588   [ Daniel Baumann ]
589   * Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of
590     mangling the main sudoers file in accessibility bottom script,
591     create a new file in /etc/sudoers.d and set permissions
592     appropriately.
593   * Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to
594     add platform-sata_mv to is_nice_device() to allow Marvell Dove A0
595     and AVD1 to properly boot live media.
596   * Updating uinstall targets in makefile.
597
598   [ Steven Shiau ]
599   * Allowing to assign no gateway in networking bottom script.
600
601   [ Daniel Baumann ]
602   * Removing usplash support from initscript, usplash is dead.
603   * Removing usplash support in initramfs, usplash is dead.
604   * Adding plymouth in bug script.
605
606  -- Daniel Baumann <daniel@debian.org>  Mon, 06 Sep 2010 15:21:24 +0200
607
608 live-boot (2.0.3-1) unstable; urgency=low
609
610   * Exiting with 0 in live-boot bug script (Closes: #595262).
611   * Using boot.d instead of boot.conf.d as directory name for custom
612     configuration files.
613
614  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:43:03 +0200
615
616 live-boot (2.0.2-1) unstable; urgency=low
617
618   * Updating seperators in networking bottom script to fix ip parameter
619     parsing (Closes: #590494).
620   * Updating live-build reference in manpages.
621   * Checking for file existence in initramfs hook (Closes: #595264).
622   * Adding live-toram script to copy the running live system to ram and
623     eject the live media.
624
625  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:25:12 +0200
626
627 live-boot (2.0.1-1) unstable; urgency=low
628
629   [ Michael Prokop ]
630   * Adding workaround for aufs issue in kernel versions around 2.6.33.
631
632   [ Daniel Baumann ]
633   * Using allow-hotplug instead of auto in automatically created
634     /etc/network/interfaces file.
635
636  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:25:08 +0200
637
638 live-boot (2.0.0-1) unstable; urgency=low
639
640   * Updating debian-installer languagelist.
641   * Moving configs to etc directory within the source tree.
642   * Removing old docs.
643
644  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
645
646 live-boot (2.0~a16-1) unstable; urgency=high
647
648   [ Daniel Baumann ]
649   * Adding support for resolving DNS names from initramfs, thanks to
650     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
651     is based on (Closes: #589659).
652   * Don't fail in Makefile when there's no checkbashism.
653   * Updating package to standards version 3.9.1.
654
655   [ Michal Suchanek ]
656   * Fix omitpids to work with readonly images.
657
658  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
659
660 live-boot (2.0~a15-1) unstable; urgency=low
661
662   * Making inclusion of languagelist conditional in live hook.
663   * Updating depends of live-initramfs transitional package to reflect
664     relaxed backend depends.
665
666  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
667
668 live-boot (2.0~a14-1) unstable; urgency=low
669
670   * Improving backend dependencies (Closes: #589326).
671
672  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
673
674 live-boot (2.0~a13-1) unstable; urgency=low
675
676   * Listing fromiso parameter in manpage (Closes: #588667).
677   * Improving test targets in Makefile a bit.
678   * Improving clean target in manpages Makefile a bit.
679   * Adding Chris in copyright file (for live-snapshot that is).
680
681  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
682
683 live-boot (2.0~a12-1) unstable; urgency=low
684
685   [ Daniel Baumann ]
686   * Adding preparations for booting through syslinux memdisk.
687
688   [ Marco Amadori ]
689   * Avoiding using busybox cpio applet, this should fix snapshot
690     restore.
691   * Do not print misleading debug message if the snapshot was found
692     correctly.
693   * Removing unreachable code in ethdevice argument handling (Closes:
694     #588307).
695
696   [ Daniel Baumann ]
697   * Adding btrfs support.
698   * Updating package to standards version 3.9.0.
699
700  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
701
702 live-boot (2.0~a11-1) unstable; urgency=low
703
704   * Updating lintian overrides.
705   * Adding missing depends in live-boot on its backend package.
706   * Removing noautologin parameter from live script, this functionallity
707     was moved to live-config.
708
709  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
710
711 live-boot (2.0~a10-1) unstable; urgency=low
712
713   * Removing depends on live-config in live-boot.
714   * Adding live-config-sysvinit to depends of live-initramfs.
715   * Alternatively depend on busybox or busybox-initramfs on live-boot-
716     initramfs-tools.
717
718  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
719
720 live-boot (2.0~a9-1) unstable; urgency=low
721
722   [ Michal Suchanek ]
723   * Fix missing log_end_msg in live-boot.init.
724
725  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
726
727 live-boot (2.0~a8-1) unstable; urgency=low
728
729   * Removing serialtty bottom script.
730   * Removing compcache configuration file.
731   * Removing options that are now in live-config from parameters.txt.
732
733  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
734
735 live-boot (2.0~a7-1) unstable; urgency=low
736
737   [ Michal Suchanek ]
738   * Adding initial iSCSI boot support.
739   * Really set NETBOOT with iSCSI.
740   * Document iscsi in the man page.
741
742   [ Daniel Baumann ]
743   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
744     care about that now.
745
746  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
747
748 live-boot (2.0~a6-1) unstable; urgency=low
749
750   [ Daniel Baumann ]
751   * Updating update-version script.
752   * Updating update-version script.
753   * Removing keyboard bottom script, live-config takes care about that
754     now.
755   * Removing getty and login wrappers, live-config takes care about that
756     now.
757   * Removing configure_init bottom script, live-config takes care about
758     that now.
759
760   [ Michal Suchanek ]
761   * Moving check for iso image in initscript from the start to the end
762     before ejecting media.
763   * Using sendsigs.omit to avoid killing / (Closes: #584690).
764
765  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
766
767 live-boot (2.0~a5-1) unstable; urgency=low
768
769   [ Michal Suchanek ]
770   * Fixing http boot:
771
772   [ Daniel Baumann ]
773   * Ammending 2.0~a3-1 changelog entry with bug number.
774
775   [ Michal Suchanek ]
776   * Adding support for booting iso images over http or wget.
777
778   [ Daniel Baumann ]
779   * Renaming internal ext_mountpoint variable to alt_mountpoint for
780     clarity.
781
782   [ Michal Suchanek ]
783   * Removing leftover url= option, this ain't gonna work this way, see
784     fetch=.
785   * Adding DHCP debugging option.
786   * Updating docs wrt/ httpfs.
787
788   [ Daniel Baumann ]
789   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
790     live-config.
791   * Removing apt_cdrom bottom script, not used anyway.
792   * Removing some boot parameters obsoleted by live-config.
793
794  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
795
796 live-boot (2.0~a4-1) unstable; urgency=low
797
798   * Removing obsolete boot parameter from manpages.
799   * Running checkbashisms with -f and -x in Makefile.
800
801  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
802
803 live-boot (2.0~a3-1) unstable; urgency=low
804
805   * Removing umountfs bottom script, not needed anymore (see #518463).
806
807  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
808
809 live-boot (2.0~a2-1) unstable; urgency=low
810
811   * Removing locales  bottom script, now handled by live-config.
812   * Simplyfing makefile a bit.
813
814  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
815
816 live-boot (2.0~a1-1) experimental; urgency=low
817
818   * Initial release.
819
820  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200