summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68af0cd..61b0803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.19:
+ Fix crash with agent unregister handling.
+ Add support for mimetype and filesystem plugins.
+ Add support for phonebook and telephony drivers.
+ Add initial OBEX server/SyncML binding for SyncEvolution.
+
ver 0.18:
Fix free space calculation on systems where fsfilcnt_t is 32-bit.
Fix SendFiles to actually use the source argument.
diff --git a/configure.ac b/configure.ac
index 39ab903..71769e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.18)
+AC_INIT(obexd, 0.19)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)