summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-02 18:58:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-02 18:58:50 +0100
commitab4e631c9890770f0cd208a762e5517abd65e3b2 (patch)
treef96dc53d779bac1d17f9e32b4866cc010dfb6053
parent83a03d5fbf7cfca2eb79900a7766b231b24ddbe2 (diff)
downloadofono-ab4e631c9890770f0cd208a762e5517abd65e3b2.tar.gz
Release 0.120.12
-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)