From 0d48ab7b7e799bddfc77f4a9c2e2eac22625bebd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 20 Jan 2012 16:59:32 +0100 Subject: [PATCH] Release 1.3 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c89201cf..277ef1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.3: + Add support for CDMA PIN management. + Add support for CDMA provider name and SID. + Add support for Huawei USSD 8-bit PDU mode. + Add support for SIMCom SIM900 modems. + ver 1.2: Fix issue with PIN type string for network PUK. Fix issue with voice dialing and Qualcomm MSM modems. diff --git a/configure.ac b/configure.ac index 0c2727df..f0eb924f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.2) +AC_INIT(ofono, 1.3) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)