diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +ver 0.40: + Fix issue with plugin close & disconnect functions call order. + Fix issue with history queries for contacts outside phonebook. + Fix issue with crash after fetching single owner vCard. + Add support for multiple URLs in phonebooks. + ver 0.39: Fix for handling fax and cell phone numbers. Fix for handling emails in pull call history queries. diff --git a/configure.ac b/configure.ac index e48a3cc..29a8313 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(obexd, 0.39) +AC_INIT(obexd, 0.40) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |