diff --git a/ChangeLog b/ChangeLog index 1f4033fe..8f03e388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.27: + Add support for handling SIMCom based SIM800 modems. + Add support for SIM lock state with xmm7xxx modems. + Add support for coexistence feature with xmm7xxx modems. + ver 1.26: Fix issue with AT callback handler and GPRS. Fix issue with handling EUTRAN SMS only states. diff --git a/configure.ac b/configure.ac index dd8b50b7..62c9e9b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.26) +AC_INIT(ofono, 1.27) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)