Release 0.22

This commit is contained in:
Marcel Holtmann 2010-06-02 19:59:44 -07:00
parent e9a64b92bc
commit 80c28469e5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 0.22:
Fix issue with VPATH builds.
Fix issue with SMS and more than 31 fragments.
Add even more SIM Toolkit parsing support.
Add support for modem online property.
ver 0.21:
Add more parsing support for SIM Toolkit.
Add support for SIM insertion/removal events.

View File

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