From 161fab2d48ecf2e2be83f2a7910482c278a875e3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 25 Sep 2009 14:31:02 -0700 Subject: [PATCH] Release 0.6 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b14b0fc4..ff4437ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.6: + Fix build issue with example history plugin. + Fix segmentation fault from SIM reading on Calypso modem. + Add more scripts for SMS and voice call testing. + ver 0.5: Fix reading of left overs in ME storage on startup. Fix parsing of Enhanced Voicemail notifications. diff --git a/configure.ac b/configure.ac index 0922e873..8dc772be 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.5) +AC_INIT(ofono, 0.6) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)