aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-18 20:48:39 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-12-18 20:48:39 +0100
commitc16d38e17e312e9f03e94250af26f070d92f7dc0 (patch)
treed05319ad4e03254e8c338a9c87ae9c81e2cd6201
parent9153c011353a1310926fba1898eaebd55f4fdfee (diff)
downloadphonesim-c16d38e17e312e9f03e94250af26f070d92f7dc0.tar.gz
Release 1.101.10
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c05f67b..2a7bfdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.10:
+ Add SIM Refresh commands to SIM application menu.
+ Add provide local info command to SIM application menu.
+ Add timer management to SIM application menu.
+ Add support for TTY query.
+ Add support for CNAP SS command.
+ Add ability to provide CLIP / CNAP information.
+
ver 1.9:
Add SIM Polling commands to SIM application menu.
Add Send Short Message commands to SIM application menu.
diff --git a/configure.ac b/configure.ac
index 5debe23..758240a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.9)
+AC_INIT(phonesim, 1.10)
AM_INIT_AUTOMAKE([foreign subdir-objects])