Release 1.9

This commit is contained in:
Marcel Holtmann 2012-07-19 21:12:02 +02:00
parent 454a02a096
commit 9037bfaea0
2 changed files with 6 additions and 1 deletions

View File

@ -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: ver 1.8:
Fix issue with STK sync return from envelope callback. Fix issue with STK sync return from envelope callback.
Fix issue with missing NULL pointer check in GAtServer. Fix issue with missing NULL pointer check in GAtServer.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(ofono, 1.8) AC_INIT(ofono, 1.9)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)