Release 0.6

This commit is contained in:
Marcel Holtmann 2009-09-25 14:31:02 -07:00
parent e97d2e4272
commit 161fab2d48
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)