summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-06 16:41:55 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-06 16:41:55 +0200
commit2b9e5ac193ea91817ff17851a4a16a42a5b87fdb (patch)
tree207ffb12ed68bc729ac9809b69cc00552c598037 /ChangeLog
parent223b103ccca416effbed2d61798e4aad7d421cc3 (diff)
downloadrsyslog-2b9e5ac193ea91817ff17851a4a16a42a5b87fdb.tar.gz
rsyslog-2b9e5ac193ea91817ff17851a4a16a42a5b87fdb.tar.xz
rsyslog-2b9e5ac193ea91817ff17851a4a16a42a5b87fdb.zip
added a first implementation of a DNS name cache
this still has a couple of weaknesses, like no size limit, no expiration of entries, suboptimal algorithms -- but it should perform better than what we had previously. Implementation will be improved based on feedback during the next couple of releases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 796ea032..fe37c8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------
+Version 6.3.1 [DEVEL] (rgerhards), 2011-06-01
+- added a first implementation of a DNS name cache
+ this still has a couple of weaknesses, like no size limit, no expiration
+ of entries, suboptimal algorithms -- but it should perform better than
+ what we had previously. Implementation will be improved based on
+ feedback during the next couple of releases
+---------------------------------------------------------------------------
Version 6.3.0 [DEVEL] (rgerhards), 2011-06-01
- introduced new config system
http://blog.gerhards.net/2011/06/new-rsyslog-config-system-materializes.html