summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7508d8e1..4d60118e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 0.21:
+ Add more parsing support for SIM Toolkit.
+ Add support for SIM insertion/removal events.
+ Add support for NITZ (network time) events.
+ Add support for reading EF_ICCID information.
+ Add support for advanced PPP integration.
+ Add support for HDLC specific abstraction.
+ Add support for simpler Technology values.
+ Add support for separate MCC/MNC SIM properties.
+ Add support for GPRS context with ISI modems.
+ Add support for SMS handling with ISI modems.
+ Add support for Wavecom WMP100 based devices.
+ Add support for Option iCON 451 based devices.
+ Add support for Huawei E1552 HSDPA USB devices.
+ Add support for Dell 5530 based devices.
+
ver 0.20:
Fix issue with empty operator names.
Add missing API documentation.
diff --git a/configure.ac b/configure.ac
index d2f921f1..1356a507 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.20)
+AC_INIT(ofono, 0.21)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)