summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61cb1732..f0fb88f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.12:
+ Fix various issues with Calypso modem driver.
+ Fix order of CMER and CIND in SLC connection.
+ Fix issue with SMS references stored as 8 bits.
+ Add static IP configuration for newer MBM devices.
+ Add context status polling for older MBM devices.
+ Add username/password support for MBM devices.
+ Add support for Huawei specific error terminator.
+ Add support for weird naming of Dell 5530 devices.
+ Add udev rules for Option GI0201 and GTM382 modems.
+
ver 0.11:
Fix issue with repeated CCWA notifications.
Fix issue with double-swap when 3-way dialing.
diff --git a/configure.ac b/configure.ac
index c4b7482f..5c2255ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.11)
+AC_INIT(ofono, 0.12)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)