summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c714a7b..caf8451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.32:
+ Fix issues caused by dependencies on phonebook source.
+ Fix handling empty fields in vCards.
+ Fix issues with emails category.
+
ver 0.31:
Fix aborting capability scripts creating zombies.
Fix problem with multiple emails in same vcard.
diff --git a/configure.ac b/configure.ac
index df0a3ae..1b328fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.31)
+AC_INIT(obexd, 0.32)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)