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)