Release 0.26

This commit is contained in:
Marcel Holtmann 2010-08-02 13:11:43 -07:00
parent 4c8e084bf4
commit d8b45a1399
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 0.26:
Fix busy loop in PPP disconnect with Huawei modem.
Add support for MCC/MNC via network registration interface.
Add support for SIM Toolkit agent interface.
Add initial support for IPv6 PDP context.
ver 0.25: ver 0.25:
Fix issue with PPP IPCP and too short timeouts. Fix issue with PPP IPCP and too short timeouts.
Fix issue with Calypso modem and DTMF chars. Fix issue with Calypso modem and DTMF chars.

View File

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