summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33ebe6b..4f2a5cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.6:
+ Use BlueZ service for FTP authorization.
+ Use BlueZ service for service records.
+ Never send an OBEX abort for a server.
+ Set buffer to NULL after freeing it.
+ Include the correct COPYING file.
+
ver 0.5:
Add initial obex-client support.
Add missing API documenation.
diff --git a/configure.ac b/configure.ac
index 2b5335c..73d869c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(obexd, 0.5)
+AM_INIT_AUTOMAKE(obexd, 0.6)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE