May 13, 2007 Archives
Sun May 13 20:57:22 CEST 2007
python-gammu 0.20
python-gammu 0.20 has been just released. New features:
- Fixed call information conversion.
- Support for last modified field.
- Support for latest Gammu version.
- Added python wrapper around C module, C module is now gammu.Core.
- Moved some generic data from Wammu.
- Added asynchronous wrapper around StateMachine.
- Added example for async operations, see examples/worker.py.
- Main library is now gammu.Core, but gammu.* still works.
- Support for service numbers.
- New example for service numbers, see examples/service-numbers.py.
Sun May 13 20:46:04 CEST 2007
Gammu stable version 1.11.0
I just released new version of Gammu, you can download it from download server. Changes to latest testing version are relatively small:
- Do not use asynchronous I/O on Windows.
- Make USSD work with AT phones.
- Fix setting date on Siemens MC75 (Rudolf Cejka).
- Config file on Windows is now searched in Application Data folder.
- Avoid corrupting vCard when some fields are empty.
- Properly handle OBEX error codes (bug #298).
Stay tuned, release evening will continue ;-).