Release 0.16

This commit is contained in:
Marcel Holtmann 2010-01-13 13:17:24 -08:00
parent d9bb71e521
commit d8ff829a2a
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.16:
Fix unregister of operators with null MCC/MNC.
Fix CPHS mailbox usage for 3GPP SIM cards.
Add support for persistent CBS Topics list.
Add support for persistent primary context identifiers.
Add support for SIM cache indexing by phase.
Add netmask to HSO GPRS context driver.
ver 0.15:
Fix missing netmask value for newer MBM devices.
Fix concatenation of datagram SMS messages.

View File

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