summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62a1bc6..ee1fa84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
16-10-21 Cyrille Bagard <nocbos@gmail.com>
+ * src/common/shuffle.c:
+ Avoid to copy overlapping memory areas.
+
+ * src/core/core.c:
+ Initialize the libc random generator using the time and the process ID.
+
+16-10-21 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/graph/cluster.c:
* src/gtkext/graph/edge.c:
* src/gtkext/graph/edge.h: