Release 0.5

This commit is contained in:
Marcel Holtmann 2009-09-24 17:07:05 -07:00
parent b794eea2d5
commit 353b7b057c
2 changed files with 14 additions and 1 deletions

View File

@ -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.

View File

@ -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)