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