summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-25 14:31:02 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-25 14:31:02 -0700
commit161fab2d48ecf2e2be83f2a7910482c278a875e3 (patch)
tree4f67b7ec9ab1dbb95fdd3aec3424a64c1fb8a293
parente97d2e427296ae12f239f8ad9ef6dc79535da238 (diff)
downloadofono-0.6.tar.gz
Release 0.60.6
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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)