Release 0.2 0.2
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 18 Jul 2009 10:09:06 +0000 (12:09 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 18 Jul 2009 10:09:06 +0000 (12:09 +0200)
ChangeLog
configure.ac

index ba27052..bcd86e9 100644 (file)
--- 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.
index 640c3cd..bb52d9d 100644 (file)
@@ -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])])