summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-02-17 11:55:30 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-02-17 11:55:30 -0800
commit72ad6ccd40c7dd35ab5c03272586751dba7ece8d (patch)
treec8cb20fae823460090ca4e8456bfafab968461c9
parent205d40db829724b5b451975a9c5273aac9ab14fa (diff)
downloadofono-72ad6ccd40c7dd35ab5c03272586751dba7ece8d.tar.bz2
Release 0.43
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91bc31e1..a2533adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.43:
+ Fix issue with PPP transmit ACCM and receive ACCM mixup.
+ Fix issue with PPP not using default ACCM in transmit.
+ Fix issue with PPP interface and EM770W modem.
+ Add support for basic modem emulator interfaces.
+ Add support for handling ATS5 command feature.
+ Add support for Linktop LW27x data cards.
+
ver 0.42:
Fix issue with ECT pre-conditions check.
Add support for watching SIM file changes.
diff --git a/configure.ac b/configure.ac
index 7a9be6be..7704d418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.42)
+AC_INIT(ofono, 0.43)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)