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