From 80c28469e5b0c8fbe041adcc0c9b89cf0a4f9044 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Jun 2010 19:59:44 -0700 Subject: [PATCH] Release 0.22 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d60118e..13fcdbe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.22: + Fix issue with VPATH builds. + Fix issue with SMS and more than 31 fragments. + Add even more SIM Toolkit parsing support. + Add support for modem online property. + ver 0.21: Add more parsing support for SIM Toolkit. Add support for SIM insertion/removal events. diff --git a/configure.ac b/configure.ac index 1356a507..1afc4b39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.21) +AC_INIT(ofono, 0.22) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)