summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-29 00:14:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-29 00:14:03 (GMT)
commitf38e5a051b4d57e1cb9c1e503d2a8895e8532172 (patch)
treeda3706929a130da3ebe124975db758e72b44ae0e /ChangeLog
parent41efd099244b53a0edb40d097b34bf28a05b6367 (diff)
Handled NULL properly in SQL requests and fixed the recording of updated items.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@559 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02dc216..c92a45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+15-07-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/collection.c:
+ * src/analysis/db/misc/rlestr.c:
+ * src/arch/vmpa.c:
+ Handle NULL properly in SQL requests and fix the recording of updated items.
+
15-07-28 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: