Release 0.7

This commit is contained in:
Marcel Holtmann 2009-10-04 13:11:14 +02:00
parent 647ebdfd13
commit af1b6a228a
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.7:
Fix handling of empty SMS text messages.
Fix GAtChat's next_hexstring to handle optional quotes.
Fix generic SIM driver to work correctly with 3G SIM cards.
Add utility functions to parse 2G and 3G get response data.
Add call volume interface to adjust speaker and mic volume.
Add support for basic elementary file database.
ver 0.6:
Fix build issue with example history plugin.
Fix segmentation fault from SIM reading on Calypso modem.

View File

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