Generate output path for template files
[grml.org.git] / changelogs / README-grml-2009.05 / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Release Notes: grml 2009.05 - Codename Lackdose-Allergie</title>
5 <meta name="Title" content="grml.org - Release Notes: grml 2009.05 Lackdose-Allergie" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Release Notes of grml 2009.05" />
9 <meta name="Abstract" content="grml, the linux live-cd for sysadmins and texttool users" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="http://www.grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 <?php include '../../static.inc'; ?>
24
25       <div class="content">
26
27         <p><a href="/screenshots/"><img align="right" style="margin-left: 20px;
28         border: 0" src="/screenshots/grml_2009.05.jpg" width="140" alt="*" /></a></p>
29
30         <h1>Release Notes for grml 2009.05 - codename <a
31         href="/faq/#releasename">Lackdose-Allergie</a></h1>
32
33         <h3>About</h3>
34
35         <p>grml is a Debian-based Live-CD. It includes a collection of GNU/Linux
36         software especially for system administrators and users of texttools.
37         grml provides automatic hardware detection. You can use grml for example
38         as a rescue system, for analyzing systems/networks or as a working
39         environment. It is not necessary to install anything to a harddisk, you
40         don't even need a harddisk to run it, unless you want to. Due to
41         on-the-fly decompression grml includes more than 2GB of software and
42         documentation on the CD.</p>
43
44         <h3>Main Bugfixes</h3>
45
46         <ul>
47
48           <li>improved localtime / utc / gmt handling (thanks to Thomas Lehmann for his work)
49
50           <li>vimrc: enable features (like syntax highlighting) only if available
51
52         </ul>
53
54         <p>Fixed several small bugs and issues reported on <a
55         href="http://wiki.grml.org/doku.php?id=grml_2008.11">grml_2008.11 @
56         grml-wiki</a> and in the <a href="http://bts.grml.org/grml/">bug
57         tracking system</a>.</p>
58
59         <h3>New features</h3>
60
61         <h4>Special new features:</h4>
62
63         <ul>
64
65           <li>bootoption <strong>persistent</a></strong>: use persistency
66           feature on grml, check out <a
67           href="http://wiki.grml.org/doku.php?id=persistency">the persistency
68           webpage in the grml wiki</a> for further details.
69
70           <li>bootoption <strong>findiso</strong>: dynamic version of bootoption
71           isofrom. findiso looks for the specified ISO file on all disks where
72           it usually looks for the .squashfs file (so you don't have to know the
73           device name compared to isofrom=...). Useful when booting from
74           harddisk. Usage example: 'grml findiso=/grml_2009.05.iso'
75
76           <li>bootoption <strong>bsd</strong>: boot minimal <a
77           href="https://www.mirbsd.org/">MirOS BSD</a> operating system.
78
79           <li>bootoption <strong>hdt</strong>: minimalistic <a href="http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)">hardware detection tool</a>
80
81           <li>bootoption <strong>readonly</strong>: mark ALL /dev/[hs]*dX devices
82           as read-only, this is important for forensic investigations and is automatically
83           activated when booting via 'forensic'
84
85           <li>bootoption <strong>hwspeak</strong>: probe all available
86           speakup hardware modules (hear all output directed to the console via
87           special hardware)
88
89           <li><a href="/zsh/">Zsh</a> supports <a
90           href="http://michael-prokop.at/blog/2009/05/30/directory-specific-shell-configuration-with-zsh/">directory
91           specific shell configuration</a>
92
93         </ul>
94
95         <h4>New grml-scripts:</h4>
96
97         <ul>
98
99           <li><strong>grml-chroot</strong>: wrapper around chroot with
100           proc/sys/pts/dev filesystem handling</li>
101
102           <li><strong>grml-exec-wrapper</strong>: simple but smart program
103           execution wrapper for executing commands which checks whether the
104           specified program is available at all</li>
105
106           <li><strong>swspeak-setup</strong>: activate software speak(up)
107           features (used within the swspeak bootoption)</li>
108
109         </ul>
110
111         <h4><a href="/grml2usb/">grml2usb</a> (install grml ISO(s) on usb device for booting):</h4>
112
113         <ul>
114
115           <li>fresh re-implementation from scratch
116
117           <li>featuring multi-ISO support
118
119           <li>providing support for additional bootoptions
120
121           <li>use of grub as default bootmanager (syslinux on request)
122
123           <li>automatic installation of a known-to-work MBR (master boot record)
124
125         </ul>
126
127         <p>Visit <a href="http://wiki.grml.org/doku.php?id=usb">the usb webpage
128         in the grml wiki</a> and <a href="/grml2usb/">grml.org/grml2usb</a> for
129         more details regarding grml2usb.</p>
130
131         <h4><a href="/grml-debootstrap/">grml-debootstrap</a> (wrapper around debootstrap for installing plain Debian via grml):</h4>
132
133         <ul>
134
135           <li>support setting Debian suite components (like main, contrib,...)
136           through $COMPONENTS
137
138           <li>support setting aptitude/apt-get options through $DPKG_OPTIONS.
139
140           <li>support selection of netinstall vs. local mirror in interactive
141           menu
142
143           <li>drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap as well as inside the chroot
144
145           <li>provide $MNTPOINT as environment variable for usage inside /etc/debootstrap/scripts/.
146
147           <li>bugfixes for software RAID handling
148
149           <li>and more updates... check out the <a
150           href="http://git.grml.org/?p=grml-debootstrap.git;a=blob;f=debian/changelog;hb=HEAD">Debian changelog</a> for details
151
152         </ul>
153
154         <p>Visit <a href="/grml-debootstrap/">grml.org/grml-debootstrap/</a> for more
155         details regarding grml-debootstrap.</p>
156
157         <h3>Kernel</h3>
158
159         <p>Based on vanilla kernel 2.6.28.10 including <a
160         href="/kernel/">several patches</a> and additional modules:</p>
161
162 <pre class="rahmen">
163   aufs drbd8 iscsitarget kqemu loop-aes lzma ndiswrapper openafs rt2400
164   rt73 sl-modem speakup squashfs sysprof tp-smapi virtualbox-ose-guest
165   xtables-addons
166 </pre>
167
168         <p>Visit <a href="/kernel/">grml.org/kernel/</a> for more details
169         regarding the grml-kernel.</p>
170
171          <h3>Important Changes</h3>
172
173          <ul>
174
175            <li><strong>speakup</strong>: modified bootoption for speakup (kernel
176            driver to hear all output directed to the console): use
177            speakup.synth=... for loading a specific module instead of
178            speakup_synth=... (notice the dot instead of '_'). Usage example:
179            speakup.synth=apollo.</li>
180
181            <li><strong>zshrc</strong>: setup merge of /etc/zsh/zshrc and
182            /etc/skel/.zshrc into one single file, check out <a
183            href="/zsh/#grmlzshrefcard">grml-zsh-refcard</a> for details.</li>
184
185            <li><strong>vimrc</strong>: disable digraph by default (it's
186            especially annoying for users not being aware of it)</li>
187
188            <li><strong>dillo</strong> was replaced with <strong>xlinks2</strong>
189            as dillo's dependency libgtk1.2 was removed from Debian/unstable</li>
190
191            <li><strong>madwifi drivers</strong>: the madwifi drivers have been
192            replaced by the ath5k and ath9k kernel drivers of kernel 2.6.28.</li>
193
194          </ul>
195
196          <h3>Packages / Software</h3>
197
198          <p>Details about shipped packages and their versions on grml are
199          available at the <a href="/files/#debian">Debian section</a>. Visit <a
200          href="/files/release-2009.05/dpkg_get_selections">dpkg_get_selections</a>
201          for a main package listing and <a
202            href="/files/release-2009.05/dpkg_list">dpkg_list</a> for a more
203            detailed list of packages shipped with grml 2009.05.</p>
204
205          <h3>Updates</h3>
206
207          <p>Updated all packages to Debian Unstable branch by 19th of may
208          2009 (plus some further selected updates).</p>
209
210          <p>Removed 82 packages (excluding lib* and *2.6.26-grml*) - please
211          notice that some of them are available under
212          different names/in different packages:</p>
213
214 <pre class="rahmen">
215   *2.6.26-grml* lib*
216
217   bzr cheops cryopid cupsddk cupsddk-drivers cupsys cupsys-bsd cupsys-client
218   db4.3-util dillo dropbear elfkickers es fblogo firescope fragroute funionfs
219   g++-4.1 gcc-4.1 gdk-imlib11 gqcam gqview hdaps-utils honeyd hpijs hplip
220   hplip-data idswakeup ifupdown-scripts-zg2 igal imlib-base imlib11 ipset jmon
221   linux-wlan-ng lmbench lspowertweak madwifi-tools nemesis nttcp open-vm-tools
222   paketto potion powertweak-gtk powertweakd python-feedparser python-imaging
223   python-newt python-numeric python-pyogg python-urlgrabber sam shc shorewall
224   shorew all-common shorewall-shell sing sjog snort snort-common
225   snort-common-libraries snort-rules-default snownews stegdetect tetex-base tspc
226   ttf-bitstream-vera unionfs-tools vim-python vim-ruby waproamd xdialog xmove
227   xserver-xorg-input-elo2300 xserver-xorg-input-evtouch xserver-xorg-video-cyrix
228   xserver-xorg-video-i810 xserver-xorg-video-imstt xserver-xorg-video-ivtv
229   xserver-xorg-video-nsc xserver-xorg-video-vga xsteg
230 </pre>
231
232          <p>Added 28 new packages (exluding lib* and *2.6.28-grml*):</p>
233
234 <pre class="rahmen">
235   console-setup consolekit cowbuilder debsig-verify dvtm elfsh gcc-4.4-base
236   geeqie geeqie-common geoip-database gs-common icedax igal2 iw policykit
237   python-numpy python-repo rtbug sensible-utils speakup-tools tf tor-geoipdb
238   tsconf ttf-freefont u3-tool virtualbox-ose-guest-x11 xserver-common
239   xtables-addons-common
240 </pre>
241
242          <h3>Major changes since release 2008.11 (20081201)</h3>
243
244          <ul>
245
246            <li>Moritz Augsburger joined <a href="/team/">the grml-team</a>
247
248          </ul>
249
250          <h3>Known issues</h3>
251
252          <!--
253          <p>Take a look at <a
254            href="http://wiki.grml.org/doku.php?id=release_candidate">the release
255            candidate webpage in the grml-wiki</a>. Please report problems using
256          information on <a href="/bugs/">grml.org/bugs/</a>.</p>
257          -->
258
259          <p>Take a look at <a
260          href="http://wiki.grml.org/doku.php?id=grml_2009.05">grml_2009.05 @ grml-wiki</a>.
261          Please report problems using information on <a
262            href="/bugs/">grml.org/bugs/</a>.</p>
263
264          <h3>Download grml 2009.05</h3>
265
266          <p>grml 2009.05 can be downloaded from the mirrors listed on <a
267            href="/download/">grml.org/download/</a>.</p>
268
269          <h3>Feedback</h3>
270
271          <p>Your comments, bug reports, patches, and suggestions will help
272          fixing bugs and improving future releases. If you find a problem with
273          the release please check <a
274            href="http://wiki.grml.org/doku.php?id=grml_2009.05">grml_2009.05 @
275            grml-wiki</a> and report problems using information on <a
276            href="/bugs/">grml.org/bugs/</a>. Please send your feedback and
277          feature requests <a href="/contact/">to the grml-team</a>!</p>
278
279          <ul>
280            <li><a href="/contact/">grml.org/contact/</a>
281            <li><a href="/irc/">#grml on irc.freenode.org</a>
282          </ul>
283
284          <h3>Thanks</h3>
285
286          <p>Many thanks in this release go to Thomas Lehmann, Wernfried Haas,
287          Jan-Hendrik Zab, Christian Hofstaedtler, Ralf Moll, Marc Haber,
288          Thorsten Glaser, Lothar Speil, Michael Whapples, Andreas Korsten,
289          Baptiste Daroussin, Ulrich Dangel and Moritz Augsburger
290          for their contributions. Many thanks also to the ones of you who
291          <a href="/donations/">donated something to the grml-team</a> and
292          of course to all those who have sent feedback since the last
293          release!</p>
294
295          <h3>More Information</h3>
296
297          <p>You can find out more about grml on <a href="/">our website</a>, <a
298            href="/irc/">IRC channel</a>, and <a
299            href="http://wiki.grml.org/">wiki</a>.
300
301          <p>To sign up for future grml announcements, please subscribe to <a
302            href="http://lists.mur.at/mailman/listinfo/grml-announce"> grml's
303            announcement list</a>.</p>
304
305          <h3>Further Questions?</h3>
306
307          <p><a href="http://grml.org/contact/">Contact us.</a></p>
308
309 </div>
310
311 <?php include '../../static_bottom.inc'; ?>