summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-12-22 18:19:31 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-12-22 18:19:31 -0800
commit4700742d6d797b1cd8e8005c4e2ec82942b9d778 (patch)
tree1b2e8f31d193311bb947f5d8067ff3debdd96fc8
parent9d2ec51d12ad09b9fa0b42ab7017f9a6ba53ec79 (diff)
downloadobexd-0.43.tar.gz
Release 0.430.43
-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)