summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3ebac2..68af0cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.18:
+ Fix free space calculation on systems where fsfilcnt_t is 32-bit.
+ Fix SendFiles to actually use the source argument.
+
ver 0.17:
Fix Bluetooth initialization handling.
Add support for full non-recursive build.
diff --git a/configure.ac b/configure.ac
index 34bc8d9..587edbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.17)
+AC_INIT(obexd, 0.18)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)