From 017a9b9986e7443485714457636fb2e9e1f81495 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 18 Jun 2011 21:17:26 -0700 Subject: Release 0.41 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1