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