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