summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-13 23:59:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-13 23:59:29 (GMT)
commit8d8e5c02096f59a7227308a591fc5050ea5d92ff (patch)
tree15b5bc10b963d492d4393b83ccfd347230d6b41e /ChangeLog
parentbde67ccf58fc858d5d0db4929db149ea12f50f96 (diff)
Given more flexibility to the field names of locations in XML databases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3628c4..d098f3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+16-03-14 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/collection.c:
+ Update code and fix some memory leaks.
+
+ * src/analysis/db/items/bookmark.c:
+ * src/analysis/db/items/comment.c:
+ * src/analysis/db/items/switcher.c:
+ * src/analysis/db/misc/rlestr.c:
+ * src/analysis/db/misc/timestamp.c:
+ Update code.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Give more flexibility to the field names of locations in XML databases.
+
+ * src/common/sqlite.c:
+ * src/common/sqlite.h:
+ Provide a way to delete a list of bound values.
+
+ * src/gtkext/gtkextstatusbar.c:
+ Disable some functions of the old status bar.
+
16-03-13 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: