Adding casper 1.79+debian-1.
[live-boot-grml.git] / debian / changelog
1 casper (1.79+debian-1) unstable; urgency=low
2
3   * New Upstream release.
4   * Reverted: "Mount the first squashfs as /rofs."
5
6  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 16 Jan 2007 12:12:34 +0100
7
8 casper (1.77+debian-6) unstable; urgency=medium
9
10   * Improved snapshots features (even still experimental).
11   * Added "live-media-offset=BYTES" boot param, to enable "hiding"
12     feature, thanks to Sebastien Raveau <sebastien.raveau@epita.fr>.
13   * Now it creates /etc/resolv.conf if netbooted.
14
15  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  1 Dec 2006 17:43:30 +0100
16
17 casper (1.77+debian-5) unstable; urgency=low
18
19   * Fixed preseeding locale and keyboard's variant and options.
20   * Reorganized scans of /proc/cmdline.
21   * Improved manpages, thanks to Oliver Osburg for syntax corrections.
22   * Added "nopersistent" boot option to disable the "persistent" boot param.
23   * Added "xdebconf" boot option, that uses xdebconfigurator on the
24     rootfs to configure X (experimental).
25
26  -- Marco Amadori <marco.amadori@gmail.com>  Mon, 20 Nov 2006 22:12:18 +0100
27
28 casper (1.77+debian-4) unstable; urgency=medium
29
30   * Removed -phigh from casper-reconfigure, not needed anymore.
31   * Fixed netboot /etc/network/interfaces generation, thanks to Hadar
32     <whadar@gmail.com>.
33   * Fixed X keyboard setup. Thanks to <ascii_77@yahoo.fr> for the idea.
34   * Fixed keyboard setup.
35   * Allow commandline-device to show up late, thanks to Bas Wijnen
36     <wijnen@debian.org> for the code and the care (Closes: #397320).
37   * Urgency is set to medium to try reaching Etch with important
38     features/bugfixes.
39
40  -- Marco Amadori <marco.amadori@gmail.com>  Mon,  6 Nov 2006 19:00:29 +0100
41
42 casper (1.77+debian-3) unstable; urgency=medium
43
44   * Fixed "todisk=" parsing.
45   * Urgency is set to medium to try reaching Etch with important
46     features/bugfixes.
47
48  -- Marco Amadori <marco.amadori@gmail.com>  Wed,  1 Nov 2006 11:15:56 +0100
49
50 casper (1.77+debian-2) unstable; urgency=medium
51
52   [ Marco Amadori ]
53   * Improved snapshotting (but still experimental).
54   * Renamed "host=" boot parameter to "hostname=" and shell variable "HOST" to
55     "HOSTNAME" for consistence, with linux and with username/USERNAME, as
56     requested by many people.
57   * Fixed a "keyb=" typo.
58   * Added dependence on lsb-base (used by init-script and
59     casper-snapshot).
60   * Removed DM support (obsolete).
61   * Changed a bit locale and keyboard handling.
62   * Fixed locale generation.
63   * Urgency is set to medium to try reaching Etch with important
64     features/bugfixes.
65  
66   [ Otavio Salvador ]
67   * Really lowered usplash conflicts since Debian doesn't has 0.4.
68
69  -- Marco Amadori <marco.amadori@gmail.com>  Mon, 30 Oct 2006 17:06:48 +0100
70
71 casper (1.77+debian-1) unstable; urgency=low
72
73   * New upstream release.
74   * Added snapshot persistence feature (copy on boot, sync on reboot) via
75     different ways: squashfs, cpio.gz, and block device filesystems.
76   * Added boot parameter "live-media=<device>" to force trying to boot from
77     a specified device.
78   * Added support for "todisk=<device>" to copy the live media to a
79     device filesystem, subsequent boots could use "live-media=<device>".
80   * Slightly polished locales and keyboards handling.
81   * Extendend manpages.
82   * Readded a missing "sleep 1", reworked how live_media is detected,
83     thanks to Bas Wijnen <wijnen@debian.org> for the reports.
84     (Closes: #394308, #394554).
85   * Reworked casper-getty system, thanks to Alex Owen (Closes: #394686).
86   * Postint now rebuild all initramfs.
87   * Casper now Recommends also squashfs-tools and genext2fs, maybe
88     needed by casper-snapshot.
89   * Lowered usplash requirements, since usplash 0.4 is not in debian
90     yet.
91
92  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 22 Oct 2006 20:25:38 +0200
93
94 casper (1.71+debian-1) unstable; urgency=low
95
96   * New upstream release.
97   * Added experimental casper-snapshot script and manpage.
98   * Tagged for debtags project.
99
100  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 28 Sep 2006 16:04:54 +0200
101
102 casper (1.68+debian-3) unstable; urgency=low
103
104   * Really add casper manpage (Closes: #389867).
105   * Lintian cleanness reached.
106
107  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 28 Sep 2006 12:36:29 +0200
108
109 casper (1.68+debian-2) unstable; urgency=low
110
111   * Changed "staticip=" boot param to just "ip=".
112   * Added a manpage for casper.
113   * Lintian cleanings.
114
115  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 26 Sep 2006 00:45:21 +0200
116
117 casper (1.68+debian-1) unstable; urgency=low
118
119   * New upstream release.
120   * Added static network configuration support.
121   * Fixed gnome-screensaver-lock differences between ubuntu.
122   * username, host, and userfullname are now also settable
123     via kernel parameters.
124
125  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  8 Sep 2006 11:26:02 +0200
126
127 casper (1.66+debian-1) unstable; urgency=low
128
129   * Added "magic" to make it work seamlessy also on ubuntu systems.
130   * Default user password now "live".
131
132  -- Marco Amadori <marco.amadori@gmail.com>  Fri,  1 Sep 2006 17:18:07 +0200
133
134 casper (1.65+debian-1) unstable; urgency=low
135
136   * New upstream release.
137   * Re-included ubiquity sources since it is here anyway in diff.gz.
138   * Included remote getty patch from Alex Owen (enable it with "casper-getty"
139     as kernel parameter).
140
141  -- Marco Amadori <marco.amadori@gmail.com>  Thu, 17 Aug 2006 14:06:10 +0200
142
143 casper (1.63+debian-3) unstable; urgency=low
144
145   * Really do not try to eject cd if netbooted.
146   * Fixed unionfs ro param in case of nfs netboot (Closes: 383346).
147
148  -- Marco Amadori <marco.amadori@gmail.com>  Wed, 16 Aug 2006 20:10:11 +0200
149
150 casper (1.63+debian-2) unstable; urgency=low
151
152   * Working netboot support (Closes: #380506).
153   * Polished kernel parameters parsing a bit.
154
155  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 13 Aug 2006 15:52:14 +0200
156
157 casper (1.63+debian-1) unstable; urgency=low
158
159   [Marco Amadori]
160   * New upstream release.
161   * Fixed upstream changelog.
162   * Really fixed the user password issue, now really "debian".
163   * Reincluded casper-md5ckeck in debian/rules and 05mountpoints in
164     script/casper-bottom.
165   * Rewrote netboot support now will support all types of rootfs file images
166     (not only plain dirs) like cd/dvd one.
167   * Included a fix for USB by Davide Natalini <davide.natalini@studio.unibo.it>
168   * Included support for plain directory as RO rootfs.
169   * Removed xfs support (not implemented in make-live, maybe useless).
170
171   [Alex Owen]
172   * Added NFS netboot support (Closes: #380506).
173   * Fixed /etc/inittab editing (Closes: #380488).
174   * Do not try to eject cd if netbooted (Closes: #380502).
175
176   [Daniel Baumann]
177   * Minor debian/rules reordering.
178   * Changed "Section:" from "admin" to "misc".
179
180  -- Marco Amadori <marco.amadori@gmail.com>  Sun, 30 Jul 2006 19:10:23 +0200
181
182 casper (1.61+debian-2) unstable; urgency=low
183
184   * Set password for user to 'debian'.
185
186  -- Daniel Baumann <daniel@debian.org>  Wed, 19 Jul 2006 20:56:00 +0200
187
188 casper (1.61+debian-1) unstable; urgency=low
189
190   [ Daniel Baumann ]
191   * Rebuild tarball without debian directory.
192   * Using dpatch for upstream modifications.
193   * Added patch for proper GDM autologin from Arnaud Cornet
194     <arnaud.cornet@gmail.com>.
195
196   [ Marco Amadori ]
197   * New upstream release (Resynced with 1.61, bzr 258).
198   * Usb discover patch from Malcom Gilles <live@ouabain.org>.
199  -- Marco Amadori <marco.amadori@gmail.com>  Tue, 18 Jul 2006 23:34:59 +0200
200
201 casper (1.59+debian-1) unstable; urgency=low
202
203   [ Daniel Baumann ]
204   * Upload to unstable (Closes: #354539).
205
206   [ Marco Amadori ]
207   * Added possibility to set locale on chroot, not only at runtime.
208   * Removed "persistent" wait.
209   * Fixed persistence lock and added "homepersistence" boot parameter.
210   * Updated locales handling to latest debian policy.
211   * Cleanups
212
213  -- Daniel Baumann <daniel@debian.org>  Thu, 22 Jun 2006 06:21:00 +0200
214
215 casper (1.59+debian-0) UNRELEASED; urgency=low
216
217   * Added "toram" boot parameter.
218   * Extendend fs support to ext2 and xfs file image.
219   * Changed debian-inexistant "-Q" modprobe option with "-q".
220   * Removed ubiquity code.
221   * USERNAME and HOST defaulted to "debian".
222   * Preliminary netboot (cifs) patch by  
223     "Jason D. Clinton" <me@jasonclinton.com>
224   * Lowered dependence of dmsetup code (now only Suggests).
225   * Checks for replacing "udevplug" (ubuntu-only) with "udevtrigger".
226   * Reworked xorg and anacron patches from  
227     Frederic Lehobey <Frederic.Lehobey@free.fr>.
228   * scripts/casper-bottom/10adduser: configuring only the $USERNAME for sudo
229       instead of group 'admin'.
230
231  -- Marco Amadori <marco.amadori@gmail.com>  Fri, 16 Jun 2006 11:01:48 +0200