summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2012-08-26 02:00:48 +0000
committerCedric BAIL <cedric.bail@free.fr>2012-08-26 02:00:48 +0000
commit8fd67313b8a6025b1dc57c7582c4c1f1d54466f5 (patch)
tree141660797376bb3d906ef9bf8775564719eb873b /ChangeLog
parentca8dc00af10afa50dd541d3ed68c0290b81a693f (diff)
downloadeet-8fd67313b8a6025b1dc57c7582c4c1f1d54466f5.tar.gz
eet: correctly initialize dictionary.
This should fix windows, we were lucky on Unix where the lock are expected to be set to zero... SVN revision: 75703
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8079e30..d20611c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -615,3 +615,7 @@
2012-08-24 Cedric Bail
* Add eet_connection_empty.
+
+2012-08-26 Cedric Bail
+
+ * Correctly initialize dictionary correctly.