summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcd86e9d..d64ab6f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.3:
+ Fix support for phonebook reading.
+ Fix some issues with network registration.
+ Fix some issues with MSISDN handling.
+ Fix some issues with SIM storage support.
+ Add caching for EF-PNN and EF-OPL SIM files.
+ Add support for SIM ADN type number handling.
+ Add support for tracking message waiting indications.
+ Add support for user-provided AT parsers.
+ Add initial drafts of API documentation.
+
ver 0.2:
Add more detailed handling for network names.
Add character set support for phonebook.
diff --git a/configure.ac b/configure.ac
index a5b48844..989bf2a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(ofono, 0.2)
+AM_INIT_AUTOMAKE(ofono, 0.3)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])