ofono/ChangeLog

163 lines
5.8 KiB
Plaintext
Raw Normal View History

2010-03-24 08:26:21 +00:00
ver 0.20:
Fix issue with empty operator names.
Add missing API documentation.
Add support for Huawei EM770 modem.
Add more detailed parsing support for SIM Toolkit.
Add additional functionality for AT command server.
Add initial PPP implementation.
2010-03-07 12:39:25 +00:00
ver 0.19:
Fix parsing of EFspdi for PLMN list.
Fix issues with Bluetooth handsfree handling.
Fix non-blocking handling for AT command server.
Add support for network-initiated USSD requests.
Add utility functions for SIM Toolkit support.
2010-02-13 05:36:33 +00:00
ver 0.18:
Fix handling of GPRS attach logic.
Fix handling of username/password settings for STE/MBM modems.
Add support for Bluetooth Handsfree handling.
Add support for USSD_STATE_USER_ACTION.
Add radio settings atom and driver API.
Add framework for AT command server.
2010-01-31 02:09:14 +00:00
ver 0.17:
Add support for ST-Ericsson based modems.
Add support for processing CBS even if no EFcbmid.
Add support for devices with CSCB mode 0 only.
Add support for Handsfree devices via BlueZ.
Add CID and LAC quirk handling for Huawei modems.
2010-01-13 21:17:24 +00:00
ver 0.16:
Fix unregister of operators with null MCC/MNC.
Fix CPHS mailbox usage for 3GPP SIM cards.
Add support for persistent CBS Topics list.
Add support for persistent primary context identifiers.
Add support for SIM cache indexing by phase.
Add netmask to HSO GPRS context driver.
2009-12-24 15:22:28 +00:00
ver 0.15:
Fix missing netmask value for newer MBM devices.
Fix concatenation of datagram SMS messages.
Add support for 51.011 EFecc format.
Add support for Powered property to CbsManager.
Add utility for checking if CBS topic is in range.
2009-12-13 21:29:37 +00:00
ver 0.14:
Fix some issues with modem shutdown behavior.
Fix reset of context settings when deactivated.
Fix signal strength handling for Calypso modem.
Add proper signal strength handling for HSO modem.
Add support for enabling HSO Speech Services.
Add modem description for newer MBM devices.
Add clip_timeout for HFP incoming call handling.
Add poll_clcc for HFP multiparty calls.
Add utility for testing GSM GPRS dialing.
2009-12-06 22:06:10 +00:00
ver 0.13:
Add better support for call id allocation.
Add CLCC query when initializing modem.
Add DTMF tone sending support for HFP modem.
Add support for modem disabling on shutdown.
2009-12-02 17:58:50 +00:00
ver 0.12:
Fix various issues with Calypso modem driver.
Fix order of CMER and CIND in SLC connection.
Fix issue with SMS references stored as 8 bits.
Add static IP configuration for newer MBM devices.
Add context status polling for older MBM devices.
Add username/password support for MBM devices.
Add support for Huawei specific error terminator.
Add support for weird naming of Dell 5530 devices.
Add udev rules for Option GI0201 and GTM382 modems.
2009-11-24 00:06:55 +00:00
ver 0.11:
Fix issue with repeated CCWA notifications.
Fix issue with double-swap when 3-way dialing.
Add CLCC polling for better multiparty call support.
Add GPRS context driver for Option HSO devices.
Add support for GPRS interface configuration.
2009-11-14 09:23:14 +00:00
ver 0.10:
Fix issues with correct ATD handling.
Fix issues with indication handling.
Add support for SMS history capability.
Add basic save/restore support for GPRS settings.
Add three-way calling support to HFP voice driver.
Add call volume support to HFP modem plugin.
Add initial support for Palm Pre modems.
2009-11-01 14:49:40 +00:00
ver 0.9:
Fix issues with voice call dialing logic.
Fix issues with USSD decoding support.
Add initial GPRS support for MBM modems.
Add mode property to network registration.
Add support for advanced options in modem.conf file.
Add voice call driver for Bluetooth Handsfree.
2009-10-16 20:18:31 +00:00
ver 0.8:
Fix crash when internal structures differ.
Fix issues with handling empty text messages.
Add driver model for TTY multiplexer support.
Add support for multiplexer usage with Calypso modems.
Add support for PhoNet/ISI call barring, forwarding and waiting.
Add support for PhoNet/ISI voice call handling.
2009-10-04 11:11:14 +00:00
ver 0.7:
Fix handling of empty SMS text messages.
Fix GAtChat's next_hexstring to handle optional quotes.
Fix generic SIM driver to work correctly with 3G SIM cards.
Add utility functions to parse 2G and 3G get response data.
Add call volume interface to adjust speaker and mic volume.
Add support for basic elementary file database.
2009-09-25 21:31:02 +00:00
ver 0.6:
Fix build issue with example history plugin.
Fix segmentation fault from SIM reading on Calypso modem.
Add more scripts for SMS and voice call testing.
2009-09-25 00:07:05 +00:00
ver 0.5:
Fix reading of left overs in ME storage on startup.
Fix parsing of Enhanced Voicemail notifications.
Add reading of various CBS related EFs.
Add ability to expire PLMN wide messages.
Add support for national language variants.
Add support for PIN and PUK handling.
Add support for TI Calypso modem.
Add initial support for Novatel based devices.
Add initial support for Huawei based devices.
Add initial support for Option HSO based devices.
Add initial support for TTY multiplexing.
2009-09-03 03:36:27 +00:00
ver 0.4:
Add atom framework and update all drivers.
Add support for modem driver framework.
Add support for static modem configuration.
Add support for specialized phone simulator driver.
Add support for HTC G1 modem devices.
Add support for Ericsson MBM devices.
Add support for AT command PDU listing.
Add support for low-level PhoNet/ISI pipe endpoints.
Add support for full non-recursive build.
2009-08-13 01:00:24 +00:00
ver 0.3:
Fix support for phonebook reading.
Fix some issues with network registration.
Fix some issues with MSISDN handling.
Fix some issues with SIM storage support.
Add caching for EF-PNN and EF-OPL SIM files.
Add support for SIM ADN type number handling.
Add support for tracking message waiting indications.
Add support for user-provided AT parsers.
Add initial drafts of API documentation.
2009-07-18 10:09:06 +00:00
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.
2009-07-10 18:36:02 +00:00
ver 0.1:
Initial public release.