summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba270525..bcd86e9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,9 @@
+ver 0.2:
+ Add more detailed handling for network names.
+ Add character set support for phonebook.
+ Add SIM file reading and writing utilities.
+ Add experimental support for MT incoming SMS store.
+ Add special support for ti_calypso based devices.
+
ver 0.1:
Initial public release.
diff --git a/configure.ac b/configure.ac
index 640c3cde..bb52d9d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(ofono, 0.1)
+AM_INIT_AUTOMAKE(ofono, 0.2)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])