aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-25 21:49:38 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-25 21:49:38 +0200
commitfec77237151b8172665a8dfa8f866589556ac8a7 (patch)
treefdffdd029a1b5d19a674271608a8fe2b3e3c1ef7
parent52bb2c7efbe1a4835b209e37beaa58e9e6833b1d (diff)
downloadphonesim-fec77237151b8172665a8dfa8f866589556ac8a7.tar.gz
Release 1.81.8
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0981e3c..107c031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.8:
+ Fix issue with FDN being enabled by default.
+ Add support for handling dummy GPRS contexts.
+ Add support for simulating Send USSD command.
+ Add support for Qt scripting interface via D-Bus.
+
ver 1.7:
Fix issue with multiple proactive command indications.
Add support for simulating language notification.
diff --git a/configure.ac b/configure.ac
index 58a0046..725ae7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.7)
+AC_INIT(phonesim, 1.8)
AM_INIT_AUTOMAKE([foreign subdir-objects])