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