diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-08-06 23:15:26 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-08-06 23:15:26 -0700 |
commit | 5df67b2ec663ddbf6b4e782a28399b87ec6d2880 (patch) | |
tree | 10e4879ca7366e597fd63005b3b950b2a03893f5 | |
parent | 873df548f605d76251421d5053c3bee0dc2e3b85 (diff) |
Release 1.101.10
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |