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