summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86a936d5..57a73c20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 1.10:
+ Update multiple descriptions of the API documentation.
+ Add support for ReleaseAndSwap call handling.
+
ver 1.9:
Fix issue with missing CSSI and CSSU support for IFX modems.
Fix issue with GPRS shutdown handling when network is lost.
diff --git a/configure.ac b/configure.ac
index b0cddfa2..cb3f3770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.9)
+AC_INIT(ofono, 1.10)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)