Release 0.51

This commit is contained in:
Marcel Holtmann 2011-06-30 20:15:56 -07:00
parent 0ca2a09f34
commit f79b2d7504
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.51:
Fix issue with alignment and STK event lists.
Fix issue with alignment and STK channel data length.
Fix issue with Linktop device handling functionality.
Fix issue with detection of HP HS2330 devices.
Add support for UICC SIM driver for ISI modems.
Add support for ACFC and PFC options for PPP.
ver 0.50:
Fix issue with STK respond on exit flag handling.
Fix issue with STK and canceling pending DTMF tones.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.50)
AC_INIT(ofono, 0.51)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)