summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)