summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-19 14:07:04 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-19 14:07:04 +0100
commit053efd00b052aaa6d228c0c273a3790a55659c0d (patch)
tree6a5ae5b79131b88bcece92ae4e302006de101dc7
parent47e77806ecd09f1aa25bbd373309cfafdcefaf02 (diff)
downloadobexd-0.19.tar.gz
Release 0.190.19
-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)