- core: ensure enabled modems are disabled when MM stops

- core: better capability detection for Blackberry devices (rh #573510)
- cdma: better checking of registration states (rh #540438, rh #569067, rh
    #552121)
- gsm: don't block modem when it requires PIN2
- option: fix access technology updates
This commit is contained in:
Daniel Williams 2010-03-23 21:56:12 +00:00
parent 760cfac242
commit ae0cc4be9a
3 changed files with 11 additions and 3 deletions

View File

@ -9,3 +9,4 @@ ModemManager-0.2.997.git20100101.tar.bz2
ModemManager-0.3.git20100119.tar.bz2
ModemManager-0.3.git20100211.tar.bz2
ModemManager-0.3.git20100317.tar.bz2
ModemManager-0.3.git20100323.tar.bz2

View File

@ -1,10 +1,10 @@
%define snapshot .git20100317
%define snapshot .git20100323
%define ppp_version 2.4.5
Summary: Mobile broadband modem management service
Name: ModemManager
Version: 0.3
Release: 3%{snapshot}%{?dist}
Release: 4%{snapshot}%{?dist}
#
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with:
@ -91,6 +91,13 @@ fi
%{_datadir}/icons/hicolor/22x22/apps/modem-manager.png
%changelog
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.3-4.git20100323
- core: ensure enabled modems are disabled when MM stops
- core: better capability detection for Blackberry devices (rh #573510)
- cdma: better checking of registration states (rh #540438, rh #569067, rh #552121)
- gsm: don't block modem when it requires PIN2
- option: fix access technology updates
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.3-3.git20100317
- mbm: add device IDs for C3607w
- mbm: fail earlier during connection failures

View File

@ -1 +1 @@
11374c3a5077247fc3dd4c3ca8bd148d ModemManager-0.3.git20100317.tar.bz2
954f899c241b91acb6dbb5a78dc025cd ModemManager-0.3.git20100323.tar.bz2