summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-02 17:22:37 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-02 17:22:37 -0700
commite0406d9b6a5cb4e2fd183ffc3b4832adcdfb7c40 (patch)
tree1e09302b9d35ee508ba8c2b1cb08e7f163f79381
parent88c7baeddb668f50eb80f0f1dbc3cc0dc1428e1d (diff)
downloadobexd-e0406d9b6a5cb4e2fd183ffc3b4832adcdfb7c40.tar.gz
Release 0.120.12
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b478db..7072d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.12:
+ Fix various format string issues.
+ Fix handling of authorizations with no reply.
+ Add support for using BtIO helper library.
+ Add signal handling for toggling debug messages.
+ Add signal handling for USB TTY details.
+ Add test script for folder listing.
+
ver 0.11:
Fix bug when canceling an authorization request.
Fix broken handling of successful received D-Bus reply.
diff --git a/configure.ac b/configure.ac
index 9654a80..194b850 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(obexd, 0.11)
+AM_INIT_AUTOMAKE(obexd, 0.12)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE