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