aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-10-03 21:27:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-10-03 21:27:58 +0200
commit7664fdc37d3bc072ea8e9a5d92cac24aa1d27ddd (patch)
tree7f6f55fc0a364b5ff258eebb8893b9441a66d512
parent09e5898171c9f4ed1d403d85b21c45d1ebade437 (diff)
downloadphonesim-7664fdc37d3bc072ea8e9a5d92cac24aa1d27ddd.tar.gz
Release 1.211.21
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d94fb69..6a3c093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 1.21:
+ Add support for SimAuth class for GSM/UMTS authentication.
+ Add support for handling ISim file systems.
+
ver 1.20:
Fix issue with encoding of EFpnn.
Fix issue with hex quoted strings in CRSM.
diff --git a/configure.ac b/configure.ac
index e97c573..e0152f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.20)
+AC_INIT(phonesim, 1.21)
AM_INIT_AUTOMAKE([foreign subdir-objects])