summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-05-17 10:14:24 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-05-17 10:14:24 -0700
commit44e81ca842aaf6557f3ea8d242a34dd395a38093 (patch)
tree2d9a664f1816b8b4649bb7f0ed5f03d25535534b
parent3f9ea57d4af14898138c4f19221adea21ef877e3 (diff)
downloadobexd-0.46.tar.gz
Release 0.460.46
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25790d3..9bb2c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.46:
+ Update client transfer API.
+ Fix issue with using invalid PSM numbers.
+ Add support for MAP message listing parameters.
+ Add support for MAP folder listing retrieval.
+
ver 0.45:
Fix issue with SRM and GET requests.
Fix issue with SRM headers and CONNECT.
diff --git a/configure.ac b/configure.ac
index 2d9e142..f0967d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.45)
+AC_INIT(obexd, 0.46)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)