From: Marcel Holtmann Date: Thu, 19 Jul 2012 19:12:02 +0000 (+0200) Subject: Release 1.9 X-Git-Tag: 1.9^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9037bfaea009041b04188c193905d1ab74a3d4e7;p=platform%2Fupstream%2Fofono.git Release 1.9 --- diff --git a/ChangeLog b/ChangeLog index 5610cba..86a936d 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 1e4731a..b0cddfa 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)