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 c8fe87c..b6f7a42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.21:
+ Fix crash caused by D-Bus timeout handling.
+ Fix issue when the object size is unknown.
+ Fix issue with reporting no space left on disk.
+ Fix read callback of various drivers.
+
ver 0.20:
Fix D-Bus error handling on SyncEvolution connect.
Fix PC Suite service driver matching.
diff --git a/configure.ac b/configure.ac
index 03063f0..2b93c6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.20)
+AC_INIT(obexd, 0.21)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)