summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb5054f4..50e2765e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.45:
+ Fix issue with SIM Toolkit null data object.
+ Fix issue with SIM filesystem and modem release.
+ Fix issue with disconnect handling and Huawei modems.
+ Add support for improved SSN and voicecall handling.
+ Add support for SIM Toolkit Refresh handled by the modem.
+ Add support for multiple AT channels and STE modems.
+ Add support for ISI drivers and wgmodem2.5 handling.
+ Add support for optimized ringbuffer operations.
+ Add support for optimized PPP buffer management.
+
ver 0.44:
Fix issue with presence detection of Bluetooth daemon.
Fix issue with HDLC processing and PPP server.
diff --git a/configure.ac b/configure.ac
index defdf166..64e3ab62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.44)
+AC_INIT(ofono, 0.45)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)