summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-03-07 04:39:25 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-03-07 04:39:25 -0800
commitf721ef55e37a31d2b6272ac28a1445569a4c655d (patch)
treed3af8f4a870385ada24e59e80d6fb9bf83025a4a
parent4cbb33fcbd8aec659a771f472530a1cac5216e40 (diff)
downloadofono-0.19.tar.gz
Release 0.190.19
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index daa4f67b..e3b5d592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.19:
+ Fix parsing of EFspdi for PLMN list.
+ Fix issues with Bluetooth handsfree handling.
+ Fix non-blocking handling for AT command server.
+ Add support for network-initiated USSD requests.
+ Add utility functions for SIM Toolkit support.
+
ver 0.18:
Fix handling of GPRS attach logic.
Fix handling of username/password settings for STE/MBM modems.
diff --git a/configure.ac b/configure.ac
index bcbe39b8..fe3324ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.18)
+AC_INIT(ofono, 0.19)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)