diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-12 18:00:24 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-12 18:00:24 -0700 |
commit | 8ac6aa52a96efa61fc8ec7ebe26d15a328e8f712 (patch) | |
tree | 25496d54091dad91a58bee52f230be513c1e4b79 | |
parent | d812ff8534b2c1e1837b04b12660e4d435498b1d (diff) |
Release 0.30.3
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 0.3: + Fix support for phonebook reading. + Fix some issues with network registration. + Fix some issues with MSISDN handling. + Fix some issues with SIM storage support. + Add caching for EF-PNN and EF-OPL SIM files. + Add support for SIM ADN type number handling. + Add support for tracking message waiting indications. + Add support for user-provided AT parsers. + Add initial drafts of API documentation. + ver 0.2: Add more detailed handling for network names. Add character set support for phonebook. diff --git a/configure.ac b/configure.ac index a5b48844..989bf2a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(ofono, 0.2) +AM_INIT_AUTOMAKE(ofono, 0.3) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |