diff options
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: |