Release 0.15

This commit is contained in:
Marcel Holtmann 2009-12-24 07:22:28 -08:00
parent 0b359e89db
commit 3e02619b44
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.15:
Fix missing netmask value for newer MBM devices.
Fix concatenation of datagram SMS messages.
Add support for 51.011 EFecc format.
Add support for Powered property to CbsManager.
Add utility for checking if CBS topic is in range.
ver 0.14:
Fix some issues with modem shutdown behavior.
Fix reset of context settings when deactivated.

View File

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