summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 50e5a8b..fb5750d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 0.30:
+ Fix issue with empty error messages.
+ Fix issue with query for vCarcd listing.
+ Fix problem with incoming calls query.
+ Fix handling of vCard filter settings.
+ Fix potential buffer overflow with target sizes.
+ Fix NULL checking within PBAP GET operation.
+ Fix NULL checking for PBAP name parameter.
+ Fix crash when processing OBEX_EV_PROGRESS event.
+ Fix crash when resetting a session with no service.
+ Fix not closing socket when connection attempt fails.
+ Fix de-registering PBAP drivers on init failure scenarios.
+ Add variable target size support to MIME type drivers.
+ Add support for returning all eBook TEL attributes.
+ Add PBAP client tests for ICH, OCH, MCH and CCH.
+
ver 0.29:
Fix security requirements for legacy devices.
Fix empty 'N:' parameter handling for vCards.
diff --git a/configure.ac b/configure.ac
index 30543e1..f45c704 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.29)
+AC_INIT(obexd, 0.30)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)