diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-03-24 01:26:21 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-03-24 01:26:21 -0700 |
commit | f6b286b44d1fbe7639644d7f7511fa96fc1e9030 (patch) | |
tree | 860db20f9f651eccae002789b35a9b9fe778e9f6 | |
parent | d3ac9188f053574dd4954880ea4e8f4c2d88c876 (diff) |
Release 0.200.20
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 0.20: + Fix issue with empty operator names. + Add missing API documentation. + Add support for Huawei EM770 modem. + Add more detailed parsing support for SIM Toolkit. + Add additional functionality for AT command server. + Add initial PPP implementation. + ver 0.19: Fix parsing of EFspdi for PLMN list. Fix issues with Bluetooth handsfree handling. diff --git a/configure.ac b/configure.ac index fe3324ab..6ec275c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.19) +AC_INIT(ofono, 0.20) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |