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