From d51c05cef39970539a3e71017a264a64b48cf511 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 12 Jun 2012 23:51:17 -0700 Subject: [PATCH] Release 1.7 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d9d1a1ec..8ac2f3a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.7: + Add support for Bluetooth DUN daemon (dundee). + Add support for Wavecom Q2403/Q2686 modems. + Add support for Nvidia Icera modems. + ver 1.6: Fix issue with elementary files updates. Fix issue with emulator ringing notification. diff --git a/configure.ac b/configure.ac index c71fc1e3..1dc09ea6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.6) +AC_INIT(ofono, 1.7) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)