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