summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1327b0..b9f4197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.38:
+ Fix regression causing crash in 3-way calling.
+ Fix possible crash when processing session callback.
+ Fix issue with fetching contact photo file name.
+ Fix issue with fetching 0.vcf vCard entry.
+ Add support for optimized PBAP tracker queries.
+ Add support for files bigger than 2GB on 32-bit systems.
+
ver 0.37:
Fix queries for contact with only one affiliation.
Fix pull phonebook with non-zero offset parameter.
diff --git a/configure.ac b/configure.ac
index 5383174..94138f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(obexd, 0.37)
+AC_INIT(obexd, 0.38)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)