diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-01-06 10:32:43 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-06 10:32:43 -0800 |
commit | c25a09cc1778efc12bc7928b5bc2f9ccc7ccf74a (patch) | |
tree | 99606ceacce481c1825e7cb44415f77a889ac7eb | |
parent | b9ead5e736bd17899737e549f8df5c2ad5ff67e2 (diff) |
Release 0.380.38
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 0.38: + Change CalledLine* to ConnectedLine* properties. + Fix issue with calling presentation property. + Fix issue with network time and ISI modems. + Fix issue with timezone reporting and HSO modems. + Fix issue with SIM ready status and HSO modems. + Fix issue with hidden caller ID and STE modems. + Fix issue with handling of STK Setup Menu. + Fix issue with missing STK text and icon checks. + Fix issue with missing signal strength query. + ver 0.37: Fix issue with parsing of un-quoted CREG / CGREG. Fix issue with call forwarding for data and fax. diff --git a/configure.ac b/configure.ac index 65484ce7..2a260406 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.37) +AC_INIT(ofono, 0.38) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |