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