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