summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-04-26 13:29:19 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-04-26 13:29:19 -0700
commitd6fc5ffd5b2a9fabc1b10b18805047555f5b5019 (patch)
treef1054303bc78d0f8d35298a9dc19fffec10154cc
parenteaf6f64879920ded7b3b530457c548f96eef26dc (diff)
downloadofono-d6fc5ffd5b2a9fabc1b10b18805047555f5b5019.tar.bz2
Release 0.48
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffdf4b86..0aa1455d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.48:
+ Fix issue with crash due to not stopped PPP timers.
+ Fix issue with offline mode handling and Huawei modem.
+ Fix issue with missing check for Huawei modem device open.
+ Fix issue with USSD and use of non-cloned GAtChat object.
+
ver 0.47:
Fix issue with entering offline mode prematurely.
Add support for CPHS CSP network registration handling.
diff --git a/configure.ac b/configure.ac
index 7c621017..35a59ebe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.47)
+AC_INIT(ofono, 0.48)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)