summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-05-24 00:47:10 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-05-24 00:47:10 +0200
commit787bf9891828638740d2a81ce894a207c9fa1e69 (patch)
tree64d51ebbd5325791ab910fe4c6b765ed61412e2c
parent66184504b25075771ebddaee1d1c37990539475b (diff)
downloadobexd-0.26.tar.gz
Release 0.260.26
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9830953..3619236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.26:
+ Fix the order of the calls handles.
+ Fix crash when receiving small objects.
+ Fix invalid memory access when removing a file.
+ Fix inverting the list with wrong search attribute.
+ Fix wrong response code for dummy PullvCardListing.
+ Fix sending the Not Found response asynchronously.
+ Fix not resetting buffered data count when resetting the session.
+ Add support for multiple telephone numbers.
+ Add support for the ADR filter.
+
ver 0.25:
Fix issue with missing phonebook-tracker.c file.
diff --git a/configure.ac b/configure.ac
index 462156a..9b023be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.25)
+AC_INIT(obexd, 0.26)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)