diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-13 23:59:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-13 23:59:29 (GMT) |
commit | 8d8e5c02096f59a7227308a591fc5050ea5d92ff (patch) | |
tree | 15b5bc10b963d492d4393b83ccfd347230d6b41e /ChangeLog | |
parent | bde67ccf58fc858d5d0db4929db149ea12f50f96 (diff) |
Given more flexibility to the field names of locations in XML databases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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: |