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