From 58ce0adbf60d348e74afbb2429af4370c033fa2b Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Tue, 30 Oct 2012 11:24:14 +0100
Subject: [PATCH] changelog pro balicek warden-server-2.1

---
 src/warden-server/doc/CHANGELOG | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/src/warden-server/doc/CHANGELOG b/src/warden-server/doc/CHANGELOG
index 7abfe60..42dac0d 100644
--- a/src/warden-server/doc/CHANGELOG
+++ b/src/warden-server/doc/CHANGELOG
@@ -1,19 +1,28 @@
 2012-00-00 v2.1 stable version
 ------------------------------
-- added limit of events that can be downloaded from server to client
-- added receiving of all types of events
-- added validation of types of received events
-- added support for client maximum received events limit option
-  (for more information see client documentation) 
+- fixed bug in dafeult value of database timestamp type		(#576, #577)
+- fixed bug in getStatus function				(#566)
+- fixed bug in re-registration check of client 			(#541)
+- added enabling/disabling of Syslog logging			(#578)
+- added update process						(#573)
+- added maximum limit of received events by client 		(#526)
+- added validation process for parameters of received events 	(#524)
+- added support for receiving of all types of events by clients	(#523)
+- added enablig/disabling of verbose logging (stack info)	(#521)
+- enhanced calling of database error function			(#549)
+- enhanced response time of getStatus function			(#546)
+- enhanced server logging/warning function			(#534)
+- enhanced reading of configuration files			(#533)
+- other minor bugs and issues fixed
 
 
 2012-07-27 v2.0 stable version
 ------------------------------
 - MySQL database engine used
 - Apache used to support faster multithread processing (communication switched to HTTPs protocol)
-- enhanced authentization and authorization
-- enhanced support of Alternate Names in SSL certificates
-- added automatic reconnect to DB
+- enhanced support of Alternate Names in SSL certificates	(#505)
+- added automatic reconnect to DB 				(#494)
+- enhanced authentization and authorization			(#495)
 - other minor bugs and issues fixed
 
 
-- 
GitLab