Release 0.3

This commit is contained in:
Marcel Holtmann 2009-08-12 18:00:24 -07:00
parent d812ff8534
commit 8ac6aa52a9
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 0.3:
Fix support for phonebook reading.
Fix some issues with network registration.
Fix some issues with MSISDN handling.
Fix some issues with SIM storage support.
Add caching for EF-PNN and EF-OPL SIM files.
Add support for SIM ADN type number handling.
Add support for tracking message waiting indications.
Add support for user-provided AT parsers.
Add initial drafts of API documentation.
ver 0.2:
Add more detailed handling for network names.
Add character set support for phonebook.

View File

@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
AM_INIT_AUTOMAKE(ofono, 0.2)
AM_INIT_AUTOMAKE(ofono, 0.3)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])