Blame SPECS/ModemManager.spec

5f42e9
%global glib2_version 2.32
5f42e9
5f42e9
%global _hardened_build 1
5f42e9
5f42e9
Summary: Mobile broadband modem management service
5f42e9
Name: ModemManager
5f42e9
Version: 1.6.10
5f42e9
Release: 1%{?dist}
5f42e9
Source: https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
5f42e9
Patch0: 0001-Revert-build-bump-required-gettext-version-to-0.19.3.patch
5f42e9
5f42e9
License: GPLv2+
5f42e9
Group: System Environment/Base
5f42e9
5f42e9
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
5f42e9
Requires: glib2 >= %{glib2_version}
5f42e9
# For mbim-proxy and qmi-proxy
5f42e9
Requires: libmbim-utils
5f42e9
Requires: libqmi-utils
5f42e9
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
5f42e9
5f42e9
Requires(post): systemd
5f42e9
Requires(postun): systemd
5f42e9
Requires(preun): systemd
5f42e9
5f42e9
BuildRequires: glib2-devel >= %{glib2_version}
5f42e9
BuildRequires: libgudev1-devel >= 143
5f42e9
BuildRequires: automake autoconf intltool libtool
5f42e9
BuildRequires: intltool
5f42e9
BuildRequires: libxslt gtk-doc
5f42e9
BuildRequires: libqmi-devel >= 1.16.0
5f42e9
BuildRequires: libmbim-devel >= 1.14.0
5f42e9
BuildRequires: gobject-introspection-devel >= 1.38
5f42e9
BuildRequires: vala-tools vala-devel
5f42e9
BuildRequires: dbus
5f42e9
BuildRequires: systemd-devel
5f42e9
5f42e9
%global __provides_exclude ^libmm-plugin-
5f42e9
5f42e9
%description
5f42e9
The ModemManager service manages WWAN modems and provides a consistent API for
5f42e9
interacting with these devices to client applications.
5f42e9
5f42e9
%package devel
5f42e9
Summary: Libraries and headers for adding ModemManager support to applications
5f42e9
Group: Development/Libraries
5f42e9
Requires: %{name}%{?_isa} = %{version}-%{release}
5f42e9
Requires: pkgconfig
5f42e9
5f42e9
%description devel
5f42e9
This package contains various headers for accessing some ModemManager functionality
5f42e9
from applications.
5f42e9
5f42e9
%package glib
5f42e9
Summary: Libraries for adding ModemManager support to applications that use glib.
5f42e9
Group: Development/Libraries
5f42e9
Requires: glib2 >= %{glib2_version}
5f42e9
5f42e9
%description glib
5f42e9
This package contains the libraries that make it easier to use some ModemManager
5f42e9
functionality from applications that use glib.
5f42e9
5f42e9
%package glib-devel
5f42e9
Summary: Libraries and headers for adding ModemManager support to applications that use glib.
5f42e9
Group: Development/Libraries
5f42e9
Requires: %{name}%{?_isa} = %{version}-%{release}
5f42e9
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
5f42e9
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
5f42e9
Requires: glib2-devel >= %{glib2_version}
5f42e9
Requires: pkgconfig
5f42e9
5f42e9
%description glib-devel
5f42e9
This package contains various headers for accessing some ModemManager functionality
5f42e9
from glib applications.
5f42e9
5f42e9
%package vala
5f42e9
Summary: Vala bindings for ModemManager
5f42e9
Group: Development/Libraries
5f42e9
Requires: vala
5f42e9
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
5f42e9
5f42e9
%description vala
5f42e9
Vala bindings for ModemManager
5f42e9
5f42e9
%prep
5f42e9
%setup -q
5f42e9
%patch0 -p1
5f42e9
5f42e9
%build
5f42e9
intltoolize --force
5f42e9
autoreconf -i --force
5f42e9
intltoolize --force
5f42e9
%configure \
5f42e9
	--with-suspend-resume=systemd \
5f42e9
	--enable-more-warnings=no \
5f42e9
	--with-udev-base-dir=%{_prefix}/lib/udev \
5f42e9
	--enable-gtk-doc \
5f42e9
	--with-qmi=yes \
5f42e9
	--with-mbim=yes \
5f42e9
	--disable-static \
5f42e9
	--with-polkit=no \
5f42e9
	--with-dist-version=%{version}-%{release}
5f42e9
5f42e9
make %{?_smp_mflags}
5f42e9
5f42e9
%check
5f42e9
make check
5f42e9
5f42e9
%install
5f42e9
make install DESTDIR=%{buildroot}
5f42e9
5f42e9
rm -f %{buildroot}%{_libdir}/*.la
5f42e9
rm -f %{buildroot}%{_libdir}/%{name}/*.la
5f42e9
5f42e9
%find_lang %{name}
5f42e9
5f42e9
%post
5f42e9
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
5f42e9
%systemd_post ModemManager.service
5f42e9
5f42e9
%preun
5f42e9
%systemd_preun ModemManager.service
5f42e9
5f42e9
%postun
5f42e9
/sbin/ldconfig
5f42e9
if [ $1 -eq 0 ] ; then
5f42e9
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
5f42e9
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
5f42e9
fi
5f42e9
%systemd_postun
5f42e9
5f42e9
%posttrans
5f42e9
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
5f42e9
5f42e9
%post	glib -p /sbin/ldconfig
5f42e9
%postun	glib -p /sbin/ldconfig
5f42e9
5f42e9
%files -f %{name}.lang
5f42e9
%doc COPYING README
5f42e9
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
5f42e9
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
5f42e9
%attr(0755,root,root) %{_sbindir}/ModemManager
5f42e9
%attr(0755,root,root) %{_bindir}/mmcli
5f42e9
%dir %{_libdir}/%{name}
5f42e9
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
5f42e9
%{_udevrulesdir}/*
5f42e9
%{_unitdir}/ModemManager.service
5f42e9
%{_datadir}/icons/hicolor/22x22/apps/*.png
5f42e9
%{_datadir}/bash-completion
5f42e9
%{_mandir}/man8/*
5f42e9
5f42e9
%files devel
5f42e9
%{_includedir}/ModemManager/*.h
5f42e9
%dir %{_datadir}/gtk-doc/html/%{name}
5f42e9
%{_datadir}/gtk-doc/html/%{name}/*
5f42e9
%{_libdir}/pkgconfig/%{name}.pc
5f42e9
%{_datadir}/dbus-1/interfaces/*.xml
5f42e9
5f42e9
%files glib
5f42e9
%{_libdir}/libmm-glib.so.*
5f42e9
%{_libdir}/girepository-1.0/*.typelib
5f42e9
5f42e9
%files glib-devel
5f42e9
%{_libdir}/libmm-glib.so
5f42e9
%dir %{_includedir}/libmm-glib
5f42e9
%{_includedir}/libmm-glib/*.h
5f42e9
%{_libdir}/pkgconfig/mm-glib.pc
5f42e9
%dir %{_datadir}/gtk-doc/html/libmm-glib
5f42e9
%{_datadir}/gtk-doc/html/libmm-glib/*
5f42e9
%{_datadir}/gir-1.0/*.gir
5f42e9
5f42e9
%files vala
5f42e9
%{_datadir}/vala/vapi/libmm-glib.*
5f42e9
5f42e9
%changelog
5f42e9
* Tue Oct 24 2017 Lubomir Rintel <lrintel@redhat.com> - 1.6.10-1
5f42e9
- Update to 1.6.10 release (rh #1483051)
5f42e9
5f42e9
* Tue Aug 29 2017 Lubomir Rintel <lrintel@redhat.com> - 1.6.8-1
5f42e9
- Update to 1.6.8 release (rh #1483051)
5f42e9
5f42e9
* Tue Jul 26 2016 Lubomir Rintel <lrintel@redhat.com> - 1.6.0-2
5f42e9
- Disallow mixing different ModemManager and libmm-glib versions (rh #1352041)
5f42e9
5f42e9
* Tue Jul 26 2016 Lubomir Rintel <lrintel@redhat.com> - 1.6.0-1
5f42e9
- Update to the 1.6 release
5f42e9
5f42e9
* Fri Jul 08 2016 Lubomir Rintel <lrintel@redhat.com> - 1.6.0-0.1.rc4
5f42e9
- Update to a 1.6 snapshot
5f42e9
5f42e9
* Thu Aug 13 2015 Lubomir Rintel <lrintel@redhat.com> - 1.1.0-8.git20130913
5f42e9
- rfcomm: don't open the ttys until NetworkManager connects them (rh #1251954)
5f42e9
5f42e9
* Thu Jul  9 2015 Jiří Klimeš <jklimes@redhat.com> - 1.1.0-7.git20130913
5f42e9
- iface-modem: fix MODEM_STATE_IS_INTERMEDIATE macro (rh #1200958)
5f42e9
5f42e9
* Wed Mar 12 2014 Dan Williams <dcbw@redhat.com> - 1.1.0-6.git20130913
5f42e9
- Fix hardened build (rh #1065046)
5f42e9
5f42e9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.1.0-5.git20130913
5f42e9
- Mass rebuild 2014-01-24
5f42e9
5f42e9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.0-4.git20130913
5f42e9
- Mass rebuild 2013-12-27
5f42e9
5f42e9
* Fri Oct 11 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-3.git20130913
5f42e9
- Main RPM requires ModemManager-glib
5f42e9
- Vala RPM does not require main ModemManager RPM
5f42e9
5f42e9
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-2.git20130913
5f42e9
- Build with MBIM support
5f42e9
- Enable Vala bindings
5f42e9
5f42e9
* Fri Sep  6 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-1.git20130906
5f42e9
- Update to latest git snapshot
5f42e9
5f42e9
* Mon Aug 26 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-2.git20130723
5f42e9
- Fix udev rules file paths
5f42e9
- Remove 'dia' from BuildRequires
5f42e9
5f42e9
* Tue Jul 23 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-1.git20130723
5f42e9
- Update to 1.0.1 release
5f42e9
- Enable QMI support
5f42e9
5f42e9
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-2.git20130710
5f42e9
- Handle PNP connected devices
5f42e9
- Fall back to AT for messaging if QMI modem doesn't support the WMS service
5f42e9
- Fix IPv6 bearer creation for HSO devices
5f42e9
- Fix detection of supported modes on Icera-based modems
5f42e9
- Fix handling of some Icera-based modems with limited capability ports
5f42e9
- Add support for Olivetti Olicard 200
5f42e9
5f42e9
* Fri Jun  7 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-1.git20130607
5f42e9
- Update to 0.7.991 snapshot
5f42e9
- Fix SMS validity parsing
5f42e9
- Allow registration changes to 'searching' without disconnecting
5f42e9
- Fix reading SMS messages from some QMI-based devices
5f42e9
- Increase connection timeout for Novatel E362
5f42e9
- Fix PIN retries checking when unlocking Ericsson devices
5f42e9
- Better handling of supported and preferred modes (eg 2G, 3G, 4G preference)
5f42e9
5f42e9
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 0.7.990-3.git20130515
5f42e9
- Install the libmm-glib.so symlink in -glib-devel
5f42e9
- Include the /usr/share/libmm-glib directory in -glib-devel
5f42e9
- Make sure -glib-devel subpackage depends on the base -glib package
5f42e9
5f42e9
* Thu May 16 2013 Bruno Wolff III <bruno@wolff.to> - 0.7.990-2.git20130515
5f42e9
- Removed epoch macro references
5f42e9
5f42e9
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.7.990-1.git20130515
5f42e9
- Update to 0.8 snapshot
5f42e9
5f42e9
* Thu Jan 31 2013 Tom Callaway <spot@fedoraproject.org> - 0.6.0.0-3
5f42e9
- blacklist common arduino devices (rh #861620)
5f42e9
5f42e9
* Tue Nov 27 2012 Jiří Klimeš <jklimes@redhat.com> - 0.6.0.0-2
5f42e9
- core: fix a crash in g_utf8_validate() (rh #862341)
5f42e9
5f42e9
* Tue Sep  4 2012 Dan Williams <dcbw@redhat.com> - 0.6.0.0-1
5f42e9
- Update to 0.6.0
5f42e9
- core: fix SMS notifications on many Qualcomm devices
5f42e9
- core: use SMS PDU mode by default (more compatible)
5f42e9
- novatel: fix CDMA roaming indication
5f42e9
- zte: support more devices
5f42e9
- zte: power down modems when disabled
5f42e9
- mbm: power down modems when disabled
5f42e9
- mbm: add support for Ericsson H5321
5f42e9
- sierra: fix detection of secondary ports
5f42e9
- sierra: more reliable connections with USB 305/AT&T Lightning
5f42e9
5f42e9
* Fri Jul 20 2012 Dan Williams <dcbw@redhat.com> - 0.5.3.96-1
5f42e9
- Update to 0.5.3.96 (0.5.4-rc2)
5f42e9
- core: fix SMS handling on a number of devices
5f42e9
- zte: support for devices that use Icera chipsets
5f42e9
- core: ignore unsupported QMI WWAN ports (rh #835153)
5f42e9
5f42e9
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
5f42e9
- Update to 0.5.2
5f42e9
- core: retry sending SMS in PDU mode if text fails
5f42e9
- hso: fix connection regression due to Nokia device fixes
5f42e9
5f42e9
* Sat Feb 25 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.97-1
5f42e9
- Update to 0.5.2-rc1
5f42e9
- core: fix a few crashes
5f42e9
- nokia: fix issues with various Nokia devices
5f42e9
- huawei: fix modem crashes with older Huawei devices (like E220)
5f42e9
5f42e9
* Tue Feb  7 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.96-1
5f42e9
- Update to git snapshot of 0.5.2
5f42e9
- option: fix handling of access technology reporting
5f42e9
- cdma: fix handling of EVDO registration states
5f42e9
- mbm: fix problems reconnecting on Ericsson F5521gw modems
5f42e9
- gsm: fix connections using the Motorola Flipout
5f42e9
- gsm: better detection of registration state when connecting
5f42e9
- mbm: add support for more Ericsson modems
5f42e9
- gobi: ensure rebranded Gobi devices are driven by Gobi
5f42e9
- gsm: fix SMS multipart messages, PDU-only mode, and text-mode message listing
5f42e9
- huawei: fix USSD handling
5f42e9
- nokia: add support for Nokia Internet Sticks
5f42e9
- gsm: fix registration response handling on some newer devices
5f42e9
- sierra: add support for Icera-based devices (USB305, AT&T Lightning)
5f42e9
5f42e9
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.998-2.git20110706
5f42e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5f42e9
5f42e9
* Thu Jul  7 2011 Dan Williams <dcbw@redhat.com> - 0.4.998-1.git20110706
5f42e9
- Update to 0.5-beta4
5f42e9
- gsm: various USSD fixes
5f42e9
- samsung: support for Y3400 module and various other fixes
5f42e9
- gobi: support access technology reporting while disconnected
5f42e9
- nokia: fix issues with N900 USB connected operation (rh #583691)
5f42e9
5f42e9
* Mon Jun  6 2011 Dan Williams <dcbw@redhat.com> - 0.4.997-1
5f42e9
- Update to 0.5-beta3
5f42e9
- samsung: only support Y3300 (fixes issues with other Samsung modems)
5f42e9
- longcheer: restrict to only supported devices
5f42e9
- simtech: add support for Prolink PH-300
5f42e9
- gsm: various SMS cleanups and fixes
5f42e9
- x22x: add support for access technology reporting and the Alcatel X200 modem
5f42e9
5f42e9
* Wed Apr 27 2011 Dan Williams <dcbw@redhat.com> 0.4-8.git20110427
5f42e9
- samsung: add support for Samsung Y3300 GSM modem
5f42e9
- huawei: fixes for probing and handling various Huawei devices
5f42e9
- wavecom: add support for some Wavecom modems
5f42e9
- zte: fix crashes with Icera-based devices
5f42e9
- mbm: add support for Lenovo F5521gw module
5f42e9
- core: add support for basic SMS reception
5f42e9
- core: faster probing for devices that support it (option, samsung)
5f42e9
5f42e9
* Fri Feb 25 2011 Rex Dieter <rdieter@fedoraproejct.org> 0.4-7.git20110201.1
5f42e9
- hack around FTBFS on sparc
5f42e9
5f42e9
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7.git20110201
5f42e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5f42e9
5f42e9
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.4-6.git20110201
5f42e9
- Attempt to fix Icera plugin crash on second dial
5f42e9
5f42e9
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.4-5.git20110201
5f42e9
- core: add device and SIM identifier properties
5f42e9
- dbus: fix property access permissions via D-Bus (rh #58594)
5f42e9
- cdma: better detection of EVDO registration
5f42e9
- cdma: recognize dual-mode devices as CDMA instead of GSM
5f42e9
- gsm: better handling of wrong PIN entry
5f42e9
- gsm: allow usage of older GSM character encoding schemes
5f42e9
- gsm: preliminary USSD support
5f42e9
- gsm: fix handling of modems that report signal strength via +CIND
5f42e9
- sierra: fix handling of Sierra CnS ports mistakenly recognized as QCDM
5f42e9
- sierra: ensure packet-switched network attachment before dialing
5f42e9
- zte: add support for T-Mobile Rocket 2.0
5f42e9
- mbm: add support for HP-branded Ericsson devices
5f42e9
- linktop: add support for Linktop/Teracom LW273
5f42e9
- x22x: add support for various Alcatel devices (like the X220D)
5f42e9
5f42e9
* Tue Jul 20 2010 Dan Williams <dcbw@redhat.com> - 0.4-4.git20100720
5f42e9
- gsm: fix location services API signals
5f42e9
- gsm: fix issue with invalid operator names (rh #597088)
5f42e9
- novatel: fix S720 signal strength reporting
5f42e9
- novatel: detect CDMA home/roaming status
5f42e9
5f42e9
* Wed Jun 30 2010 Dan Williams <dcbw@redhat.com> - 0.4-3.git20100630
5f42e9
- gsm: enable the location services API
5f42e9
5f42e9
* Mon Jun 28 2010 Dan Williams <dcbw@redhat.com> - 0.4-2.git20100628
5f42e9
- core: fix crash during probing when a plugin doesn't support all ports (rh #603294)
5f42e9
- gsm: better registration state checking when devices don't support AT+CREG (Blackberries)
5f42e9
- gsm: add support for getting remaining unlock retry counts
5f42e9
5f42e9
* Tue Jun 22 2010 Dan Williams <dcbw@redhat.com> - 0.4-1.git20100622
5f42e9
- core: fix occasional crash when device is unplugged (rh #591728)
5f42e9
- core: ensure errors are correctly returned when device is unplugged
5f42e9
- core: ensure claimed ports don't fall back to Generic (rh #597296)
5f42e9
- gsm: better compatibility with various phones
5f42e9
- mbm: better detection of connection errors
5f42e9
- simtech: add plugin for Simtech devices (like Airlink 3GU)
5f42e9
- sierra: fix CDMA roaming detection
5f42e9
5f42e9
* Fri May  7 2010 Dan Williams <dcbw@redhat.com> - 0.3-13.git20100507
5f42e9
- core: fix crash when plugging in some Sierra and Option NV devices (rh #589798)
5f42e9
- gsm: better compatibility with various Sony Ericsson phones
5f42e9
- longcheer: better support for Alcatel X060s modems
5f42e9
5f42e9
* Tue May  4 2010 Dan Williams <dcbw@redhat.com> - 0.3-12.git20100504
5f42e9
- core: fix data port assignments (rh #587400)
5f42e9
5f42e9
* Sun May  2 2010 Dan Williams <dcbw@redhat.com> - 0.3-11.git20100502
5f42e9
- core: ignore some failures on disconnect (rh #578280)
5f42e9
- core: add support for platform serial devices
5f42e9
- gsm: better Blackberry DUN support
5f42e9
- gsm: periodically poll access technology
5f42e9
- cdma: prevent crash on modem removal (rh #571921)
5f42e9
- mbm: add support for Sony Ericsson MD400, Dell 5541, and Dell 5542 modems
5f42e9
- novatel: better signal strength reporting on CDMA cards
5f42e9
- novatel: add access technology and mode preference support on GSM cards
5f42e9
- zte: fix mode preference retrieval
5f42e9
- longcheer: add support for Zoom modems (4595, 4596, etc)
5f42e9
- longcheer: add access technology and mode preference support
5f42e9
5f42e9
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.3-10.git20100409
5f42e9
- Silence %%post
5f42e9
- Update scripts
5f42e9
5f42e9
* Fri Apr  9 2010 Dan Williams <dcbw@redhat.com> - 0.3-9.git20100409
5f42e9
- gsm: fix parsing Blackberry supported character sets response
5f42e9
5f42e9
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.3-8.git20100408
5f42e9
- mbm: fix retrieval of current allowed mode
5f42e9
- gsm: fix initialization issues with some devices (like Blackberries)
5f42e9
5f42e9
* Mon Apr  5 2010 Dan Williams <dcbw@redhat.com> - 0.3-7.git20100405
5f42e9
- core: fix detection of some generic devices (rh #579247)
5f42e9
- core: fix detection regression of some Huawei devices in 0.3-5
5f42e9
- cdma: periodically poll registration state and signal quality
5f42e9
- cdma: really fix registration detection on various devices (rh #569067)
5f42e9
5f42e9
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-6.git20100331
5f42e9
- core: fix PPC/SPARC/etc builds
5f42e9
5f42e9
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-5.git20100331
5f42e9
- core: only export a modem when all its ports are handled (rh #540438, rh #569067, rh #552121)
5f42e9
- cdma: handle signal quality requests while connected for more devices
5f42e9
- cdma: handle serving system requests while connected for more devices
5f42e9
- gsm: determine current access technology earlier
5f42e9
- huawei: work around automatic registration issues on some devices
5f42e9
5f42e9
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.3-4.git20100323
5f42e9
- core: ensure enabled modems are disabled when MM stops
5f42e9
- core: better capability detection for Blackberry devices (rh #573510)
5f42e9
- cdma: better checking of registration states (rh #540438, rh #569067, rh #552121)
5f42e9
- gsm: don't block modem when it requires PIN2
5f42e9
- option: fix access technology updates
5f42e9
5f42e9
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.3-3.git20100317
5f42e9
- mbm: add device IDs for C3607w
5f42e9
- mbm: fail earlier during connection failures
5f42e9
- mbm: fix username/password authentication when checked by the network
5f42e9
- hso: implement asynchronous signal quality updates
5f42e9
- option: implement asynchronous signal quality updates
5f42e9
- novatel: correctly handle CDMA signal quality
5f42e9
- core: basic PolicyKit support
5f42e9
- core: fix direct GSM registration information requests
5f42e9
- core: general GSM PIN/PUK unlock fixes
5f42e9
- core: poll GSM registration state internally for quicker status updates
5f42e9
- core: implement GSM 2G/3G preference
5f42e9
- core: implement GSM roaming allowed/disallowed preference
5f42e9
- core: emit signals on access technology changes
5f42e9
- core: better handling of disconnections
5f42e9
- core: fix simple CDMA status requests
5f42e9
5f42e9
* Thu Feb 11 2010 Dan Williams <dcbw@redhat.com> - 0.3-2.git20100211
5f42e9
- core: startup speed improvements
5f42e9
- core: GSM PIN checking improvements
5f42e9
- huawei: fix EVDO-only connections on various devices (rh #553199)
5f42e9
- longcheer: add support for more devices
5f42e9
5f42e9
* Tue Jan 19 2010 Dan Williams <dcbw@redhat.com> - 0.3-1.git20100119
5f42e9
- anydata: new plugin for AnyData CDMA modems (rh #547294)
5f42e9
- core: fix crashes when devices are unplugged during operation (rh #553953)
5f42e9
- cdma: prefer primary port for status/registration queries
5f42e9
- core: fix probing/detection of some PIN-locked devices (rh #551376)
5f42e9
- longcheer: add plugin for Alcatel (X020, X030, etc) and other devices
5f42e9
- gsm: fix Nokia N80 network scan parsing
5f42e9
5f42e9
* Fri Jan  1 2010 Dan Williams <dcbw@redhat.com> - 0.2.997-5.git20100101
5f42e9
- core: fix apparent hangs by limiting retried serial writes
5f42e9
- gsm: ensure modem state is reset when disabled
5f42e9
5f42e9
* Fri Dec 18 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-4.git20091218
5f42e9
- sierra: fix CDMA registration detection in some cases (rh #547513)
5f42e9
5f42e9
* Wed Dec 16 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-3.git20091216
5f42e9
- sierra: ensure CDMA device is powered up when trying to use it
5f42e9
- cdma: better signal quality parsing (fixes ex Huawei EC168C)
5f42e9
- zte: handle unsolicited messages better during probing
5f42e9
5f42e9
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-2.git20091214
5f42e9
- cdma: fix signal strength reporting on some devices
5f42e9
- cdma: better registration state detection when dialing (ex Sierra 5275)
5f42e9
- option: always use the correct tty for dialing commands
5f42e9
5f42e9
* Mon Dec  7 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-1
5f42e9
- core: fix reconnect after manual disconnect (rh #541314)
5f42e9
- core: fix various segfaults during registration
5f42e9
- core: fix probing of various modems on big-endian architectures (ie PPC)
5f42e9
- core: implement modem states to avoid duplicate operations
5f42e9
- hso: fix authentication for Icera-based devices like iCON 505
5f42e9
- zte: use correct port for new devices
5f42e9
- nozomi: fix detection
5f42e9
5f42e9
* Thu Nov  5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105
5f42e9
- Update to latest git
5f42e9
- core: fix pppd 2.4.5 errors about 'baudrate 0'
5f42e9
- cdma: wait for network registration before trying to connect
5f42e9
- gsm: add cell access technology reporting
5f42e9
- gsm: allow longer-running network scans
5f42e9
- mbm: various fixes for Ericsson F3507g/F3607gw/Dell 5530
5f42e9
- nokia: don't power down phones on disconnect
5f42e9
- hso: fix disconnection/disable
5f42e9
5f42e9
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.2-3.20090826
5f42e9
- Fixes for Motorola and Ericsson devices
5f42e9
- Fixes for CDMA "serving-system" command parsing
5f42e9
5f42e9
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com>
5f42e9
- Fix a typo in one of the udev rules files
5f42e9
5f42e9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2.20090707
5f42e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5f42e9
5f42e9
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-1.20090707
5f42e9
- Fix source repo location
5f42e9
- Fix directory ownership
5f42e9
5f42e9
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-0.20090707
5f42e9
- Initial version
5f42e9