summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-05 19:32:14 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-05 19:32:14 +0100
commit1381bad65cec8cb85545d72ed1c1f43922bd3bef (patch)
treeb81ea25edcb0bfd060011b966f1342c1222c8f6c
parentd7403d521b730a40c23b75bc241632c659291148 (diff)
downloadofono-1381bad65cec8cb85545d72ed1c1f43922bd3bef.tar.bz2
Release 0.35
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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)