summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-06-28 12:41:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-06-28 12:41:03 +0000
commitf2fc13115a90ba2ca575352b04bd8abf7af64d23 (patch)
tree5fabb7e5079397e7a7d6559eb38a71a24f243583 /NEWS
parent3539db6ef7e019f6098dcc066faf0d3f0aa949bb (diff)
downloadrsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.tar.gz
rsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.tar.xz
rsyslog-f2fc13115a90ba2ca575352b04bd8abf7af64d23.zip
fixed some issues on FreeBSD
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57d5af7c..2906aa2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------
+Version 0.9.1 (RGer)
+- fixed code so that it compiles without errors under FreeBSD
+- removed now unused function "allocate_log()" from syslogd.c
+
+---------------------------------------------------------------------------
Version 0.9.0 (RGer)
- changed the filed structure to be a linked list. Previously, it
was a table - well, for non-SYSV it was defined as linked list,