summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ccfbb9..56d6ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.42:
+ Fix issue with freeing buffer before transfer is complete.
+ Fix issue with invalid memory read when pulling phonebook.
+ Fix issue with test cases for empty phonebooks.
+ Add support for multiple phonebooks when using EDS.
+ Add support for handling OBEX Action command.
+
ver 0.41:
Fix issue with pulling phonebook entries without last name.
Fix issue with handling owner data in phonebook pull.
diff --git a/configure.ac b/configure.ac
index 0c11ef0..2369e1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.41)
+AC_INIT(obexd, 0.42)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)