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