summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-09 13:17:10 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-03-09 13:17:10 +0100
commitfa8b3acb6a38efa00ec7fd7148b02acb174134f7 (patch)
treeab6f6a770de72ff5d2856af2ebc8830537f9588d
parent6b97941fdca12a0ee0c05cc530351de53ad26150 (diff)
downloadobexd-fa8b3acb6a38efa00ec7fd7148b02acb174134f7.tar.gz
Release 0.90.9
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a9669c..20ed61e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.9:
+ Fix O_NOCTTY issue when opening TTY device.
+ Add support for verbose compiler warnings.
+ Add support for application parameters.
+ Add support for generic GetCapabilities command.
+ Add initial support for Synchronization profile.
+ Add basic implementation of Phonebook Access profile.
+ Add basic Phonebook Access client support.
+
ver 0.8:
Fix memory leaks with asynchronous operations.
Fix issues with handling larger MTU sizes.
diff --git a/configure.ac b/configure.ac
index b5484f8..90e8c8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(obexd, 0.8)
+AM_INIT_AUTOMAKE(obexd, 0.9)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE