- Update to latest git

- core: fix pppd 2.4.5 errors about 'baudrate 0'
- cdma: wait for network registration before trying to connect
- gsm: add cell access technology reporting
- gsm: allow longer-running network scans
- mbm: various fixes for Ericsson F3507g/F3607gw/Dell 5530
- nokia: don't power down phones on disconnect
- hso: fix disconnection/disable
This commit is contained in:
Daniel Williams 2009-11-05 17:39:15 +00:00
parent 56e5de3768
commit 44a1589a67
3 changed files with 14 additions and 3 deletions

View File

@ -1,2 +1,3 @@
ModemManager-0.2-20090707.tar.bz2
ModemManager-0.2-20090826.tar.bz2
ModemManager-0.2-20091105.tar.bz2

View File

@ -1,9 +1,9 @@
%define snapshot 20090826
%define snapshot 20091105
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.2
Release: 3.%{snapshot}%{?dist}
Release: 4.%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with:
@ -62,6 +62,16 @@ rm -rf $RPM_BUILD_ROOT
/lib/udev/rules.d/*
%changelog
* Thu Nov 5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105
- Update to latest git
- core: fix pppd 2.4.5 errors about 'baudrate 0'
- cdma: wait for network registration before trying to connect
- gsm: add cell access technology reporting
- gsm: allow longer-running network scans
- mbm: various fixes for Ericsson F3507g/F3607gw/Dell 5530
- nokia: don't power down phones on disconnect
- hso: fix disconnection/disable
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.2-3.20090826
- Fixes for Motorola and Ericsson devices
- Fixes for CDMA "serving-system" command parsing

View File

@ -1 +1 @@
e070cc8f706b2ff4dda4d49f1d813303 ModemManager-0.2-20090826.tar.bz2
b53ac98ef5b41a39a77037fdc272f099 ModemManager-0.2-20091105.tar.bz2