summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f59f183c..1f4033fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 1.26:
+ Fix issue with AT callback handler and GPRS.
+ Fix issue with handling EUTRAN SMS only states.
+ Fix issue with handling MBIM strings on big endian.
+ Fix issue with missing char and SMS national language.
+ Fix issue with unsolicited notifications of +CGAUTH/+CGDCONT.
+ Add support for setting "none" authentication method.
+ Add support for SMS and phonebook with xmm7xxx modems.
+ Add support for voice features and Gemalto modems.
+ Add support for Bengali and Gujrati SMS alphabets.
+ Add support for 8 additional languages for GSM 7 bit
+ Add support for using internal Embedded Linux library.
+
ver 1.25:
Fix issue with handling GPRS context release.
Fix issue with GPRS context shutdown and Huawei modems.
diff --git a/configure.ac b/configure.ac
index 026c9a6a..dd8b50b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.25)
+AC_INIT(ofono, 1.26)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)