summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-30 20:15:56 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-30 20:15:56 -0700
commitf79b2d7504bc1bc8bccc927b1645faa5aa2dc96e (patch)
tree76e5188f89f6d66f12593a6a4747a4423a4e81a0
parent0ca2a09f34d5832493d1dcfe01d32801aff34575 (diff)
downloadofono-f79b2d7504bc1bc8bccc927b1645faa5aa2dc96e.tar.bz2
Release 0.51
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97cdec6..f4708654 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.51:
+ Fix issue with alignment and STK event lists.
+ Fix issue with alignment and STK channel data length.
+ Fix issue with Linktop device handling functionality.
+ Fix issue with detection of HP HS2330 devices.
+ Add support for UICC SIM driver for ISI modems.
+ Add support for ACFC and PFC options for PPP.
+
ver 0.50:
Fix issue with STK respond on exit flag handling.
Fix issue with STK and canceling pending DTMF tones.
diff --git a/configure.ac b/configure.ac
index 053679b8..a6b4094a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.50)
+AC_INIT(ofono, 0.51)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)