summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-17 13:44:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-17 13:44:29 +0200
commit3dc5bda6eb35f27033af2e2b25a37d74771f0a00 (patch)
treeb1b4537428db6c741a0512100037e0e23da57874
parent60309004dfc57c3243abb2f01042950201596773 (diff)
downloadrsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.tar.gz
rsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.tar.xz
rsyslog-3dc5bda6eb35f27033af2e2b25a37d74771f0a00.zip
changelog added plus typo fix
-rw-r--r--ChangeLog3
-rw-r--r--runtime/net.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5a744d..f0fd4748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,13 @@
---------------------------------------------------------------------------
Version 3.19.0 (rgerhards), 2008-04-??
- begins new devel branch version
+- implemented im3195, the RFC3195 input as a plugin
- split of a "runtime library" for rsyslog - this is not yet a clean
model, because some modularization is still outstanding. In theory,
this shall enable other utilities but rsyslogd to use the same
runtime
- changed directory structure, files are now better organized
-- implemented im3195, the RFC3195 input as a plugin
+- a lot of cleanup in regard to modularization
---------------------------------------------------------------------------
Version 3.17.2 (rgerhards), 2008-04-??
- this version is the new beta
diff --git a/runtime/net.c b/runtime/net.c
index 777d3fad..0c02eed4 100644
--- a/runtime/net.c
+++ b/runtime/net.c
@@ -4,7 +4,7 @@
* File begun on 2007-07-20 by RGerhards (extracted from syslogd.c)
* This file is under development and has not yet arrived at being fully
* self-contained and a real object. So far, it is mostly an excerpt
- * of the "old" message code without any modifications. However, it
+ * of the "old" networking code without any modifications. However, it
* helps to have things at the right place one we go to the meat of it.
*
* Starting 2007-12-24, I have begun to shuffle more network-related code