- core: fix reconnect after manual disconnect (rh #541314)

- core: fix various segfaults during registration
- core: fix probing of various modems on big-endian architectures (ie PPC)
- core: implement modem states to avoid duplicate operations
- hso: fix authentication for Icera-based devices like iCON 505
- zte: use correct port for new devices
- nozomi: fix detection
This commit is contained in:
Daniel Williams 2009-12-08 06:17:28 +00:00
parent 172993f45f
commit 9de18d731c
3 changed files with 15 additions and 5 deletions

View File

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

View File

@ -1,16 +1,16 @@
%define snapshot 20091105 %define snapshot %{nil}
Summary: Mobile broadband modem management service Summary: Mobile broadband modem management service
Name: ModemManager Name: ModemManager
Version: 0.2 Version: 0.2.997
Release: 4.%{snapshot}%{?dist} Release: 1%{snapshot}%{?dist}
# #
# Source from git://anongit.freedesktop.org/ModemManager/ModemManager # Source from git://anongit.freedesktop.org/ModemManager/ModemManager
# tarball built with: # tarball built with:
# ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var # ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
# make distcheck # make distcheck
# #
Source: %{name}-%{version}-%{snapshot}.tar.bz2 Source: %{name}-%{version}%{snapshot}.tar.bz2
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
@ -62,6 +62,15 @@ rm -rf $RPM_BUILD_ROOT
/lib/udev/rules.d/* /lib/udev/rules.d/*
%changelog %changelog
* Mon Dec 7 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-1
- core: fix reconnect after manual disconnect (rh #541314)
- core: fix various segfaults during registration
- core: fix probing of various modems on big-endian architectures (ie PPC)
- core: implement modem states to avoid duplicate operations
- hso: fix authentication for Icera-based devices like iCON 505
- zte: use correct port for new devices
- nozomi: fix detection
* Thu Nov 5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105 * Thu Nov 5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105
- Update to latest git - Update to latest git
- core: fix pppd 2.4.5 errors about 'baudrate 0' - core: fix pppd 2.4.5 errors about 'baudrate 0'

View File

@ -1 +1 @@
b53ac98ef5b41a39a77037fdc272f099 ModemManager-0.2-20091105.tar.bz2 b2b550d36eaf98616b20b656bcb21800 ModemManager-0.2.997.tar.bz2