summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01327e1c..8be91ecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 0.39:
+ Fix issue with not handling empty EFecc properly.
+ Fix issue with string length and DTMF handling.
+ Fix issue with missing info for terminal busy result.
+ Fix issue with signal strength handling and IFX modem.
+ Fix handling of SIM Toolkit enabling and IFX modem.
+ Add support for packet switched bearer notifications.
+ Add support for handling called line identification.
+ Add support for PIN retry counter interface.
+ Add support for ST-Ericsson modem init daemon.
+ Add support for Cinterion TC65 modem.
+ Add support for simple ISI client interface.
+
ver 0.38:
Change CalledLine* to ConnectedLine* properties.
Fix issue with calling presentation property.
diff --git a/configure.ac b/configure.ac
index 91c53454..b034ff0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.38)
+AC_INIT(ofono, 0.39)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)