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