Releasing debian version 1.173.5-1.
[live-boot-grml.git] / debian / changelog
1 live-initramfs (1.173.5-1) unstable; urgency=low
2
3   [ Daniel Baumann ]
4   * Updating contact information in copyright file.
5   * Simplyfing initramfs triggers (Closes: #521129, #545842).
6   * Wrapping fields in control file.
7   * Using minimized rules file.
8   * Simplifying wording in bug-presubj file.
9
10   [ Andreas Teuchert ]
11   * Calling udevadm settle in scripts/init-premount/select_eth_device
12     (Closes: #570100).
13
14   [ Tanguy Ortolo ]
15   * Also respecting persistent-path parameter for snapshots (Closes:
16     #570162).
17
18  -- Daniel Baumann <daniel@debian.org>  Sun, 14 Mar 2010 23:27:57 +0100
19
20 live-initramfs (1.173.4-1) unstable; urgency=low
21
22   * Only disabling kpersonalizer when using kde3, kde4 doesn't need that
23     hack.
24   * Correcting path in previous commit.
25   * Disabling kaboom (Closes: #556368).
26
27  -- Daniel Baumann <daniel@debian.127011.localhost>  Fri, 12 Mar 2010 18:21:00 +0100
28
29 live-initramfs (1.173.3-1) unstable; urgency=low
30
31   * Using noxino instead of xino, as the latter is not supported by
32     aufs2 as we need to use it.
33
34  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 16:16:46 +0100
35
36 live-initramfs (1.173.2-1) unstable; urgency=low
37
38   [ Daniel Baumann ]
39   * Updating homepage field in control.
40
41   [ amnesia ]
42   * Correcting live-media=removeable{,-usb} behaviour to match the
43     documented one.
44
45   [ Daniel Baumann ]
46   * Removing unionfs workaround for kernel versions << 2.6.22, not
47     usefull anymore.
48   * Mounting aufs layer with detached inode index, this solves the
49     'leaving unclean filesystem when using persistency' problem.
50   * Removing unused syncs in initscript.
51
52   [ Luigi Capriotti ]
53   * Skip loading usb modules when quickusbmodules parameter is
54     specified.
55
56  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 11:55:41 +0100
57
58 live-initramfs (1.173.1-1) unstable; urgency=medium
59
60   [ intrigeri ]
61   * Taking noprompt into account for USB flash drives as well.
62   * Restoring opt-in behavior for local swap partitions.
63
64   [ Daniel Baumann ]
65   * Updating package to debhelper 7.
66   * Updating package to standards 3.8.3.
67   * Don't use dh_clean in favour of dh_prep.
68
69   [ Luigi Capriotti ]
70   * Also allowing hook= to specify files inside the image through
71     file:// prefix.
72
73   [ Daniel Baumann ]
74   * Forwardporting and extending usage of rsync when booting with toram
75     based on a patch from Michael Prokop <mika@grml.org>.
76
77   [ Michael Prokop ]
78   * Adding support for isofrom/fromiso bootoption.
79
80   [ Daniel Baumann ]
81   * Adapting a patch from Michael Prokop <mika@grml.org> to set all
82     harddisk devices to read-only mode for forensics investigations.
83
84   [ Michael Prokop ]
85   * Adding support for ethdevice bootoption.
86
87   [ Daniel Baumann ]
88   * Merging casper 1.158.
89   * Merging casper 1.159.
90   * Merging casper 1.160.
91   * Merging casper 1.161.
92   * Merging casper 1.162.
93   * Merging casper 1.163.
94   * Merging casper 1.164.
95   * Merging casper 1.165.
96   * Merging casper 1.166.
97   * Merging casper 1.167.
98   * Merging casper 1.168.
99   * Merging casper 1.169.
100   * Merging casper 1.170.
101   * Merging casper 1.171.
102   * Merging casper 1.172.
103   * Merging casper 1.173.
104   * Adding skipconfig parameter to disable most customization.
105
106   [ Marco Amadori ]
107   * cpio snapshots: eval commands fix.
108
109   [ Daniel Baumann ]
110   * Updating defaults file of console-setup for squeeze, thanks to Jun
111     NOGATA <nogajun@gmail.com> (Closes: #560187).
112   * Adding explicit debian source version 1.0 until switch to 3.0.
113   * Adding select_eth_device script from Frederic Boiteux
114     <fboiteux@calistel.com>.
115   * Including rsync conditionally.
116   * Updating year in copyright file.
117   * Don't panic with persistency when we can't correctly mount the
118     filesystem (Closes: #565456).
119
120   [ Ben Armstrong ]
121   * Correcting keyboard handling for squeeze.
122   * Only edit usplash init script if it exists.
123   * Use klayout= for layout instead of kbd=.
124
125   [ Daniel Baumann ]
126   * Updating to standards version 3.8.4.
127
128  -- Daniel Baumann <daniel@debian.org>  Sun, 31 Jan 2010 16:44:08 +0100
129
130 live-initramfs (1.157.4-2) unstable; urgency=high
131
132   [ Michael Prokop ]
133   * Avoid the use of fstype in a running live system, as it's
134     a executable and not a shell function and causes problems
135     for example within live-snapshot.
136   * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).
137
138   [ Tzafrir Cohen ]
139   * Adjusting grep call in is_nice_device to match new output of vol_id.
140
141  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 19:07:41 +0100
142
143 live-initramfs (1.157.4-1) unstable; urgency=medium
144
145   [ Daniel Baumann ]
146   * Forcing run of dexconf when booting with xdriver=dexconf.
147   * Adding (experimental) forcepersistentfsck bootoption to force fsck
148     on root persistency device.
149   * Adding presubj for reportbug.
150   * Removing unused sed call in update target of Makefile.
151   * Updating included languagelist from d-i.
152   * Correcting install calls for reportbug files in rules.
153   * Including d-i languagelist in initrd in order evaluate l10n
154     settings.
155   * Updating lang2locale(); to match new d-i langualgelist format.
156   * Adding additional two sync calls before powerof happens in order to
157     deal with 'does not cleanly unmount' problem when using root
158     persistency.
159   * Updating vcs fields.
160   * Adding auto value for xvideomode where we ensure that no
161     configuration from the persistency layer is respected.
162
163   [ Marco Amadori ]
164   * Fixed FIXME sections in manpages.
165
166   [ Daniel Baumann ]
167   * Including udev binaries in initramfs manually for squeeze and newer
168     (Closes: #547149).
169   * Applying patch from Holger Brunn <holger.brunn@web.de> to live-
170     media-path when toram is used (Closes: #534878).
171   * Simplyfing and correcting udev inclusion in initramfs hook.
172
173  -- Daniel Baumann <daniel@debian.org>  Sun, 18 Oct 2009 20:29:31 +0200
174
175 live-initramfs (1.157.3-1) unstable; urgency=low
176
177   [ Daniel Baumann ]
178   * Initial commit for having support for swapfiles.
179   * Initial commit for having support for persistency on luks.
180
181   [ Marco Amadori ]
182   * Partition snapshots works again.
183   * Added "whole partition" snapshot resync type.
184   * Two return code consistency fix.
185   * Improved an useful debug string.
186   * Cleaned a bit the snapshot feature.
187
188   [ Steven Shiau ]
189   * Making fetch to work with file on sub dir on tftp server.
190
191   [ Daniel Baumann ]
192   * Avoiding echo bashism in live-initramfs.init by using printf instead
193     (Closes: #530128).
194   * Correcting wrong path when disabling anacron in 25configure_init,
195     thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes:
196     #533046).
197   * Removing disabling of postfix in 25configure_init, it's not
198     appropriate for debian to do this by default. Thanks to Rui Bernardo
199     <rui.bernardo.pt@gmail.com>.
200   * Correcting typo in description of the ip boot parameter in live-
201     initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr>
202     (Closes: #532471).
203
204   [ Marco Amadori ]
205   * Removed two bashisms on live-snapshot.
206
207   [ Daniel Baumann ]
208   * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti
209     <l.capriotti@xbmc.org>.
210
211   [ Luigi Capriotti ]
212   * Fixing possible invalid results from function where_is_mounted by
213     returning more than one line inwhere_is_mounted();.
214   * Fixing relaxed permissions of / in the live filesystem.
215   * Fixing invalid mangling of /etc/event.d/tty.
216   * Fixing typo in snapshot file list.
217
218   [ Daniel Baumann ]
219   * Correcting cryptsetup calls for persistency on luks.
220   * Copy live-installer-launcher desktop icon on users desktop.
221   * Also updating USB device detection in initramfs script for linux
222     2.6.29 and newer.
223   * Adding missing pipe in cryptsetup call for persistency on luks
224     partitions.
225   * Making plainroot work (Closes: #523120).
226
227   [ Marco Amadori ]
228   * persistent=nofiles fix (Closes: 522383).
229
230   [ Daniel Baumann ]
231   * Looking for persistency partitions on luks devices only if we boot
232     with persistent=cryptsetup.
233   * Fail early in gnome-panel-data bottom script if gnome-panel-data is
234     not installed.
235   * Optimizing gnome-panel-data bottom script by leaving out the stupid
236     things.
237
238   [ Richard Nelson ]
239   * Allow for multiple but unique persistent media.
240
241  -- Daniel Baumann <daniel@debian.org>  Fri, 04 Sep 2009 13:37:57 +0200
242
243 live-initramfs (1.157.2-1) unstable; urgency=medium
244
245   * Correcting fstab handling to not always append entries forever when using
246     persistency.
247   * Correcting kdm live-autologin handling to not always append entries forever
248     when using persistency.
249   * Correcting handling of locale default and environment handling to not always
250     append entries forever when using persistency.
251   * Correcting swap partition handling in fstab to not always append entries
252     forever when using persistency.
253   * Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
254   * Merging swap live-bottom script into fstab script; there is no other sane
255     possibility to prevent appending again and again in persistent mode.
256   * Making sure that old swap entries are removed before new ones are added.
257   * Adding cryptsetup to recommends, it's used for encrypted persistent
258     partitions.
259   * Restoring previous behaviour of ejecting the cd when being in non-persistent
260     mode, thanks to Julien Cristau <jcristau@debian.org>.
261   * Updating eject prevention for USB devices in initscripts for linux 2.6.29
262     and newer.
263
264  -- Daniel Baumann <daniel@debian.org>  Thu, 14 May 2009 10:00:00 +0200
265
266 live-initramfs (1.157.1-1) unstable; urgency=medium
267
268   [ Daniel Baumann ]
269   * Only snapshotting in initscript when we actually run with persistence.
270
271   [ Rene Mayrhofer ]
272   * Checking if /var/log is writable before trying to copy live.log to the newly
273     mounted root filesystem (Closes: #516914).
274
275   [ Daniel Baumann ]
276   * Improving check in 21xdriver when we don't do anything.
277   * Adding hack to remove live specific filesystems from umounfs initscript
278     (Closes: #506410, #515718).
279   * Adding comsetic line wrapping for output of local-gen messages during boot.
280   * Merging casper 1.157.
281   * Only calling install-keymap if it's actually installed, which is always but
282     in minimal images the case though (Closes: #517153).
283   * Adding silent boot parameter.
284   * Respecting media timeout even when specificing media device manually.
285   * Also allowing to use the removable keyword for specifying a live media.
286   * Correcting accidental syntax error in one of the previous commits in
287     19keyboard bottom script.
288   * Adding removable-usb keyword to further restrict live media selection.
289   * Correcting check for usb when using removable-usb keyword.
290   * Correcting typo in locale bottom script.
291
292  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
293
294 live-initramfs (1.156.1-1) unstable; urgency=high
295
296   [ Daniel Baumann ]
297   * Revert using debhelper 7 command in rules.
298   * Updating copyright file.
299   * Prefixing debhelper files with package name.
300   * Updating bug script.
301   * Removing bashism in initscript.
302   * Usage of dialog in initscript is not actually a todo.
303   * Correcting medium eject message in initscript.
304   * Making medium removal message working again with usplash.
305   * Rewrapping init script.
306   * Reordering rules file.
307   * Merging casper 1.155.
308   * Adding ext4 support.
309   * Merging casper 1.156.
310   * Correct eject login in initscript.
311   * Updating parameters.txt.
312
313   [ Ronny Standtke ]
314   * Do not eject USB flash drives (Closes: #457070).
315
316  -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
317
318 live-initramfs (1.154.8-1) unstable; urgency=high
319
320   [ Kai Hendry ]
321   * Adding basic xrandr support for lenny to enforce a particular
322     resolution through bootparameter.
323
324  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
325
326 live-initramfs (1.154.7-1) unstable; urgency=medium
327
328   * Adding note about URL limitations in live-initramfs manpage when
329     using fetch parameter.
330   * Removing wc from hook again, that's an ubuntu only problem they have
331     to care about.
332
333  -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
334
335 live-initramfs (1.154.6-1) unstable; urgency=medium
336
337   * Replacing casper with live in live-new-uuid.
338   * Including wc in initramfs (Closes: #512413).
339   * Added missing variable quoting that lead to broken root persistence, thanks
340     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
341   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
342     a path for the persistence files through persistent-path boot parameter
343     (Closes: #512661).
344   * Adding persistent-path to parameter list and manpage.
345   * Actually building/cleaning manpages through targets in Makefile.
346
347  -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
348
349 live-initramfs (1.154.5-1) unstable; urgency=low
350
351   * Also checking for wicd in 23networking, thanks to Ben Armstrong
352     <synrg@debian.org>.
353   * Don't redirect output of fstype detection to standard out, thanks to Ronny
354     Standtke <Ronny.Standtke@gmx.net>.
355   * Silencing grep call on /etc/passwd.
356   * Silencing xorg reconfiguration, thanks to Ronny Standtke
357     <Ronny.Standtke@gmx.net>.
358
359  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
360
361 live-initramfs (1.154.4-1) unstable; urgency=low
362
363   [ Rene Mayrhofer ]
364   * Support further checks on loopback image and support skipping union
365     mounts (Closes: #509446).
366
367  -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
368
369 live-initramfs (1.154.3-1) unstable; urgency=medium
370
371   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
372     to set variables in previous bottom scripts.
373
374  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
375
376 live-initramfs (1.154.2-1) unstable; urgency=medium
377
378   [ Daniel Baumann ]
379   * Updating authors file.
380
381   [ Marco Amadori ]
382   * Reworked integrity-check (Closes: #507477).
383   * Cleaned the boot log a bit.
384
385  -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
386
387 live-initramfs (1.154.1-1) unstable; urgency=low
388
389   * Merging casper 1.140-1.154.
390   * Add a warning message when no image can be found.
391   * Adding a panic message when we netboot and have no supported network
392     device (Closes: #496684).
393   * Turning 'no supported filesystem images found' into a panic message,
394     rather than a warning.
395   * Also adding ralink to network device check.
396   * Removing spurious 'livefs_root' in copy_live_to();.
397
398  -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
399
400 live-initramfs (1.139.1-4) unstable; urgency=medium
401
402   [ Chris Lamb ]
403   * Remove (accidental?) debian/changelog entry.
404   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
405   * Use "test -s" instead of testing file availability and size.
406   * Be consistent in using 0/1 for True/False values instead of English
407     representations.
408   * Reflow some grammar in comments and in live-initramfs(7).
409   * Reflow long 'tr'-based pipelines for readability.
410   * Don't "cat |" to grep.
411
412   [ Daniel Baumann ]
413   * Replacing obsolete dh_clean -k with dh_prep.
414
415   [ Marco Amadori ]
416   * Changed HOSTNAME and /etc/hosts handling.
417   * Conditional creation of /etc/fstab.
418   * live-snapshot: fixed include-list handling.
419   * Reordered persistence lookups and boundaries (Closes: #500672).
420   * Search for partition labels only (Closes: #486469).
421   * Implemented a snapshot exclude list.
422   * Implemented a persistence exclude list.
423   * Manpage clarifications on "nofiles".
424   * Do not pollute the logs when looking for swap partitions.
425   * Removed all "cat | grep", with grep, awk and sed.
426
427  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
428
429 live-initramfs (1.139.1-3) unstable; urgency=medium
430
431   [ Chris Lamb ]
432   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
433
434   [ Daniel Baumann ]
435   * Removing currently unused Upstream-Depends field in control.
436   * Updating vcs fields in control file.
437   * Sourcing live.vars in 15autologin directly, rather than to inherit
438     from live-functions.
439
440   [ Marco Amadori ]
441   * Removed some useless spaces.
442   * Fix default user handling.
443   * Added a pretty vital mount debug string.
444   * Create /etc/mtab on the initramfs ASAP.
445   * Removed mount -n option, since mtab is there.
446   * Re-enable "break=live-premount" debug.
447   * Skipped some runtime duplicated execution.
448   * Add real cpio to initramfs for snapshot's uses.
449   * Fixed try_snap() umounting on error.
450   * Override maybe_break from initramfs-tools.
451   * Forces use of initramfs cpio over busybox's one.
452   * Fixed a wrong trial to copy an unexistant snapshot.
453   * Check for files and umount only if you can mount it first.
454   * Included more debug and comments on persistence code.
455   * Set -u in live-snapshot only in debug mode.
456
457   [ Michael Prokop ]
458   * Ignore errors from fstype.
459
460  -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
461
462 live-initramfs (1.139.1-2) unstable; urgency=medium
463
464   [ Daniel Baumann ]
465   * If the filesystem type of the rootfs cannot be automatically detected, we
466     try to assume it from the extension of the imagefile we have found. Thanks
467     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
468   * Setting project email address to the new debian-live@lists.debian.org.
469   * Disabling default usage of local swap partitions. Can be enabled with the
470     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
471     bringing it up.
472
473   [ Michal Suchanek ]
474   * Enabling the "remove CD" prompt in splashy.
475
476  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
477
478 live-initramfs (1.139.1-1) unstable; urgency=medium
479
480   [ Ben Voui ]
481   * Adding support for Virtio vd[a-z] drives.
482
483   [ Chris Lamb ]
484   * Move loop-aes-tools to Suggests; live-helper should install them if
485     required.
486   * Remove unnecessary indentation level.
487   * Modify hiding of harmless X.org reconfiguring messages.
488   * Revert to using uid 1000 as PAM bug seems to have disappeared
489     (Closes: #433076)
490   * Hide error from attempting to "mount --move"
491   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
492   * Don't configure X.org if it's not installed.
493   * Fix check for X.org.
494   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
495     warnings.
496   * Silence another "script-not-executable" message for a sourced library.
497   * Add missing pipe. Thanks to Andreas Bombe.
498   * Shamefully adding myself to CREDITS
499   * Tidy "Disabling update-initramfs" message.
500   * Re-order some commands so we don't call log_begin_msg without calling
501     log_end_msg.
502   * Don't configure X when /usr/bin/X does not exist.
503   * Silence 'script-not-executable' lintian warning - live-functions script is
504     always sourced.
505   * Fix spacing in swirl.
506   * Override log_*_msg to print nicer status text (until #494257 is merged).
507   * Hide "overwriting possibly-customised configuration file" in X.org setup
508     output.
509   * Hide "Shadow passwords are now on" status message on bootup.
510   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
511     functions.
512   * Rework locale handling
513   * Print friendly error message on live-initramfs panic.
514   * Fix path issue with live-preseed causing noisy errors when booting.
515   * Silence a number of annoying and distracting bootup messages.
516   * Add missing "log_end_msg" to live-bottom/21xdriver.
517   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
518   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
519   * Move some arch-indep helper utilities to Build-Depends-Indep.
520   * Set default cow_mountopt where the other defaults are used.
521   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
522     "lostup"
523
524   [ Daniel Baumann ]
525   * Updating authors file.
526   * Merging casper 1.139.
527   * Not going over the top with exclamation marks in the panic message.
528   * Updating credits file.
529   * Slightely adjusting to the more widespread used ascii swirl.
530   * Merging casper 1.138.
531   * Merging casper 1.137.
532
533   [ Marco Amadori ]
534   * Added "-n" option to all mount commands, thanks to Peter Holik
535     <peter@holik.at> for pointing this out.
536   * Be sure that the discovered filesystem is not null.
537   * The list of supported filesytems goes dynamic.
538   * Added ntfs filesystem to the initramfs.
539
540   [ Michael Prokop ]
541   * Move sourcing of live-functions in 38disable_restricted_manager to correct
542     place.
543
544   [ Steven Shiau ]
545   * Adding support for using tftp in fetch= parameter.
546   * Another fix about using udevsettle or "udevadm settle".
547
548  -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
549
550 live-initramfs (1.136.3-1) unstable; urgency=medium
551
552   [ Michael Prokop ]
553   * Make sure mounting /cow-tmpfs provides mount options.
554
555  -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
556
557 live-initramfs (1.136.2-1) unstable; urgency=medium
558
559   * Replacing previous imperfect changes for udevadm with check for
560     udevadm and using old commands when beeing on etch. Also handling
561     udevtrigger with udevadm if available.
562   * Correcting httpfs2 inclusion in hook.
563
564  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
565
566 live-initramfs (1.136.1-1) unstable; urgency=medium
567
568   [ Chris Lamb ]
569   * Fix call to log_warning_msg. Thanks to Bradley Smith
570     <brad@brad-smith.co.uk>.
571   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
572     kernels on powerpc.
573   * Check losetup capabilities before specifying to mount as read-only.
574   * Modprobe 'esp' SCSI driver for the benefit of sparc.
575   * Quieten call to modprobe ide-generic.
576   * Move local-top/live to live-premount/modules so it gets called before
577     find_livefs.
578   * Sync bug script "dpkg -l" calls with debian/control
579
580   [ Daniel Baumann ]
581   * Defaulting now to aufs if no union= parameter is given.
582   * Merging casper version 1.136.
583   * Merging casper version 1.135.
584   * Merging casper version 1.134.
585   * Merging casper version 1.133.
586   * Converting udev depends into a versioned depends in order to reflect udevadm
587     introduction.
588   * Updating live-snapshot to GPL-3+.
589   * Updating to standards 3.8.0.
590   * Renaming forgotton uuid file to live-uuid.
591
592   [ Marco Amadori ]
593   * udevtrigger replacement.
594   * live-snapshot: fixed the remount helper.
595   * live-snapshot: now supports a static keep file list.
596   * Try to bind /cow to /live/cow if unable to move.
597   * live-snapshot: cleaned some wordings.
598   * live-snapshot: included vital informations on exit.
599   * live-snapshot: new "--refresh" option.
600   * live-snapshot: cleaned and sorted used command line defaults.
601   * live-snapshot: nicer default auto unmount logic.
602   * live-snapshot: honour "-o|--output FILE".
603   * live-snapshot: removed a useless mkdir.
604   * live-snapshot: removed an unused and useless function.
605   * live-snapshot: fixes snapshotting from resync string.
606
607   [ Michal Suchanek ]
608   * Add support for httpfs= and ftpfs= parameters.
609
610  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
611
612 live-initramfs (1.132.1-1) unstable; urgency=medium
613
614   [ Chris Lamb ]
615   * Don't escape asterisks in languagelist update code
616
617   [ Daniel Baumann ]
618   * Updating copyright header in live-snapshot.
619   * Removing useless whitespaces and empty lines.
620   * Correcting grammatical errors in live-snapshot description.
621   * Removing live-snapshot version as this component is always released
622     within live-initramfs itself.
623   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
624   * Merging casper 1.132.
625   * Merging casper 1.131.
626   * Ignoring floppy devices for live filesystem as well as live
627     persistency.
628   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
629     live.log and show its messages during boot (Closes: #440238).
630   * Updating vcs fields in control file.
631   * Handling conflicting klibc includes with initramfs-hooks of other
632     packages (Closes: 475783).
633
634   [ Marco Amadori ]
635   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
636     '/mnt'" bug.
637   * Calling live-snapshot now produces an output file.
638
639   [ Michal Suchanek ]
640   * Workaround loop-aes-utils losetup incompatibility
641   * Fix toram (change mount --move to mount -o move)
642
643  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
644
645 live-initramfs (1.130.1-3) unstable; urgency=high
646
647   * Handle non-existing klibc includes in live hook (Closes: #475783).
648   * Adding loop-aes-utils to recommends.
649
650  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
651
652 live-initramfs (1.130.1-2) unstable; urgency=medium
653
654   [ Chris Lamb ]
655   * Remove bogus dependency on Ubuntu "localechooser-data" package
656
657  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
658
659 live-initramfs (1.130.1-1) unstable; urgency=medium
660
661   [ Chris Lamb ]
662   * Use triggers when calling update-initramfs in postinst and postrm
663
664   [ Daniel Baumann ]
665   * Sorting some lines in live hook.
666   * Merging casper 1.130.
667   * Merging casper 1.129.
668   * Adjusting code formating in maintainer scripts.
669   * Restricting counting of installed kernels based on /boot/vmlinuz-*
670     instead of /boot/vmlinuz*.
671
672  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
673
674 live-initramfs (1.128.1-1) unstable; urgency=medium
675
676   [ Marco Amadori ]
677   * Fixed a misleading debug message.
678   * Added /cow mounting debug messages.
679   * Fixed /cow mounting.
680   * Klibc: added some libraries to the intramfs.
681
682   [ Daniel Baumann ]
683   * Merging casper 1.128.
684
685  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
686
687 live-initramfs (1.127.1-1) unstable; urgency=medium
688
689   [ Daniel Baumann ]
690   * Merging casper 1.127.
691   * Merging casper 1.126.
692   * Removing too early recommends to live-initscripts in control to make
693     some people happy (Closes: #431000).
694
695   [ Chris Lamb ]
696   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
697     (?) bug
698   * scripts/live-helpers: Don't search ram block devices
699   * scripts/live-helpers: Search / use case
700   * scripts/live-helpers: Fixes for set -e
701   * bin/live-snapshot: Vastly rework script
702   * bin/live-snapshot: Fix argument handling (Closes: #461595)
703   * scripts/live: Make 'nopersistent' parameter actually disable
704     persistence
705
706  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
707
708 live-initramfs (1.125.1-1) unstable; urgency=medium
709
710   [ Daniel Baumann ]
711   * Merging casper 1.125.
712
713   [ Chris Lamb ]
714   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
715   * Rename 18hostname -> 06hostname
716
717  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
718
719 live-initramfs (1.124.1-1) unstable; urgency=medium
720
721   [ Daniel Baumann ]
722   * Adjusting live-snapshot to live-initramfs.
723   * Merging casper 1.124.
724   * Adjusting 44pk_allow to live-initramfs.
725   * Merging casper 1.123.
726   * Merging casper 1.122.
727   * Merging casper 1.121.
728   * Merging casper 1.120.
729
730   [ Chris Lamb ]
731   * 99hook: Download hook script from inside target filesystem
732
733  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
734
735 live-initramfs (1.119.1-1) unstable; urgency=medium
736
737   * Creating resolv.conf when netbooting not just when there's no
738     resolv.conf, but also when it is empty.
739   * Making hooks executable after fetching them.
740   * Removing disabling of kwallet.
741   * Merging casper 1.119.
742
743  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
744
745 live-initramfs (1.118.2-1) unstable; urgency=medium
746
747   [ Andrey Asadchev ]
748   * Explicitly set Xorg video driver.
749   * Patch to use cryptsetup volumes for persistent storage.
750
751   [ Daniel Baumann ]
752   * New upstream release.
753   * Fixing wrong email address in changelog (was bug in git-dch config).
754   * Bumping package to policy 3.7.3.
755   * Rewriting copyright in machine-interpretable format.
756   * Adding hook parameter to execute custom scripts.
757   * Adding plainroot.
758
759   [ Marco Amadori ]
760   * Now it includes lzma kernel module dependencies.
761
762  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
763
764 live-initramfs (1.118.1-1) unstable; urgency=medium
765
766   [ Daniel Baumann ]
767   * New upstream release.
768   * Adding direct depends to udev, thanks to Anton Lundin
769     <glance@acc.umu.se> (Closes: #452448).
770   * Merging casper 1.111.
771   * Bumping version to 1.110.1-1.
772   * Merging casper 1.112.
773   * Merging casper 1.113.
774   * Adjusting to live-initramfs.
775   * Bumping version to 1.113.1-1.
776   * Merging casper 1.114.
777   * Merging casper 1.115.
778   * Merging casper 1.116.
779   * Merging casper 1.117.
780   * Merging casper 1.118.
781   * Bumping version to 1.118.1-1.
782
783   [ Otavio Salvador ]
784   * debian: add mtd-tools as suggestion since it's required for jffs2
785     support
786   * hooks: include jffs2 kernel module on initramfs image
787   * live-snapshot: add support to use jffs2 images
788   * live: add support for jffs2 images and snapshots
789   * live-helpers: add jffs2 as a valid image
790   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
791
792  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
793
794 live-initramfs (1.110.7-1) unstable; urgency=medium
795
796   * New upstream release.
797   * Fixing fstab handling.
798   * Fixing regression from mounting the ow device on a nfs volume,
799     thanks to An-Cheng Huang <ancheng@vyatta.com>.
800
801  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
802
803 live-initramfs (1.110.6-1) unstable; urgency=medium
804
805   * New upstream release.
806   * Preparing live-initramfs 1.110.6-1.
807   * Adding custom reportbug script.
808   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
809   * Adding checkbashsms call to test target of the Makefile as suggested
810     by Trent W. Buck <trentbuck@gmail.com>.
811
812  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
813
814 live-initramfs (1.110.5-1) unstable; urgency=medium
815
816   * New upstream release.
817   * Preparing live-initramfs 1.110.5-1.
818   * Using kdm initscript autologin overrides, thanks to Kel Modderman
819     <kel@otaku42.de>.
820   * Setting the kdm language, thanks to Jordi Pujol
821     <jordi_pujol@telefonica.net>.
822   * Adding files to the live filesystem according to the MAC number,
823     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
824   * Fixing some coding style issues.
825
826  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
827
828 live-initramfs (1.110.4-1) unstable; urgency=medium
829
830   [ Daniel Baumann ]
831   * New upstream release.
832   * Preparing live-initramfs 1.110.3-1.
833   * Correcting homepage field.
834   * Correcting vcs fields.
835
836   [ Jesse Hathaway ]
837   * add support for mounting the cow device on an nfs volume
838
839  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
840
841 live-initramfs (1.110.3-1) unstable; urgency=medium
842
843   [ Daniel Baumann ]
844   * New upstream release.
845   * Preparing live-initramfs 1.110.3-1.
846   * Removing ubuntu support.
847
848   [ Alex Owen ]
849   * Fix typo to get serial console to work
850
851   [ Jesse Hathaway ]
852   * add support for exposedroot option for live-helper
853
854  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
855
856 live-initramfs (1.110.2-1) unstable; urgency=medium
857
858   * New upstream release.
859   * Preparing live-initramfs 1.110.2-1.
860   * Fixing typing error.
861   * Removing nodiratime as it is already included in noatime, thanks to Kel
862     Modderman <kel@otaku42.de>.
863
864  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
865
866 live-initramfs (1.110.1-1) unstable; urgency=medium
867
868   * New upstream release.
869   * Preparing live-initramfs 1.107.2-1.
870   * Also using nodiratime, not just noatime.
871   * Merging casper 1.108.
872   * Adjusting to live-initramfs.
873   * Merging casper 1.109.
874   * Adjusting to live-initramfs.
875   * Merging casper 1.110.
876   * Adjusting to live-initramfs.
877   * Bumping version to 1.110.1-1.
878
879  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
880
881 live-initramfs (1.107.1-1) unstable; urgency=medium
882
883   * New upstream release.
884   * Preparing live-initramfs 1.102.4-2.
885   * Replacing backticks with POSIX expression.
886   * Consistently using curly brackets for variables.
887   * Fixing bashism.
888   * Merging casper 1.105.
889   * Adjusting to live-initramfs.
890   * Bumping version to 1.105.1-1.
891   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
892     cow mount rather than binding it on /live/cow. This prevents the
893     /cow mount showing up in /proc/mounts.
894   * Merging casper 1.106.
895   * Adjusting to live-initramfs.
896   * Bumping version to 1.106.1-1.
897   * Fixing wrong homepage field.
898   * Fixing typing error.
899   * Merging casper 1.107.
900   * Bumping version to 1.107.1-1.
901
902  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
903
904 live-initramfs (1.104.1-1) unstable; urgency=medium
905
906   * New upstream release.
907
908  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
909
910 live-initramfs (1.102.1-1) unstable; urgency=medium
911
912   * New upstream release.
913
914  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
915
916 live-initramfs (1.99.2-1) unstable; urgency=medium
917
918   * New upstream release:
919     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
920       (Closes: #440235).
921
922  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
923
924 live-initramfs (1.99.1-1) unstable; urgency=medium
925
926   * New upstream release.
927
928  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
929
930 live-initramfs (1.96.2-1) unstable; urgency=medium
931
932   * New upstream release.
933
934  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
935
936 live-initramfs (1.96.1-1) unstable; urgency=medium
937
938   * New upstream release.
939
940  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
941
942 live-initramfs (1.95.3-1) unstable; urgency=medium
943
944   * New upstream release.
945
946  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
947
948 live-initramfs (1.95.2-1) unstable; urgency=medium
949
950   * New upstream release.
951
952  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
953
954 live-initramfs (1.95.1-1) unstable; urgency=medium
955
956   * New upstream release.
957
958  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
959
960 live-initramfs (1.91.6-1) unstable; urgency=medium
961
962   * New upstream release.
963
964  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
965
966 live-initramfs (1.91.5-1) unstable; urgency=medium
967
968   * New upstream release.
969
970  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
971
972 live-initramfs (1.91.4-1) unstable; urgency=medium
973
974   * New upstream release:
975     - Dropping transitional package, not needed anymore.
976
977  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
978
979 live-initramfs (1.91.3-1) unstable; urgency=medium
980
981   * New upstream release.
982
983  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
984
985 live-initramfs (1.91.2-1) unstable; urgency=medium
986
987   * New upstream release.
988
989  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
990
991 live-initramfs (1.91.1-1) unstable; urgency=medium
992
993   * New upstream release.
994
995  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
996
997 live-initramfs (1.90.1-1) unstable; urgency=medium
998
999   * New upstream release.
1000
1001  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
1002
1003 live-initramfs (1.87.6-1) unstable; urgency=medium
1004
1005   * New upstream release.
1006
1007  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
1008
1009 live-initramfs (1.87.5-1) unstable; urgency=medium
1010
1011   * New upstream release, replacing casper.
1012
1013  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
1014
1015 live-initramfs (1.87.4-1) unstable; urgency=medium
1016
1017   * New upstream release.
1018
1019  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
1020
1021 live-initramfs (1.87.3-1) unstable; urgency=medium
1022
1023   * New upstream release.
1024
1025  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
1026
1027 live-initramfs (1.87.2-1) unstable; urgency=low
1028
1029   * New upstream release.
1030
1031  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
1032
1033 live-initramfs (1.87.1-1) unstable; urgency=low
1034
1035   * Initial release, forking casper.
1036
1037  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200