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 31839cd3..cb09050a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.24:
+ Fix race condition with GRPS attach operation.
+ Fix some issues with Option based devices.
+ Fix Huawei TTY hangup on context termination.
+ Fix crash within HDLC handling.
+ Fix incorrect packet length within PPP.
+ Add support for PPP server side.
+ Add support for decoding USSD PDUs.
+ Add support for SMS status report assembly.
+ Add support for SMS bearer settings.
+ Add initial support for Bluetooth plugin.
+
ver 0.23:
Fix issue with operator info when not registered.
Fix issue with clean PPP shutdown on device removal.
diff --git a/configure.ac b/configure.ac
index b6a7d2ee..170f8487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.23)
+AC_INIT(ofono, 0.24)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)