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