From 76858daf30536cfb7a3d42c6ae4c150e22603fa2 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Thu, 27 Nov 2014 18:48:49 +0100 Subject: [PATCH] updated releasenotes --- CHANGELOG.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3610395..773e0e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,13 @@ Version 0.3.17 ############## -- bugfix for #34 Missing constants for values in fields of relations -- applied suggested patch #12 MySQL Connector C /NODEFAULTLIB:LIBCMT -- bugfix for #36 fatal error: exampledatabase.hpp: No such file or directory +* fix for #39 MD5 hash bug, UINT4 is now an uint32_t, which should work also correct on 64bit systems +* updated examples +* applied patch #15 without changes for mysql - added protobuf generator +* removed Blob::nil (patch #13) +* parser error fixed for relation::field::values (values inside relations are not parsed before) +* bugfix for #36 fatal error: exampledatabase.hpp: No such file or directory +* bugfix for #34 Missing constants for values in fields of relations +* applied suggested patch #12 MySQL Connector C /NODEFAULTLIB:LIBCMT Version 0.3.16 ##############