summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-23 22:56:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-23 22:56:59 (GMT)
commita5cd2e6519456f49a0f0d9d76dfac0ff89d8bbb1 (patch)
treecc5c0d06836f132ba559eacf4323ce56b67e9d47 /ChangeLog
parent08f3cc8d6262c9b5412a008c6210e88cd840da85 (diff)
Fixed a bug: do not close the connection after the initial handshake.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@478 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40f1ba1..2560d6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+15-02-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Track updates inside the bookmarks collection.
+
+ * src/analysis/binary.h:
+ Typo.
+
+ * src/analysis/db/misc/rlestr.c:
+ Optimize the network pressure while sending strings.
+
+ * src/analysis/db/server.c:
+ Fix a bug: do not close the connection after the initial handshake.
+
+ * src/glibext/gbufferline.c:
+ Create a signal used when changing line flags.
+
+ * src/gui/menus/project.c:
+ Connect to the server only once disassbling is done.
+
+ * src/gui/panels/bookmarks.c:
+ Typo.
+
15-02-22 Cyrille Bagard <nocbos@gmail.com>
* src/gui/panels/bookmarks.c: