summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-01-13 04:12:55 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-01-13 04:12:55 +0100
commitc4976d845ade1f1a07d15990d9b721445ddaad25 (patch)
tree031bffb073a8478fe8890d218a7bfe5a8a60ca06
parentdb7d76cfe5099c34184d16636de1f67b59563157 (diff)
downloadobexd-0.44.tar.gz
Release 0.440.44
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cc7a47..415d76c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.44:
+ Fix issue with incorrect path during authorization.
+ Fix issue with missing reset after transfer completion.
+ Fix issue with invalid memory access and PBAP.
+ Add support for OBEX Single Response Mode.
+
ver 0.43:
Remove OpenOBEX dependency.
Fix multiple issues with PBAP and vCard encoding.
diff --git a/configure.ac b/configure.ac
index 1bda722..30637bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.43)
+AC_INIT(obexd, 0.44)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)