summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e50be99..a2706b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+15-07-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Update code.
+
+ * src/analysis/db/cdb.c:
+ * src/analysis/db/client.c:
+ * src/analysis/db/client.h:
+ * src/analysis/db/collection.c:
+ * src/analysis/db/collection.h:
+ * src/analysis/db/collection-int.h:
+ * src/analysis/db/item.c:
+ * src/analysis/db/item.h:
+ * src/analysis/db/item-int.h:
+ * src/analysis/db/items/bookmark.c:
+ * src/analysis/db/items/bookmark.h:
+ * src/analysis/db/items/comment.c:
+ * src/analysis/db/items/comment.h:
+ Fortify the client/server protocol and first exchanges.
+
+ * src/analysis/db/items/Makefile.am:
+ Add the 'switcher.[ch]' files into libanalysisdbitems_la_SOURCES.
+
+ * src/analysis/db/items/switcher.c:
+ * src/analysis/db/items/switcher.h:
+ New entries: prepare the next features.
+
+ * src/analysis/db/misc/rlestr.c:
+ * src/analysis/db/misc/rlestr.h:
+ * src/analysis/db/protocol.h:
+ * src/analysis/db/server.c:
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ * src/common/sqlite.h:
+ Fortify the client/server protocol and first exchanges.
+
+ * src/core/collections.c:
+ * src/core/collections.h:
+ * src/dialogs/storage.c:
+ Update code.
+
+ * src/gui/menus/edition.c:
+ Prepare the next features.
+
15-07-18 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/pychrysa.c: