Releasing debian version 3.0~a4-1.
[live-boot-grml.git] / debian / changelog
1 live-boot (3.0~a4-1) experimental; urgency=low
2
3   * Exiting with 0 in live-boot bug script (Closes: #595262).
4   * Using boot.d instead of boot.conf.d as directory name for custom
5     configuration files.
6
7  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 22:46:45 +0200
8
9 live-boot (3.0~a3-1) experimental; urgency=low
10
11   * Updating seperators in networking bottom script to fix ip parameter
12     parsing (Closes: #590494).
13   * Updating live-build reference in manpages.
14   * Adding reference to live-tools in manpages.
15   * Checking for file existence in initramfs hook (Closes: #595264).
16
17  -- Daniel Baumann <daniel@debian.org>  Thu, 02 Sep 2010 18:28:40 +0200
18
19 live-boot (3.0~a2-1) experimental; urgency=low
20
21   [ Daniel Baumann ]
22   * Removing old and unmaintained po files.
23   * Adding reformated patch from Stephan Hermann <sh@sourcecode.de>
24     based on the work of Holger Fischer <hoo.mb@web.de> to add support
25     for BOOTIF in cases where pxelinux is being used with IPAPPEND
26     (Closes: #593284).
27
28   [ Steven Shiau ]
29   * Making multiple connected NICs work.
30
31   [ Michael Prokop ]
32   * Adding workaround for aufs issue in kernel versions around 2.6.33.
33
34   [ Daniel Baumann ]
35   * Using allow-hotplug instead of auto in automatically created
36     /etc/network/interfaces file.
37
38  -- Daniel Baumann <daniel@debian.org>  Wed, 01 Sep 2010 18:27:33 +0200
39
40 live-boot (3.0~a1-1) experimental; urgency=low
41
42   * Switching to source format 3.0 (quilt).
43   * Removing live-initramfs transitional package.
44   * Removing lenny support.
45
46  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 02:02:39 +0200
47
48 live-boot (2.0.0-1) unstable; urgency=low
49
50   * Updating debian-installer languagelist.
51   * Moving configs to etc directory within the source tree.
52   * Removing old docs.
53
54  -- Daniel Baumann <daniel@debian.org>  Tue, 10 Aug 2010 01:48:01 +0200
55
56 live-boot (2.0~a16-1) unstable; urgency=high
57
58   [ Daniel Baumann ]
59   * Adding support for resolving DNS names from initramfs, thanks to
60     Michal Suchanek <hramrach@centrum.cz> for initial patch which this
61     is based on (Closes: #589659).
62   * Don't fail in Makefile when there's no checkbashism.
63   * Updating package to standards version 3.9.1.
64
65   [ Michal Suchanek ]
66   * Fix omitpids to work with readonly images.
67
68  -- Daniel Baumann <daniel@debian.org>  Wed, 28 Jul 2010 20:17:11 +0200
69
70 live-boot (2.0~a15-1) unstable; urgency=low
71
72   * Making inclusion of languagelist conditional in live hook.
73   * Updating depends of live-initramfs transitional package to reflect
74     relaxed backend depends.
75
76  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 17:19:16 +0200
77
78 live-boot (2.0~a14-1) unstable; urgency=low
79
80   * Improving backend dependencies (Closes: #589326).
81
82  -- Daniel Baumann <daniel@debian.org>  Sat, 17 Jul 2010 00:37:33 +0200
83
84 live-boot (2.0~a13-1) unstable; urgency=low
85
86   * Listing fromiso parameter in manpage (Closes: #588667).
87   * Improving test targets in Makefile a bit.
88   * Improving clean target in manpages Makefile a bit.
89   * Adding Chris in copyright file (for live-snapshot that is).
90
91  -- Daniel Baumann <daniel@debian.org>  Thu, 15 Jul 2010 19:31:03 +0200
92
93 live-boot (2.0~a12-1) unstable; urgency=low
94
95   [ Daniel Baumann ]
96   * Adding preparations for booting through syslinux memdisk.
97
98   [ Marco Amadori ]
99   * Avoiding using busybox cpio applet, this should fix snapshot
100     restore.
101   * Do not print misleading debug message if the snapshot was found
102     correctly.
103   * Removing unreachable code in ethdevice argument handling (Closes:
104     #588307).
105
106   [ Daniel Baumann ]
107   * Adding btrfs support.
108   * Updating package to standards version 3.9.0.
109
110  -- Daniel Baumann <daniel@debian.org>  Wed, 07 Jul 2010 20:13:54 +0200
111
112 live-boot (2.0~a11-1) unstable; urgency=low
113
114   * Updating lintian overrides.
115   * Adding missing depends in live-boot on its backend package.
116   * Removing noautologin parameter from live script, this functionallity
117     was moved to live-config.
118
119  -- Daniel Baumann <daniel@debian.org>  Sun, 20 Jun 2010 19:14:05 +0200
120
121 live-boot (2.0~a10-1) unstable; urgency=low
122
123   * Removing depends on live-config in live-boot.
124   * Adding live-config-sysvinit to depends of live-initramfs.
125   * Alternatively depend on busybox or busybox-initramfs on live-boot-
126     initramfs-tools.
127
128  -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jun 2010 21:52:57 +0200
129
130 live-boot (2.0~a9-1) unstable; urgency=low
131
132   [ Michal Suchanek ]
133   * Fix missing log_end_msg in live-boot.init.
134
135  -- Daniel Baumann <daniel@debian.org>  Fri, 11 Jun 2010 18:42:23 +0200
136
137 live-boot (2.0~a8-1) unstable; urgency=low
138
139   * Removing serialtty bottom script.
140   * Removing compcache configuration file.
141   * Removing options that are now in live-config from parameters.txt.
142
143  -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jun 2010 12:38:52 +0200
144
145 live-boot (2.0~a7-1) unstable; urgency=low
146
147   [ Michal Suchanek ]
148   * Adding initial iSCSI boot support.
149   * Really set NETBOOT with iSCSI.
150   * Document iscsi in the man page.
151
152   [ Daniel Baumann ]
153   * Removing xconfig, xdriver, and xvideomode scripts, live-config takes
154     care about that now.
155
156  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 20:22:33 +0200
157
158 live-boot (2.0~a6-1) unstable; urgency=low
159
160   [ Daniel Baumann ]
161   * Updating update-version script.
162   * Updating update-version script.
163   * Removing keyboard bottom script, live-config takes care about that
164     now.
165   * Removing getty and login wrappers, live-config takes care about that
166     now.
167   * Removing configure_init bottom script, live-config takes care about
168     that now.
169
170   [ Michal Suchanek ]
171   * Moving check for iso image in initscript from the start to the end
172     before ejecting media.
173   * Using sendsigs.omit to avoid killing / (Closes: #584690).
174
175  -- Daniel Baumann <daniel@debian.org>  Tue, 08 Jun 2010 06:03:21 +0200
176
177 live-boot (2.0~a5-1) unstable; urgency=low
178
179   [ Michal Suchanek ]
180   * Fixing http boot:
181
182   [ Daniel Baumann ]
183   * Ammending 2.0~a3-1 changelog entry with bug number.
184
185   [ Michal Suchanek ]
186   * Adding support for booting iso images over http or wget.
187
188   [ Daniel Baumann ]
189   * Renaming internal ext_mountpoint variable to alt_mountpoint for
190     clarity.
191
192   [ Michal Suchanek ]
193   * Removing leftover url= option, this ain't gonna work this way, see
194     fetch=.
195   * Adding DHCP debugging option.
196   * Updating docs wrt/ httpfs.
197
198   [ Daniel Baumann ]
199   * Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of
200     live-config.
201   * Removing apt_cdrom bottom script, not used anyway.
202   * Removing some boot parameters obsoleted by live-config.
203
204  -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 14:13:10 +0200
205
206 live-boot (2.0~a4-1) unstable; urgency=low
207
208   * Removing obsolete boot parameter from manpages.
209   * Running checkbashisms with -f and -x in Makefile.
210
211  -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jun 2010 22:47:20 +0200
212
213 live-boot (2.0~a3-1) unstable; urgency=low
214
215   * Removing umountfs bottom script, not needed anymore (see #518463).
216
217  -- Daniel Baumann <daniel@debian.org>  Sun, 30 May 2010 09:28:32 +0200
218
219 live-boot (2.0~a2-1) unstable; urgency=low
220
221   * Removing locales  bottom script, now handled by live-config.
222   * Simplyfing makefile a bit.
223
224  -- Daniel Baumann <daniel@debian.org>  Thu, 27 May 2010 22:42:36 +0200
225
226 live-boot (2.0~a1-1) experimental; urgency=low
227
228   * Initial release.
229
230  -- Daniel Baumann <daniel@debian.org>  Mon, 24 May 2010 10:46:39 +0200