summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-06-28 09:53:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-06-28 09:53:57 +0000
commitb5c8cadd5bbc9ceb62a356cdd0645d50a244fc52 (patch)
tree74cb3dafc8b2c485ace18e87979f47629a346fb4
parent7ec4f54a239e33c21fbbf4c588b93cb791449c04 (diff)
downloadrsyslog-b5c8cadd5bbc9ceb62a356cdd0645d50a244fc52.tar.gz
rsyslog-b5c8cadd5bbc9ceb62a356cdd0645d50a244fc52.tar.xz
rsyslog-b5c8cadd5bbc9ceb62a356cdd0645d50a244fc52.zip
starting to work on new version - bumped version number
-rw-r--r--NEWS3
-rw-r--r--version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2e29e128..7bd26ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
---------------------------------------------------------------------------
+Version 1.14.1 (RGer/Peter Vrabec), 2007-06-??
+- added Peter Vrabec's patch for IPv6 TCP
+---------------------------------------------------------------------------
Version 1.14.0 (RGer/Peter Vrabec), 2007-06-28
- Peter Vrabec provided IPv6 for rsyslog, so we are now IPv6 enabled
IPv6 Support is currently for UDP only, TCP is to come soon.
diff --git a/version.h b/version.h
index 1eef2247..44441b85 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
#define VERSION "1.14"
-#define PATCHLEVEL "0"
+#define PATCHLEVEL "1"