summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 56d6ba8..8cc7a47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.43:
+ Remove OpenOBEX dependency.
+ Fix multiple issues with PBAP and vCard encoding.
+ Add initial support for handling Message Access Profile.
+ Add support for internal and fully asynchronous OBEX library.
+
ver 0.42:
Fix issue with freeing buffer before transfer is complete.
Fix issue with invalid memory read when pulling phonebook.
diff --git a/configure.ac b/configure.ac
index fca284e..1bda722 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.42)
+AC_INIT(obexd, 0.43)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)