Release 1.10

This commit is contained in:
Marcel Holtmann 2012-08-06 23:15:26 -07:00
parent 873df548f6
commit 5df67b2ec6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 1.10:
Update multiple descriptions of the API documentation.
Add support for ReleaseAndSwap call handling.
ver 1.9: ver 1.9:
Fix issue with missing CSSI and CSSU support for IFX modems. Fix issue with missing CSSI and CSSU support for IFX modems.
Fix issue with GPRS shutdown handling when network is lost. Fix issue with GPRS shutdown handling when network is lost.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(ofono, 1.9) AC_INIT(ofono, 1.10)
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)