summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-18 21:17:26 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-18 21:17:26 -0700
commit017a9b9986e7443485714457636fb2e9e1f81495 (patch)
tree69d83b9217873f75982b329af92d16196d8574e2
parentaa4deaa23e57f637c4abd8977b2305225116d853 (diff)
downloadobexd-0.41.tar.gz
Release 0.410.41
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 38ba298..8ccfbb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.41:
+ Fix issue with pulling phonebook entries without last name.
+ Fix issue with handling owner data in phonebook pull.
+ Add support for fetching call history in parts.
+ Add support for selective plugin loading.
+ Add support for Message Access Profile plugin.
+
ver 0.40:
Fix issue with plugin close & disconnect functions call order.
Fix issue with history queries for contacts outside phonebook.
diff --git a/configure.ac b/configure.ac
index 5be2ef5..0c11ef0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.40)
+AC_INIT(obexd, 0.41)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)