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