summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-12-13 18:26:33 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-12-13 18:26:33 +0100
commit93457e4035f9ba9a45721086ffaf54c75c278744 (patch)
tree0833d332f5dac49313468547699079ef21d5d26f
parent77cf82011e2e2c3a21a50e4ab2ade38f0e35863d (diff)
downloadrsyslog-93457e4035f9ba9a45721086ffaf54c75c278744.tar.gz
rsyslog-93457e4035f9ba9a45721086ffaf54c75c278744.tar.bz2
rsyslog-93457e4035f9ba9a45721086ffaf54c75c278744.zip
doc: mention recent patches in ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bebf4f2..6114dee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
----------------------------------------------------------------------------
+Version 7.2.5 [v7-stable] 2013-01-??
+- build system cleanup (thanks to Michael Biebl for this!)
+- bugfix: omelasticsearch did not properly compile on some platforms
+ due to missing libmath. Thanks to Michael Biebl for the fix
+- bugfix: invalid DST handling under Solaris
+ Thanks to Scott Severtson for the patch.
+----------------------------------------------------------------------------
Version 7.2.4 [v7-stable] 2012-12-07
- enhance: permit RFC3339 timestamp in local log socket messages
Thanks to Sebastien Ponce for the patch.