diff --git a/ChangeLog b/ChangeLog index 277ef1c3..f4c900b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.4: + Fix issue with new SPN watch semantics. + Fix issue with handling malformed emergency numbers. + Fix issue with missing XSIMSTATE query for Infineon. + Add support for new Infineon voice settings handling. + ver 1.3: Add support for CDMA PIN management. Add support for CDMA provider name and SID. diff --git a/configure.ac b/configure.ac index f0eb924f..50ca75a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.3) +AC_INIT(ofono, 1.4) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)