summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2533adf..eb5054f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.44:
+ Fix issue with presence detection of Bluetooth daemon.
+ Fix issue with HDLC processing and PPP server.
+ Fix issue with SIM state and PIN2/PUK2 handling.
+ Fix issue with potential SIM lockout condition.
+ Add support for basic handling of SIM Toolkit Refresh.
+ Add support for location reporting interface.
+ Add support for GPS engine and MBM modems.
+ Add support for CNAP handling and ISI modems.
+ Add support for multiple contexts and STE modems.
+ Add support for ST-Ericsson U8500 modem.
+
ver 0.43:
Fix issue with PPP transmit ACCM and receive ACCM mixup.
Fix issue with PPP not using default ACCM in transmit.
diff --git a/configure.ac b/configure.ac
index 7704d418..defdf166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.43)
+AC_INIT(ofono, 0.44)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)