summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-05-28 17:44:22 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-05-28 17:44:22 -0700
commit3763930ff8536435c449d2ee3a0a9dc87557e114 (patch)
tree71bc29b18b65a171b09d96b1886c081db4282fd5
parent551f53fa2976f6d3062737d53e687870e0f726b9 (diff)
downloadofono-3763930ff8536435c449d2ee3a0a9dc87557e114.tar.bz2
Release 0.49
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aa1455d..4e5cf105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.49:
+ Fix issue with missing signal on context removal.
+ Fix issue with missing cleanup for GPRS interfaces.
+ Fix issue with online setting when not powered.
+ Fix issue with memory leak in GAtChat notifiers.
+ Fix issue with PPP Protocol-Reject packet handling.
+ Add support for PPP escape sequence handling.
+ Add support for initial SMS handling for CDMA.
+
ver 0.48:
Fix issue with crash due to not stopped PPP timers.
Fix issue with offline mode handling and Huawei modem.
diff --git a/configure.ac b/configure.ac
index 35a59ebe..2789fb91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.48)
+AC_INIT(ofono, 0.49)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)