Release 0.49

This commit is contained in:
Marcel Holtmann 2011-05-28 17:44:22 -07:00
parent 551f53fa29
commit 3763930ff8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.49:
Fix issue with missing signal on context removal.
Fix issue with missing cleanup for GPRS interfaces.
Fix issue with online setting when not powered.
Fix issue with memory leak in GAtChat notifiers.
Fix issue with PPP Protocol-Reject packet handling.
Add support for PPP escape sequence handling.
Add support for initial SMS handling for CDMA.
ver 0.48:
Fix issue with crash due to not stopped PPP timers.
Fix issue with offline mode handling and Huawei modem.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.48)
AC_INIT(ofono, 0.49)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)