aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-27 18:05:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-07-27 18:05:47 +0200
commit0054cc9205438e71cf016e53c80993da840862f0 (patch)
tree347b0462f3260cb5357287604f33e28639feaa1c
parenta198c8e742673934498c980d4f661698f73e8513 (diff)
downloadphonesim-0054cc9205438e71cf016e53c80993da840862f0.tar.gz
Release 1.201.20
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54837dc..d94fb69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.20:
+ Fix issue with encoding of EFpnn.
+ Fix issue with hex quoted strings in CRSM.
+ Add support for SIMSTATE command and notification.
+ Add support for SIM refresh and re-init notification.
+ Add support for SIM PIN retry counters.
+
ver 1.19:
Fix issue with automatic accept of magic numbers.
Fix issue with user-initiated USSD sessions.
diff --git a/configure.ac b/configure.ac
index 2436292..fb3c3a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.19)
+AC_INIT(phonesim, 1.20)
AM_INIT_AUTOMAKE([foreign subdir-objects])