aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-18 11:40:01 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-18 11:40:01 +0900
commitde4508b194d8eb9fa218895e7c915cd2baa9976c (patch)
tree8707609699850532928bb3616da12ba19738131c
parent8e3dbf822add53353b10a3c94d767758271ee5ed (diff)
downloadphonesim-de4508b194d8eb9fa218895e7c915cd2baa9976c.tar.gz
Release 1.71.7
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8579ee6..0981e3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.7:
+ Fix issue with multiple proactive command indications.
+ Add support for simulating language notification.
+ Add support for simulating Send DTMF command.
+ Add support for simulating Send SS command.
+ Add support for simulating MT release of call.
+
ver 1.6:
Fix sw2 SIM filesystem response for binary read.
Fix missing Network destination for SIM Toolkit cases.
diff --git a/configure.ac b/configure.ac
index 502d63d..4d10494 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.6)
+AC_INIT(phonesim, 1.7)
AM_INIT_AUTOMAKE([foreign subdir-objects])