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