summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-19 21:12:02 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-07-19 21:12:02 +0200
commit9037bfaea009041b04188c193905d1ab74a3d4e7 (patch)
tree77040ddbfdb83075e0c8ab7325cb4e50b75b546a
parent454a02a0967e52756b221b89b26e1c949234a496 (diff)
downloadofono-9037bfaea009041b04188c193905d1ab74a3d4e7.tar.bz2
Release 1.9
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5610cbae..86a936d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 1.9:
+ Fix issue with missing CSSI and CSSU support for IFX modems.
+ Fix issue with GPRS shutdown handling when network is lost.
+ Fix issue with GSM to UTF-8 conversion mechanism.
+
ver 1.8:
Fix issue with STK sync return from envelope callback.
Fix issue with missing NULL pointer check in GAtServer.
diff --git a/configure.ac b/configure.ac
index 1e4731a4..b0cddfa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.8)
+AC_INIT(ofono, 1.9)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)