diff --git a/ChangeLog b/ChangeLog index f4c900b4..6bf23def 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 1.5: + Fix issue with USSD handling and Infineon modem. + Fix issue with signal strength reporting and Infineon modem. + Add support for Assisted Satellite Navigation and Infineon modem. + Add support for IPv6/dual contexts and Infineon modem. + Add support for SIM retry counters and SIM Com modem. + Add support for SMS handling and SIM Com modem. + ver 1.4: Fix issue with new SPN watch semantics. Fix issue with handling malformed emergency numbers. diff --git a/configure.ac b/configure.ac index 50ca75a0..540fca08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.4) +AC_INIT(ofono, 1.5) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)