From 1381bad65cec8cb85545d72ed1c1f43922bd3bef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 5 Nov 2010 19:32:14 +0100 Subject: [PATCH] Release 0.35 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ecd59c0..42867d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.35: + Fix issue with FDN and BDN enabled checks. + Fix issue with capabilities and Phonet support. + Fix issue with timeout for ISI network deregistration. + Add support for Push Notification interface. + Add support for Smart Messaging interface. + Remove generic AT command modem plugin. + ver 0.34: Fix issue with sim_fs_op_error handling. Fix issue with not handling GPRS context driver failures. diff --git a/configure.ac b/configure.ac index 37a56ee3..6aeab7c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.34) +AC_INIT(ofono, 0.35) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)