Release 0.4

This commit is contained in:
Marcel Holtmann 2009-09-02 20:36:27 -07:00
parent 546af9c005
commit d24b643ad0
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 0.4:
Add atom framework and update all drivers.
Add support for modem driver framework.
Add support for static modem configuration.
Add support for specialized phone simulator driver.
Add support for HTC G1 modem devices.
Add support for Ericsson MBM devices.
Add support for AT command PDU listing.
Add support for low-level PhoNet/ISI pipe endpoints.
Add support for full non-recursive build.
ver 0.3:
Fix support for phonebook reading.
Fix some issues with network registration.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.3)
AC_INIT(ofono, 0.4)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)