summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fcdbe1..31839cd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 0.23:
+ Fix issue with operator info when not registered.
+ Fix issue with clean PPP shutdown on device removal.
+ Add support for status report notification via CDSI.
+ Add better support for Huawei E160 and E176 devices.
+ Add full GPRS support for Novatel based devices.
+ Add support for Novatel specific radio settings.
+ Add support for Option specific radio settings.
+ Add support for setting CBS topics on Qualcomm devices.
+
ver 0.22:
Fix issue with VPATH builds.
Fix issue with SMS and more than 31 fragments.
diff --git a/configure.ac b/configure.ac
index 1afc4b39..b6a7d2ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.22)
+AC_INIT(ofono, 0.23)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)