summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5724e7e..4b111ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.35:
+ Fix regression on suspend on opening.
+ Fix suspend stream on opening if no data.
+ Fix memory leaks in phonebook-tracker module.
+ Fix not responding Not Found for filtered vcard-listing.
+ Fix not responding Not Found when no entry is found.
+ Fix issue with X-IRMC-CALL-DATETIME format.
+
ver 0.34:
Fix issue with error detection and last part of transfer buffer.
Fix issue with not detecting errors on small files.
diff --git a/configure.ac b/configure.ac
index 37ba225..676a313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.34)
+AC_INIT(obexd, 0.35)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)