summaryrefslogtreecommitdiff
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 cd0368ae..0a2463c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.16:
+ Fix unregister of operators with null MCC/MNC.
+ Fix CPHS mailbox usage for 3GPP SIM cards.
+ Add support for persistent CBS Topics list.
+ Add support for persistent primary context identifiers.
+ Add support for SIM cache indexing by phase.
+ Add netmask to HSO GPRS context driver.
+
ver 0.15:
Fix missing netmask value for newer MBM devices.
Fix concatenation of datagram SMS messages.
diff --git a/configure.ac b/configure.ac
index 1ee9ae4b..c1770d9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.15)
+AC_INIT(ofono, 0.16)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)