diff options
-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) |