Release 0.2

This commit is contained in:
Marcel Holtmann 2009-07-18 12:09:06 +02:00
parent 09eb55deb2
commit b638b315f9
2 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,9 @@
ver 0.2:
Add more detailed handling for network names.
Add character set support for phonebook.
Add SIM file reading and writing utilities.
Add experimental support for MT incoming SMS store.
Add special support for ti_calypso based devices.
ver 0.1:
Initial public release.

View File

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