summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-18 12:09:06 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-18 12:09:06 +0200
commitb638b315f941c1d196b7f3967e2220c87efbccc7 (patch)
treef00e2984eca2e4e60957230f368c65e2e3d5d236
parent09eb55deb2c4dc36731cf49a05a60997392527ed (diff)
downloadofono-b638b315f941c1d196b7f3967e2220c87efbccc7.tar.bz2
Release 0.2
-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])])