From 5df67b2ec663ddbf6b4e782a28399b87ec6d2880 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 6 Aug 2012 23:15:26 -0700 Subject: [PATCH] Release 1.10 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)