From 3e02619b440e2345ed4c96209f5c703d00cf5d1e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 Dec 2009 07:22:28 -0800 Subject: [PATCH] Release 0.15 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12089a0e..cd0368ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index dfc7eaa3..1ee9ae4b 100644 --- a/configure.ac +++ b/configure.ac @@ -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)