bcf7eba333092312717973db2deb3972aa980980
[grml-live.git] / debian / changelog
1 grml-live (0.0.10) unstable; urgency=low
2
3   * Drop patches which are part of FAI 3.2.3 now. Depend on
4     FAI version 3.2.3 therefor.
5   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
6     Quoting the NEWS file of FAI:
7     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
8     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
9       will be copied to the path above at the end of an installation
10   * Log the executed FAI command line to /var/log/grml-live.log.
11   * No longer update chroot system via instsoft.GRMLBASE as FAI
12     should do that now.
13   * New option '-C <configuration_file>' for specifying a configuration
14     file. Needs heavy testing though, because the files are updated
15     during runtime it isn't as easy as expected to be. :-/
16   * Do not enable apt-listbugs if the binary is not available.
17     [Testing: issue340]
18   * Add keychain package to GRML_MEDIUM.
19   * Add keychain package to GRML_SMALL.
20   * Add new packages to GRML_FULL:
21     - aosd-cat
22   * Do not create /etc/sysconfig/network-scripts and
23     /etc/sysconfig/provider any longer in cleanup script.
24   * Fix typo in bootsplash f3 (thanks, jimmy).
25   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
26     isolinyx/syslinux/grub configuration because getbootparam
27     of grml-autoconfig requires a whitespace inside /proc/cmdline.
28   * Support grml2ram bootoption inside isolinyx/syslinux/grub
29     configuration.
30
31  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
32
33 grml-live (0.0.9) unstable; urgency=low
34
35   * Remove all files inside /root/ when using class RELEASE.
36   * Disable apt-listbugs in [soft]update.
37   * Fix 'dependency problems' handling in buildd functions.
38   * Add buildd/remove_isos.sh to remove generated ISOs.
39   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
40   * Set hostname in instsoft-hook already.
41   * Add user (grml) to all relevant groups.
42   * Improve initrd+kernel copy process: ignore .bak files (and get rid
43     of them) and copy always exactly one image.
44   * Add new packages to GRML_FULL:
45     - awesome
46     - cereal
47     - etckeeper
48     - hdapsd
49     - hdaps-utils
50     - libstdc++2.10-glibc2.2 [for better support of
51       binaries from commercial vendors; thanks to
52       Christian Hofstaedtler]
53     - mkelfimage
54     - runit
55     - rutilt
56     - supercat
57     - truecrypt-2.6.23-grml
58   * Drop centericq-common, centerim-common, irssi-text, rt2400
59     and rt2500 from GRML_FULL package list.
60
61  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
62
63 grml-live (0.0.8) unstable; urgency=low
64
65   * Copy /etc/resolv.conf to chroot in
66     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
67     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
68   * Remove /var/run/fai/fai_softupdate_is_running and
69     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
70     (FAI's softupdate currently does not clean up when canceling
71     the process.)
72   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
73     softupdate action.
74   * Remove /var/log/fai/* in class RELEASE.
75   * Generate md5sum of windows binaries.
76   * Upgrade via aptitude [safe-]upgrade in update process.
77   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
78     /etc/grml/fai/grml/grml_cleanup_chroot.online
79   * Edit /etc/apt/apt.conf inside
80     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
81     once.
82   * Make the log checks inside grml-live aware of the update
83     log-directory /var/log/fai/current.
84   * Use strings instead of --help to detect support of safe-upgrade
85     inside aptitude, otherwise it might fail due to unavailable shared libs.
86   * Configure (enable) apt-listchanges + apt-listbugs via
87     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
88   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
89   * Add new packages to GRML_FULL:
90     - acx100-2.6.23-grml
91     - bcm5700-module-2.6.23-grml
92     - dzen2
93     - drbd8-2.6.23-grml
94     - exmap-modules-2.6.23-grml
95     - fglrx-kernel-2.6.23-grml
96     - iscsitarget-2.6.23-grml
97     - ivtv-modules-2.6.23-grml
98     - ivtv-utils
99     - libacme-bleach-perl
100     - libacme-eyedrops-perl
101     - libacme-smirch-perl
102     - libpam-chroot
103     - libpam-devperm
104     - libpam-dotfile
105     - libpam-krb5
106     - libpam-modules
107     - libpam-mount
108     - libpam-pwgen
109     - libpam-smbpass
110     - libpam-ssh
111     - libpam-tmpdir
112     - libtool
113     - ndiswrapper-modules-2.6.23-grml
114     - openafs-modules-2.6.23-grml
115     - tp-smapi-modules-2.6.23-grml
116   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
117     Tom Asbury).
118   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
119     in a very smooth shape).
120
121  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
122
123 grml-live (0.0.7) unstable; urgency=low
124
125   The "holidays? what? are you joking?!"-release.
126
127   * Added FAI patches to /usr/share/grml-live/patches/ - it's
128     recommended to apply the patches to FAI until they are accepted
129     upstream. See Debian's BTS for more details: #444210, #447080
130     and #448426.
131   * Support option '-u' for updating system.
132   * Reworked buildd concept.
133     - Now we have a seperate
134       /usr/share/grml-live/buildd/functions.sh for generic stuff
135       and /etc/grml/grml-buildd.conf as configuration file.
136     - Use grml-buildd.{stdout,stderr} instead of
137       grml-live.{stdout,stderr} as log files.
138     - buildd/functions.sh: do not mv files if there was an error
139       during grml-live execution
140     - do not re-execute grml-live is the target ISO exists already
141   * Update zsh completion - thanks to Frank Terbeck!
142   * Set /etc/grml_version of live-system to the according value.
143     [Closes: issue322]
144   * Support setting /etc/debian_chroot inside chroot (useful if
145     building fails and manual interaction is needed).
146   * Log to /var/log/grml-live.log by default now and support
147     $ZERO_LOGFILE for cleaning up logs.
148   * Added new grml-repository named grml-live which is intented
149     to fix issues from Debian for grml-live builds. It is automatically
150     activated if you are building against unstable/sid and should
151     be used manually only if you realy know what you are doing.
152     Notice: if something fails inside building the base chroot/
153     debootstrap system we can't do anything via grml-live for you
154     right now. Instead grab the base.tgz from http://daily.grml.org/
155   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
156     for comparing two repositories.
157   * Replaced /etc/grml/fai/files/etc/apt/preferences
158     with /etc/grml/fai/apt/preferences so grml-live repository
159     can be used and configured at a single place.
160   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
161     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
162     later again.
163   * Display version number of grml-live.
164   * Log executed grml-live command line.
165   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
166     by default.
167   * Disable Recommends inside chroot installation.
168   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
169     for xserver-xorg package via debconf to work around #448863.
170   * Use "newest" kernel only if two kernels are present in the chroot.
171   * Set $SECONDS to unknown if $start_seconds is not set.
172   * Log closing signs (----...) via bailout to make sure they are
173     always set - even when exiting with an error.
174   * Check for presence of /bin/zsh before setting default shell in
175     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
176   * Check for locales/localepurge before using them in
177     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
178   * Add new packages to GRML_FULL:
179     - bittwist
180     - ldnsutils
181     - libpam-thinkfinger
182     - linux-wlan-ng-modules-2.6.23-grml
183     - madwifi-modules-2.6.23-grml
184     - netrw
185     - rt73-module-2.6.23-grml
186     - thinkfinger-tools
187     - tra
188   * Drop idn from GRML_FULL.
189   * Add new packages to GRML_MEDIUM:
190     - alsa-base
191     - alsa-tools
192     - alsa-utils
193     - ed
194     - pcmciautils
195     - Update kernel version to 2.6.23-grml
196     - replace dhcp-client with dhcp3-client
197   * Add ed package to GRML_SMALL and replace dhcp-client with
198     dhcp3-client.
199   * Use new kernel version 2.6.23-grml64 for amd64.
200
201  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
202
203 grml-live (0.0.6) unstable; urgency=low
204
205   * New option "-a" for setting architecture. This allows building
206     grml(32) on amd64.
207   * Fix stderr redirection in "/usr/sbin/fai already running..."
208   * Update /etc/grml/fai/make-fai-nfsroot.conf
209   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
210     for grml-live instead of /var/log/grml-live.log so it's easier
211     to track.
212   * Update of buildd scripts: main configuration file main.sh
213     which provides all the build stuff inside separate functions.
214   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
215     from subkeys.pgp.net fails.
216   * Improve check for kernel version inside
217     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
218   * Work around #353967 for Debian/etch in
219     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
220   * Add new packages to GRML_FULL:
221     - ghostscript (and get rid of gs, gs-common, gs-esp)
222     - mr
223
224  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
225
226 grml-live (0.0.5) unstable; urgency=low
227
228   * Add new scripts to /usr/share/grml-live/examples/buildd/:
229     - grml-live_autobuild_grml-small_etch.sh
230     - grml-live_autobuild_grml-small_sid.sh
231     - grml-live_autobuild_grml64-small_etch.sh
232     - grml-live_autobuild_grml64-small_sid.sh
233   * Some more FAI error checking.
234   * Updated buildd scripts (better subject handling).
235   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
236     Restore usual Debian behaviour at the end using
237     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
238   * Add new scripts for retreiving bugs via apt-listbugs
239     and storing package selection inside log directory.
240     This has been integrated in a new class named "RELEASE".
241   * Added support for new kernel version 2.6.23-grml to
242     GRML_FULL.
243   * Use uxterm as x-terminal-emulator and fall back to xterm
244     only it uxterm is not available.
245   * Support /etc/locale.gen.grml - it's used by default in
246     class GRML_FULL and a new class named LOCALES.
247   * Work around #443481 (bug inside snort) for Debian etch
248     via using /etc/snort/snort.common.parameters (thanks for
249     the idea, Thomas Lange!)
250   * Do not exit with an error code if /usr/include/linux is NOT
251     a symlink to /usr/src/linux/include/linux but keep it as
252     a warning instead.
253   * Log executed grml-live command.
254   * Re-enable problematic packages that have been fixed:
255     - apt-listbugs (fixed via manual interaction in scripts)
256     - gsm-utils (#353967)
257     - snort (#443481)
258     - wvdial (fixed via debconf)
259   * Add new packages to GRML_FULL:
260     - ack-grep
261     - mailplate
262     - pristine-tar
263
264  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
265
266 grml-live (0.0.4) unstable; urgency=low
267
268   * The -t option for specifying the output directory has been
269     renamed into -o. The option -t now specifies the place where
270     templates for building the ISO can be found.
271   * Option -t can be used for specifying the template directory.
272     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
273   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
274   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
275     - disable pipeline workaround 
276     - create /dev/MAKEDEV in chroot to work around the
277       "./MAKEDEV: No such file or directory" problem of some packages
278   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
279     dangerous because of automatic removal of the files/dirs via fai.
280   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
281     I386/AMD64 classes in the docs.
282   * Add new packages to GRML_FULL:
283     - tgt: Linux target framework user-space tools
284     - paperkey: extract just the secret information out ouf OpenPGP keys
285     - gitpkg: helper scripts for maintaining packages with git
286     - iscsitarget: iSCSI Enterprise Target userland tools
287     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
288   * Set $HOSTNAME to according hostname via
289     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
290   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
291   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
292     available). 
293   * Check for presence of the initrd.
294   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
295   * Add /usr/share/grml-live/examples/buildd/
296
297  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
298
299 grml-live (0.0.3) unstable; urgency=low
300
301   * Support for setting GRML_NAME (like grml vs. grml-small
302     vs grml64 vs...)
303   * Drop the character limits of $VERSION and $RELEASENAME.
304   * Make sure $SECONDS is set before outputting the runtime.
305   * Unify usage of i386_files, place all template files in
306     directory templates now.
307   * Improve portability of linux headers cleanup inside
308     grml_cleanup_chroot.
309   * Provide class GRML_SMALL and rename old GRML_SMALL into
310     GRML_MEDIUM.
311   * Do not install kernel via GRMLBASE but via GRML_* classes
312     instead so we have only one single kernel on the system
313     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
314   * Use grml-live.log as logfile.
315   * Added vim to GRML_MEDIUM package list.
316
317  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
318
319 grml-live (0.0.2) unstable; urgency=low
320
321   * Add support for amd64.
322   * Update and extend documentation.
323   * Bugfix: Make sure $LOGDIR exists.
324   * fai dirinstall: set hostname via $HOSTNAME
325
326  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
327
328 grml-live (0.0.1) unstable; urgency=low
329
330   * Initial release.
331
332  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
333