summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-08-05 12:42:49 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-08-05 12:42:49 +0000
commit176e155f1e92e6738cb9fe059fa3e6b1b7ef06fc (patch)
tree0fa8e52acdbe269daa7189c238eb8cdbea8cc9de /NEWS
parentfd620ea3361d11d490e033adc24ca453a4936964 (diff)
downloadrsyslog-176e155f1e92e6738cb9fe059fa3e6b1b7ef06fc.tar.gz
rsyslog-176e155f1e92e6738cb9fe059fa3e6b1b7ef06fc.tar.xz
rsyslog-176e155f1e92e6738cb9fe059fa3e6b1b7ef06fc.zip
allowed to specify the udp listening port on command line
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f84ff219..c08e9d66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
---------------------------------------------------------------------------
-Version 0.9.5 (RGer), around 2005-08-01
+Version 0.9.6 (RGer), around 2005-08-01
+- greatly enhanced documentation. Now available in html format in
+ the "doc" folder
+- improved MySQL error messages a little - they now show up as log
+ messages, too (formerly only in debug mode)
+- added the ability to specify the listen port for udp syslog.
+ WARNING: This introduces an incompatibility. Formerly, udp
+ syslog was enabled by the -r command line option. Now, it is
+ "-r [port]", which is consistent with the tcp listener. However,
+ just -r will now return an error message.
+---------------------------------------------------------------------------
+Version 0.9.5 (RGer), 2005-08-01
- the "semicolon bug" was actually not (fully) solved in 0.9.4. One
part of the bug was solved, but another still existed. This one
is fixed now, too.