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