Release 0.43

This commit is contained in:
Marcel Holtmann 2011-02-17 11:55:30 -08:00
parent 205d40db82
commit 72ad6ccd40
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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)