Happy happy joy joy, www.infodrom.ffis.de is up!
[infodrom.org/www.infodrom.org] / src / projects / sysklogd / changes-1.4.wml
1 #include <infodrom.style>
2 #include <projects.style>
3
4 <projectpg project="sysklogd">
5
6 <h3>ChangeLog for version 1.4</h3>
7
8 <p><ul>
9 <li>Skip newline when reading in klog messages
10 <li>Use lseek64() instead of llseek() which is deprecated these days
11 <li>Close symbol file before returning with 0 when an error occurred
12    while reading it.  This will enable systems to umount that
13    partition with no open file descriptor left over.
14 <li>Solar Designer &lt;solar@false.com&gt;<ul>
15    <li> printline() fixes
16    <li> priority decoding fix</ul>
17 <li>Daniel Jacobowitz &lt;dan@debian.org&gt;<ul>
18    <li> printchopped() fix</ul>
19 <li>Keith Owens &lt;kaos@ocs.com.au&gt;<ul>
20    <li> Fixed bug that caused klogd to die if there is no sym_array available.
21    <li> When symbols are expanded, print the line twice.  Once with
22      addresses converted to symbols, once with the raw text.  Allows
23      external programs such as ksymoops do their own processing on the
24      original data.</ul>
25 <li>Olaf Kirch &lt;okir@caldera.de&gt;
26    <ul><li> Remove Unix Domain Sockets and switch to Datagram Unix Sockets</ul>
27 <li>Several bugfixes and improvements, please refer to the .c files
28 </ul>
29
30 <p>Thanks to everyone who has contributed ideas, patches and bug
31 reports.
32
33 <author>Martin Schulze</author>
34
35 </projectpg>
36
37 # Local variables:
38 # mode: html
39 # mode: auto-fill
40 # end: