summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-03-01 18:30:12 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-03-01 18:30:12 -0800
commitd13144c82c8a11b6353a677f371ffe240f335f3d (patch)
tree04e21c58f2d182b59ba94046ade760204dd7d606
parent8983620cc3c85e7b18a1f264bc736b1c7f858845 (diff)
downloadobexd-d13144c82c8a11b6353a677f371ffe240f335f3d.tar.gz
Release 0.450.45
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 415d76c..25790d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.45:
+ Fix issue with SRM and GET requests.
+ Fix issue with SRM headers and CONNECT.
+ Fix issue with ABORT request not being not processed.
+ Fix issue with file deletion when push gets aborted.
+ Fix issue with missing parsing of PUT application parameter.
+ Fix issue with parsing of PBAP client application parameter.
+ Fix issue with byte-order conversion and L2CAP.
+ Add support for OBEX over L2CAP transport.
+ Add support for MAP AP core functions.
+
ver 0.44:
Fix issue with incorrect path during authorization.
Fix issue with missing reset after transfer completion.
diff --git a/configure.ac b/configure.ac
index 30637bf..10c561b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.44)
+AC_INIT(obexd, 0.45)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)