diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-24 17:07:05 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-24 17:07:05 -0700 |
commit | 353b7b057c09c6267be21b8f4028975464fc8894 (patch) | |
tree | e9f920ff56ba675b65f434969782b7552eeedb14 | |
parent | b794eea2d5447bc1963facc54a4632d20c9cf51d (diff) |
Release 0.50.5
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ver 0.5: + Fix reading of left overs in ME storage on startup. + Fix parsing of Enhanced Voicemail notifications. + Add reading of various CBS related EFs. + Add ability to expire PLMN wide messages. + Add support for national language variants. + Add support for PIN and PUK handling. + Add support for TI Calypso modem. + Add initial support for Novatel based devices. + Add initial support for Huawei based devices. + Add initial support for Option HSO based devices. + Add initial support for TTY multiplexing. + ver 0.4: Add atom framework and update all drivers. Add support for modem driver framework. diff --git a/configure.ac b/configure.ac index 7095a27b..0922e873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.4) +AC_INIT(ofono, 0.5) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |