From c86a1bb815950bee302aa12cb052e2a70d7f8595 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 12 Jun 2010 21:56:53 +0200 Subject: [PATCH] Release 0.23 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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)