Releasing version 1.157.1-1.
[live-boot-grml.git] / debian / changelog
1 live-initramfs (1.157.1-1) unstable; urgency=medium
2
3   [ Daniel Baumann ]
4   * Only snapshotting in initscript when we actually run with persistence.
5
6   [ Rene Mayrhofer ]
7   * Checking if /var/log is writable before trying to copy live.log to the newly
8     mounted root filesystem (Closes: #516914).
9
10   [ Daniel Baumann ]
11   * Improving check in 21xdriver when we don't do anything.
12   * Adding hack to remove live specific filesystems from umounfs initscript
13     (Closes: #506410, #515718).
14   * Adding comsetic line wrapping for output of local-gen messages during boot.
15   * Merging casper 1.157.
16   * Only calling install-keymap if it's actually installed, which is always but
17     in minimal images the case though (Closes: #517153).
18   * Adding silent boot parameter.
19   * Respecting media timeout even when specificing media device manually.
20   * Also allowing to use the removable keyword for specifying a live media.
21   * Correcting accidental syntax error in one of the previous commits in
22     19keyboard bottom script.
23   * Adding removable-usb keyword to further restrict live media selection.
24   * Correcting check for usb when using removable-usb keyword.
25   * Correcting typo in locale bottom script.
26
27  -- Daniel Baumann <daniel@debian.org>  Sat, 21 Mar 2009 14:00:00 +0100
28
29 live-initramfs (1.156.1-1) unstable; urgency=high
30
31   [ Daniel Baumann ]
32   * Revert using debhelper 7 command in rules.
33   * Updating copyright file.
34   * Prefixing debhelper files with package name.
35   * Updating bug script.
36   * Removing bashism in initscript.
37   * Usage of dialog in initscript is not actually a todo.
38   * Correcting medium eject message in initscript.
39   * Making medium removal message working again with usplash.
40   * Rewrapping init script.
41   * Reordering rules file.
42   * Merging casper 1.155.
43   * Adding ext4 support.
44   * Merging casper 1.156.
45   * Correct eject login in initscript.
46   * Updating parameters.txt.
47
48   [ Ronny Standtke ]
49   * Do not eject USB flash drives (Closes: #457070).
50
51  -- Daniel Baumann <daniel@debian.org>  Sun,  8 Feb 2009 15:00:00 +0100
52
53 live-initramfs (1.154.8-1) unstable; urgency=high
54
55   [ Kai Hendry ]
56   * Adding basic xrandr support for lenny to enforce a particular
57     resolution through bootparameter.
58
59  -- Daniel Baumann <daniel@debian.org>  Fri, 30 Jan 2009 00:00:00 +0100
60
61 live-initramfs (1.154.7-1) unstable; urgency=medium
62
63   * Adding note about URL limitations in live-initramfs manpage when
64     using fetch parameter.
65   * Removing wc from hook again, that's an ubuntu only problem they have
66     to care about.
67
68  -- Daniel Baumann <daniel@debian.org>  Tue, 27 Jan 2009 18:00:00 +0100
69
70 live-initramfs (1.154.6-1) unstable; urgency=medium
71
72   * Replacing casper with live in live-new-uuid.
73   * Including wc in initramfs (Closes: #512413).
74   * Added missing variable quoting that lead to broken root persistence, thanks
75     to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).
76   * Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting
77     a path for the persistence files through persistent-path boot parameter
78     (Closes: #512661).
79   * Adding persistent-path to parameter list and manpage.
80   * Actually building/cleaning manpages through targets in Makefile.
81
82  -- Daniel Baumann <daniel@debian.org>  Mon, 26 Jan 2009 02:00:00 +0100
83
84 live-initramfs (1.154.5-1) unstable; urgency=low
85
86   * Also checking for wicd in 23networking, thanks to Ben Armstrong
87     <synrg@debian.org>.
88   * Don't redirect output of fstype detection to standard out, thanks to Ronny
89     Standtke <Ronny.Standtke@gmx.net>.
90   * Silencing grep call on /etc/passwd.
91   * Silencing xorg reconfiguration, thanks to Ronny Standtke
92     <Ronny.Standtke@gmx.net>.
93
94  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Jan 2009 13:00:00 -0500
95
96 live-initramfs (1.154.4-1) unstable; urgency=low
97
98   [ Rene Mayrhofer ]
99   * Support further checks on loopback image and support skipping union
100     mounts (Closes: #509446).
101
102  -- Daniel Baumann <daniel@debian.org>  Fri, 26 Dec 2008 09:00:00 +0100
103
104 live-initramfs (1.154.3-1) unstable; urgency=medium
105
106   * Sourcing live.vars in 21xdriver and 21xvidemode in order to be able
107     to set variables in previous bottom scripts.
108
109  -- Daniel Baumann <daniel@debian.org>  Sat, 20 Dec 2008 15:00:00 +0100
110
111 live-initramfs (1.154.2-1) unstable; urgency=medium
112
113   [ Daniel Baumann ]
114   * Updating authors file.
115
116   [ Marco Amadori ]
117   * Reworked integrity-check (Closes: #507477).
118   * Cleaned the boot log a bit.
119
120  -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
121
122 live-initramfs (1.154.1-1) unstable; urgency=low
123
124   * Merging casper 1.140-1.154.
125   * Add a warning message when no image can be found.
126   * Adding a panic message when we netboot and have no supported network
127     device (Closes: #496684).
128   * Turning 'no supported filesystem images found' into a panic message,
129     rather than a warning.
130   * Also adding ralink to network device check.
131   * Removing spurious 'livefs_root' in copy_live_to();.
132
133  -- Daniel Baumann <daniel@debian.org>  Tue, 25 Nov 2008 12:00:00 +0100
134
135 live-initramfs (1.139.1-4) unstable; urgency=medium
136
137   [ Chris Lamb ]
138   * Remove (accidental?) debian/changelog entry.
139   * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
140   * Use "test -s" instead of testing file availability and size.
141   * Be consistent in using 0/1 for True/False values instead of English
142     representations.
143   * Reflow some grammar in comments and in live-initramfs(7).
144   * Reflow long 'tr'-based pipelines for readability.
145   * Don't "cat |" to grep.
146
147   [ Daniel Baumann ]
148   * Replacing obsolete dh_clean -k with dh_prep.
149
150   [ Marco Amadori ]
151   * Changed HOSTNAME and /etc/hosts handling.
152   * Conditional creation of /etc/fstab.
153   * live-snapshot: fixed include-list handling.
154   * Reordered persistence lookups and boundaries (Closes: #500672).
155   * Search for partition labels only (Closes: #486469).
156   * Implemented a snapshot exclude list.
157   * Implemented a persistence exclude list.
158   * Manpage clarifications on "nofiles".
159   * Do not pollute the logs when looking for swap partitions.
160   * Removed all "cat | grep", with grep, awk and sed.
161
162  -- Daniel Baumann <daniel@debian.org>  Tue, 11 Nov 2008 13:00:00 +0100
163
164 live-initramfs (1.139.1-3) unstable; urgency=medium
165
166   [ Chris Lamb ]
167   * Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
168
169   [ Daniel Baumann ]
170   * Removing currently unused Upstream-Depends field in control.
171   * Updating vcs fields in control file.
172   * Sourcing live.vars in 15autologin directly, rather than to inherit
173     from live-functions.
174
175   [ Marco Amadori ]
176   * Removed some useless spaces.
177   * Fix default user handling.
178   * Added a pretty vital mount debug string.
179   * Create /etc/mtab on the initramfs ASAP.
180   * Removed mount -n option, since mtab is there.
181   * Re-enable "break=live-premount" debug.
182   * Skipped some runtime duplicated execution.
183   * Add real cpio to initramfs for snapshot's uses.
184   * Fixed try_snap() umounting on error.
185   * Override maybe_break from initramfs-tools.
186   * Forces use of initramfs cpio over busybox's one.
187   * Fixed a wrong trial to copy an unexistant snapshot.
188   * Check for files and umount only if you can mount it first.
189   * Included more debug and comments on persistence code.
190   * Set -u in live-snapshot only in debug mode.
191
192   [ Michael Prokop ]
193   * Ignore errors from fstype.
194
195  -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 14:00:00 +0200
196
197 live-initramfs (1.139.1-2) unstable; urgency=medium
198
199   [ Daniel Baumann ]
200   * If the filesystem type of the rootfs cannot be automatically detected, we
201     try to assume it from the extension of the imagefile we have found. Thanks
202     to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).
203   * Setting project email address to the new debian-live@lists.debian.org.
204   * Disabling default usage of local swap partitions. Can be enabled with the
205     'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for
206     bringing it up.
207
208   [ Michal Suchanek ]
209   * Enabling the "remove CD" prompt in splashy.
210
211  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Sep 2008 00:00:00 +0200
212
213 live-initramfs (1.139.1-1) unstable; urgency=medium
214
215   [ Ben Voui ]
216   * Adding support for Virtio vd[a-z] drives.
217
218   [ Chris Lamb ]
219   * Move loop-aes-tools to Suggests; live-helper should install them if
220     required.
221   * Remove unnecessary indentation level.
222   * Modify hiding of harmless X.org reconfiguring messages.
223   * Revert to using uid 1000 as PAM bug seems to have disappeared
224     (Closes: #433076)
225   * Hide error from attempting to "mount --move"
226   * Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.
227   * Don't configure X.org if it's not installed.
228   * Fix check for X.org.
229   * Add an /etc/fstab to the initramfs to silence harmless "empty fstab"
230     warnings.
231   * Silence another "script-not-executable" message for a sourced library.
232   * Add missing pipe. Thanks to Andreas Bombe.
233   * Shamefully adding myself to CREDITS
234   * Tidy "Disabling update-initramfs" message.
235   * Re-order some commands so we don't call log_begin_msg without calling
236     log_end_msg.
237   * Don't configure X when /usr/bin/X does not exist.
238   * Silence 'script-not-executable' lintian warning - live-functions script is
239     always sourced.
240   * Fix spacing in swirl.
241   * Override log_*_msg to print nicer status text (until #494257 is merged).
242   * Hide "overwriting possibly-customised configuration file" in X.org setup
243     output.
244   * Hide "Shadow passwords are now on" status message on bootup.
245   * Remove a number of "${quiet}" checks - they are repeated in the log_*_msg
246     functions.
247   * Rework locale handling
248   * Print friendly error message on live-initramfs panic.
249   * Fix path issue with live-preseed causing noisy errors when booting.
250   * Silence a number of annoying and distracting bootup messages.
251   * Add missing "log_end_msg" to live-bottom/21xdriver.
252   * Set different log messages for live-bottom/21{xdriver,xvidemode}.
253   * Remove trailing "..." from calls to log_begin_msg - they get added anyway.
254   * Move some arch-indep helper utilities to Build-Depends-Indep.
255   * Set default cow_mountopt where the other defaults are used.
256   * Don't use /sbin/losetup to test for '-r' option when the scripts just use
257     "lostup"
258
259   [ Daniel Baumann ]
260   * Updating authors file.
261   * Merging casper 1.139.
262   * Not going over the top with exclamation marks in the panic message.
263   * Updating credits file.
264   * Slightely adjusting to the more widespread used ascii swirl.
265   * Merging casper 1.138.
266   * Merging casper 1.137.
267
268   [ Marco Amadori ]
269   * Added "-n" option to all mount commands, thanks to Peter Holik
270     <peter@holik.at> for pointing this out.
271   * Be sure that the discovered filesystem is not null.
272   * The list of supported filesytems goes dynamic.
273   * Added ntfs filesystem to the initramfs.
274
275   [ Michael Prokop ]
276   * Move sourcing of live-functions in 38disable_restricted_manager to correct
277     place.
278
279   [ Steven Shiau ]
280   * Adding support for using tftp in fetch= parameter.
281   * Another fix about using udevsettle or "udevadm settle".
282
283  -- Daniel Baumann <daniel@debian.org>  Sun, 24 Aug 2008 00:00:00 +0200
284
285 live-initramfs (1.136.3-1) unstable; urgency=medium
286
287   [ Michael Prokop ]
288   * Make sure mounting /cow-tmpfs provides mount options.
289
290  -- Daniel Baumann <daniel@debian.org>  Fri, 18 Jul 2008 00:00:00 +0200
291
292 live-initramfs (1.136.2-1) unstable; urgency=medium
293
294   * Replacing previous imperfect changes for udevadm with check for
295     udevadm and using old commands when beeing on etch. Also handling
296     udevtrigger with udevadm if available.
297   * Correcting httpfs2 inclusion in hook.
298
299  -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 00:00:00 +0200
300
301 live-initramfs (1.136.1-1) unstable; urgency=medium
302
303   [ Chris Lamb ]
304   * Fix call to log_warning_msg. Thanks to Bradley Smith
305     <brad@brad-smith.co.uk>.
306   * Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed
307     kernels on powerpc.
308   * Check losetup capabilities before specifying to mount as read-only.
309   * Modprobe 'esp' SCSI driver for the benefit of sparc.
310   * Quieten call to modprobe ide-generic.
311   * Move local-top/live to live-premount/modules so it gets called before
312     find_livefs.
313   * Sync bug script "dpkg -l" calls with debian/control
314
315   [ Daniel Baumann ]
316   * Defaulting now to aufs if no union= parameter is given.
317   * Merging casper version 1.136.
318   * Merging casper version 1.135.
319   * Merging casper version 1.134.
320   * Merging casper version 1.133.
321   * Converting udev depends into a versioned depends in order to reflect udevadm
322     introduction.
323   * Updating live-snapshot to GPL-3+.
324   * Updating to standards 3.8.0.
325   * Renaming forgotton uuid file to live-uuid.
326
327   [ Marco Amadori ]
328   * udevtrigger replacement.
329   * live-snapshot: fixed the remount helper.
330   * live-snapshot: now supports a static keep file list.
331   * Try to bind /cow to /live/cow if unable to move.
332   * live-snapshot: cleaned some wordings.
333   * live-snapshot: included vital informations on exit.
334   * live-snapshot: new "--refresh" option.
335   * live-snapshot: cleaned and sorted used command line defaults.
336   * live-snapshot: nicer default auto unmount logic.
337   * live-snapshot: honour "-o|--output FILE".
338   * live-snapshot: removed a useless mkdir.
339   * live-snapshot: removed an unused and useless function.
340   * live-snapshot: fixes snapshotting from resync string.
341
342   [ Michal Suchanek ]
343   * Add support for httpfs= and ftpfs= parameters.
344
345  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 00:00:00 +0200
346
347 live-initramfs (1.132.1-1) unstable; urgency=medium
348
349   [ Chris Lamb ]
350   * Don't escape asterisks in languagelist update code
351
352   [ Daniel Baumann ]
353   * Updating copyright header in live-snapshot.
354   * Removing useless whitespaces and empty lines.
355   * Correcting grammatical errors in live-snapshot description.
356   * Removing live-snapshot version as this component is always released
357     within live-initramfs itself.
358   * Adding Michal Suchanek <hramrach@centrum.cz> to credits file.
359   * Merging casper 1.132.
360   * Merging casper 1.131.
361   * Ignoring floppy devices for live filesystem as well as live
362     persistency.
363   * Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail
364     live.log and show its messages during boot (Closes: #440238).
365   * Updating vcs fields in control file.
366   * Handling conflicting klibc includes with initramfs-hooks of other
367     packages (Closes: 475783).
368
369   [ Marco Amadori ]
370   * Fixes "live-snapshot on reboot could not find a writable '/tmp' or
371     '/mnt'" bug.
372   * Calling live-snapshot now produces an output file.
373
374   [ Michal Suchanek ]
375   * Workaround loop-aes-utils losetup incompatibility
376   * Fix toram (change mount --move to mount -o move)
377
378  -- Daniel Baumann <daniel@debian.org>  Mon, 02 Jun 2008 00:00:00 +0200
379
380 live-initramfs (1.130.1-3) unstable; urgency=high
381
382   * Handle non-existing klibc includes in live hook (Closes: #475783).
383   * Adding loop-aes-utils to recommends.
384
385  -- Daniel Baumann <daniel@debian.org>  Sat, 26 Apr 2008 16:00:00 +0200
386
387 live-initramfs (1.130.1-2) unstable; urgency=medium
388
389   [ Chris Lamb ]
390   * Remove bogus dependency on Ubuntu "localechooser-data" package
391
392  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 06:00:00 +0200
393
394 live-initramfs (1.130.1-1) unstable; urgency=medium
395
396   [ Chris Lamb ]
397   * Use triggers when calling update-initramfs in postinst and postrm
398
399   [ Daniel Baumann ]
400   * Sorting some lines in live hook.
401   * Merging casper 1.130.
402   * Merging casper 1.129.
403   * Adjusting code formating in maintainer scripts.
404   * Restricting counting of installed kernels based on /boot/vmlinuz-*
405     instead of /boot/vmlinuz*.
406
407  -- Daniel Baumann <daniel@debian.org>  Mon, 14 Apr 2008 00:00:00 +0200
408
409 live-initramfs (1.128.1-1) unstable; urgency=medium
410
411   [ Marco Amadori ]
412   * Fixed a misleading debug message.
413   * Added /cow mounting debug messages.
414   * Fixed /cow mounting.
415   * Klibc: added some libraries to the intramfs.
416
417   [ Daniel Baumann ]
418   * Merging casper 1.128.
419
420  -- Daniel Baumann <daniel@debian.org>  Mon,  7 Apr 2008 00:00:00 +0200
421
422 live-initramfs (1.127.1-1) unstable; urgency=medium
423
424   [ Daniel Baumann ]
425   * Merging casper 1.127.
426   * Merging casper 1.126.
427   * Removing too early recommends to live-initscripts in control to make
428     some people happy (Closes: #431000).
429
430   [ Chris Lamb ]
431   * hooks/live, scripts/live: Add USB modules, workaround udevtrigger
432     (?) bug
433   * scripts/live-helpers: Don't search ram block devices
434   * scripts/live-helpers: Search / use case
435   * scripts/live-helpers: Fixes for set -e
436   * bin/live-snapshot: Vastly rework script
437   * bin/live-snapshot: Fix argument handling (Closes: #461595)
438   * scripts/live: Make 'nopersistent' parameter actually disable
439     persistence
440
441  -- Daniel Baumann <daniel@debian.org>  Mon, 31 Mar 2008 00:00:00 +0200
442
443 live-initramfs (1.125.1-1) unstable; urgency=medium
444
445   [ Daniel Baumann ]
446   * Merging casper 1.125.
447
448   [ Chris Lamb ]
449   * scripts/live-helpers: Cosmetic changes to loop-aes passphrase prompt
450   * Rename 18hostname -> 06hostname
451
452  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Mar 2008 00:00:00 +0100
453
454 live-initramfs (1.124.1-1) unstable; urgency=medium
455
456   [ Daniel Baumann ]
457   * Adjusting live-snapshot to live-initramfs.
458   * Merging casper 1.124.
459   * Adjusting 44pk_allow to live-initramfs.
460   * Merging casper 1.123.
461   * Merging casper 1.122.
462   * Merging casper 1.121.
463   * Merging casper 1.120.
464
465   [ Chris Lamb ]
466   * 99hook: Download hook script from inside target filesystem
467
468  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Mar 2008 00:00:00 +0100
469
470 live-initramfs (1.119.1-1) unstable; urgency=medium
471
472   * Creating resolv.conf when netbooting not just when there's no
473     resolv.conf, but also when it is empty.
474   * Making hooks executable after fetching them.
475   * Removing disabling of kwallet.
476   * Merging casper 1.119.
477
478  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Mar 2008 00:00:00 +0100
479
480 live-initramfs (1.118.2-1) unstable; urgency=medium
481
482   [ Andrey Asadchev ]
483   * Explicitly set Xorg video driver.
484   * Patch to use cryptsetup volumes for persistent storage.
485
486   [ Daniel Baumann ]
487   * New upstream release.
488   * Fixing wrong email address in changelog (was bug in git-dch config).
489   * Bumping package to policy 3.7.3.
490   * Rewriting copyright in machine-interpretable format.
491   * Adding hook parameter to execute custom scripts.
492   * Adding plainroot.
493
494   [ Marco Amadori ]
495   * Now it includes lzma kernel module dependencies.
496
497  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Mar 2008 00:00:00 +0100
498
499 live-initramfs (1.118.1-1) unstable; urgency=medium
500
501   [ Daniel Baumann ]
502   * New upstream release.
503   * Adding direct depends to udev, thanks to Anton Lundin
504     <glance@acc.umu.se> (Closes: #452448).
505   * Merging casper 1.111.
506   * Bumping version to 1.110.1-1.
507   * Merging casper 1.112.
508   * Merging casper 1.113.
509   * Adjusting to live-initramfs.
510   * Bumping version to 1.113.1-1.
511   * Merging casper 1.114.
512   * Merging casper 1.115.
513   * Merging casper 1.116.
514   * Merging casper 1.117.
515   * Merging casper 1.118.
516   * Bumping version to 1.118.1-1.
517
518   [ Otavio Salvador ]
519   * debian: add mtd-tools as suggestion since it's required for jffs2
520     support
521   * hooks: include jffs2 kernel module on initramfs image
522   * live-snapshot: add support to use jffs2 images
523   * live: add support for jffs2 images and snapshots
524   * live-helpers: add jffs2 as a valid image
525   * live-snapshot.en.1: add ext3 and jffs2 images as valid options
526
527  -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 13:35:00 +0100
528
529 live-initramfs (1.110.7-1) unstable; urgency=medium
530
531   * New upstream release.
532   * Fixing fstab handling.
533   * Fixing regression from mounting the ow device on a nfs volume,
534     thanks to An-Cheng Huang <ancheng@vyatta.com>.
535
536  -- Daniel Baumann <daniel@debian.org>  Mon, 19 Nov 2007 00:00:00 +0100
537
538 live-initramfs (1.110.6-1) unstable; urgency=medium
539
540   * New upstream release.
541   * Preparing live-initramfs 1.110.6-1.
542   * Adding custom reportbug script.
543   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
544   * Adding checkbashsms call to test target of the Makefile as suggested
545     by Trent W. Buck <trentbuck@gmail.com>.
546
547  -- Daniel Baumann <daniel@debian.org>  Mon, 12 Nov 2007 00:00:00 +0100
548
549 live-initramfs (1.110.5-1) unstable; urgency=medium
550
551   * New upstream release.
552   * Preparing live-initramfs 1.110.5-1.
553   * Using kdm initscript autologin overrides, thanks to Kel Modderman
554     <kel@otaku42.de>.
555   * Setting the kdm language, thanks to Jordi Pujol
556     <jordi_pujol@telefonica.net>.
557   * Adding files to the live filesystem according to the MAC number,
558     thanks to Jordi Pujol <jordi_pujol@telefonica.net>.
559   * Fixing some coding style issues.
560
561  -- Daniel Baumann <daniel@debian.org>  Mon,  5 Nov 2007 00:00:00 +0100
562
563 live-initramfs (1.110.4-1) unstable; urgency=medium
564
565   [ Daniel Baumann ]
566   * New upstream release.
567   * Preparing live-initramfs 1.110.3-1.
568   * Correcting homepage field.
569   * Correcting vcs fields.
570
571   [ Jesse Hathaway ]
572   * add support for mounting the cow device on an nfs volume
573
574  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Oct 2007 00:00:00 +0100
575
576 live-initramfs (1.110.3-1) unstable; urgency=medium
577
578   [ Daniel Baumann ]
579   * New upstream release.
580   * Preparing live-initramfs 1.110.3-1.
581   * Removing ubuntu support.
582
583   [ Alex Owen ]
584   * Fix typo to get serial console to work
585
586   [ Jesse Hathaway ]
587   * add support for exposedroot option for live-helper
588
589  -- Daniel Baumann <daniel@debian.org>  Mon, 22 Oct 2007 00:00:00 +0200
590
591 live-initramfs (1.110.2-1) unstable; urgency=medium
592
593   * New upstream release.
594   * Preparing live-initramfs 1.110.2-1.
595   * Fixing typing error.
596   * Removing nodiratime as it is already included in noatime, thanks to Kel
597     Modderman <kel@otaku42.de>.
598
599  -- Daniel Baumann <daniel@debian.org>  Mon, 15 Oct 2007 00:00:00 +0200
600
601 live-initramfs (1.110.1-1) unstable; urgency=medium
602
603   * New upstream release.
604   * Preparing live-initramfs 1.107.2-1.
605   * Also using nodiratime, not just noatime.
606   * Merging casper 1.108.
607   * Adjusting to live-initramfs.
608   * Merging casper 1.109.
609   * Adjusting to live-initramfs.
610   * Merging casper 1.110.
611   * Adjusting to live-initramfs.
612   * Bumping version to 1.110.1-1.
613
614  -- Daniel Baumann <daniel@debian.org>  Mon,  8 Oct 2007 00:00:00 +0200
615
616 live-initramfs (1.107.1-1) unstable; urgency=medium
617
618   * New upstream release.
619   * Preparing live-initramfs 1.102.4-2.
620   * Replacing backticks with POSIX expression.
621   * Consistently using curly brackets for variables.
622   * Fixing bashism.
623   * Merging casper 1.105.
624   * Adjusting to live-initramfs.
625   * Bumping version to 1.105.1-1.
626   * Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move
627     cow mount rather than binding it on /live/cow. This prevents the
628     /cow mount showing up in /proc/mounts.
629   * Merging casper 1.106.
630   * Adjusting to live-initramfs.
631   * Bumping version to 1.106.1-1.
632   * Fixing wrong homepage field.
633   * Fixing typing error.
634   * Merging casper 1.107.
635   * Bumping version to 1.107.1-1.
636
637  -- Daniel Baumann <daniel@debian.org>  Mon,  1 Oct 2007 00:00:00 +0200
638
639 live-initramfs (1.104.1-1) unstable; urgency=medium
640
641   * New upstream release.
642
643  -- Daniel Baumann <daniel@debian.org>  Mon, 24 Sep 2007 00:00:00 +0200
644
645 live-initramfs (1.102.1-1) unstable; urgency=medium
646
647   * New upstream release.
648
649  -- Daniel Baumann <daniel@debian.org>  Mon, 17 Sep 2007 00:00:00 +0200
650
651 live-initramfs (1.99.2-1) unstable; urgency=medium
652
653   * New upstream release:
654     - Contains patch from Jim Paris <jim@jtan.com> to fix wrong ipconfig usage
655       (Closes: #440235).
656
657  -- Daniel Baumann <daniel@debian.org>  Mon, 10 Sep 2007 00:00:00 +0200
658
659 live-initramfs (1.99.1-1) unstable; urgency=medium
660
661   * New upstream release.
662
663  -- Daniel Baumann <daniel@debian.org>  Mon,  3 Sep 2007 00:00:00 +0200
664
665 live-initramfs (1.96.2-1) unstable; urgency=medium
666
667   * New upstream release.
668
669  -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 00:00:00 +0200
670
671 live-initramfs (1.96.1-1) unstable; urgency=medium
672
673   * New upstream release.
674
675  -- Daniel Baumann <daniel@debian.org>  Mon, 20 Aug 2007 00:00:00 +0200
676
677 live-initramfs (1.95.3-1) unstable; urgency=medium
678
679   * New upstream release.
680
681  -- Daniel Baumann <daniel@debian.org>  Mon, 13 Aug 2007 00:00:00 +0200
682
683 live-initramfs (1.95.2-1) unstable; urgency=medium
684
685   * New upstream release.
686
687  -- Daniel Baumann <daniel@debian.org>  Mon,  6 Aug 2007 00:00:00 +0200
688
689 live-initramfs (1.95.1-1) unstable; urgency=medium
690
691   * New upstream release.
692
693  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Jul 2007 00:00:00 +0200
694
695 live-initramfs (1.91.6-1) unstable; urgency=medium
696
697   * New upstream release.
698
699  -- Daniel Baumann <daniel@debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
700
701 live-initramfs (1.91.5-1) unstable; urgency=medium
702
703   * New upstream release.
704
705  -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jul 2007 00:00:00 +0200
706
707 live-initramfs (1.91.4-1) unstable; urgency=medium
708
709   * New upstream release:
710     - Dropping transitional package, not needed anymore.
711
712  -- Daniel Baumann <daniel@debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
713
714 live-initramfs (1.91.3-1) unstable; urgency=medium
715
716   * New upstream release.
717
718  -- Daniel Baumann <daniel@debian.org>  Mon,  2 Jul 2007 00:00:00 +0200
719
720 live-initramfs (1.91.2-1) unstable; urgency=medium
721
722   * New upstream release.
723
724  -- Daniel Baumann <daniel@debian.org>  Mon, 25 Jun 2007 00:00:00 +0200
725
726 live-initramfs (1.91.1-1) unstable; urgency=medium
727
728   * New upstream release.
729
730  -- Daniel Baumann <daniel@debian.org>  Mon, 18 Jun 2007 00:00:00 +0200
731
732 live-initramfs (1.90.1-1) unstable; urgency=medium
733
734   * New upstream release.
735
736  -- Daniel Baumann <daniel@debian.org>  Mon, 11 Jun 2007 00:00:00 +0200
737
738 live-initramfs (1.87.6-1) unstable; urgency=medium
739
740   * New upstream release.
741
742  -- Daniel Baumann <daniel@debian.org>  Mon,  4 Jun 2007 00:00:00 +0200
743
744 live-initramfs (1.87.5-1) unstable; urgency=medium
745
746   * New upstream release, replacing casper.
747
748  -- Daniel Baumann <daniel@debian.org>  Mon, 28 May 2007 00:00:00 +0200
749
750 live-initramfs (1.87.4-1) unstable; urgency=medium
751
752   * New upstream release.
753
754  -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 00:00:00 +0200
755
756 live-initramfs (1.87.3-1) unstable; urgency=medium
757
758   * New upstream release.
759
760  -- Daniel Baumann <daniel@debian.org>  Mon, 14 May 2007 00:00:00 +0200
761
762 live-initramfs (1.87.2-1) unstable; urgency=low
763
764   * New upstream release.
765
766  -- Daniel Baumann <daniel@debian.org>  Mon,  7 May 2007 00:00:00 +0200
767
768 live-initramfs (1.87.1-1) unstable; urgency=low
769
770   * Initial release, forking casper.
771
772  -- Daniel Baumann <daniel@debian.org>  Mon, 30 Apr 2007 00:00:00 +0200