From 23e4c6c23f6f526864850a1bcb7b9d278c5e3c31 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 28 Jun 2010 21:46:59 +0000 Subject: [PATCH] - core: fix crash during probing when a plugin doesn't support all ports (rh #603294) - gsm: better registration state checking when devices don't support AT+CREG (Blackberries) - gsm: add support for getting remaining unlock retry counts Tue Jun 22 2010 Dan Williams - 0.4-1.git20100622 - core: fix occasional crash when device is unplugged (rh #591728) - core: ensure errors are correctly returned when device is unplugged - core: ensure claimed ports don't fall back to Generic (rh #597296) - gsm: better compatibility with various phones - mbm: better detection of connection errors - simtech: add plugin for Simtech devices (like Airlink 3GU) - sierra: fix CDMA roaming detection --- .cvsignore | 1 + ModemManager.spec | 23 +++++++++++++++++++---- sources | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 52e747f..20d6842 100644 --- a/.cvsignore +++ b/.cvsignore @@ -17,3 +17,4 @@ ModemManager-0.3.git20100409.tar.bz2 ModemManager-0.3.git20100502.tar.bz2 ModemManager-0.3.git20100504.tar.bz2 ModemManager-0.3.git20100507.tar.bz2 +ModemManager-0.4.git20100628.tar.bz2 diff --git a/ModemManager.spec b/ModemManager.spec index 5ad9dd5..086f8d4 100644 --- a/ModemManager.spec +++ b/ModemManager.spec @@ -1,10 +1,10 @@ -%define snapshot .git20100507 +%define snapshot .git20100628 %define ppp_version 2.4.5 Summary: Mobile broadband modem management service Name: ModemManager -Version: 0.3 -Release: 13%{snapshot}%{?dist} +Version: 0.4 +Release: 2%{snapshot}%{?dist} # # Source from git://anongit.freedesktop.org/ModemManager/ModemManager # tarball built with: @@ -46,7 +46,8 @@ pppddir=`ls -1d %{_libdir}/pppd/2*` --with-docs=yes \ --disable-static \ --with-pppd-plugin-dir=$pppddir \ - --with-polkit=no + --with-polkit=no \ + --with-dist-version=%{version}-%{release} make %{?_smp_mflags} @@ -87,6 +88,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_datadir}/icons/hicolor/22x22/apps/modem-manager.png %changelog +* Mon Jun 28 2010 Dan Williams - 0.4-2.git20100628 +- core: fix crash during probing when a plugin doesn't support all ports (rh #603294) +- gsm: better registration state checking when devices don't support AT+CREG (Blackberries) +- gsm: add support for getting remaining unlock retry counts + +* Tue Jun 22 2010 Dan Williams - 0.4-1.git20100622 +- core: fix occasional crash when device is unplugged (rh #591728) +- core: ensure errors are correctly returned when device is unplugged +- core: ensure claimed ports don't fall back to Generic (rh #597296) +- gsm: better compatibility with various phones +- mbm: better detection of connection errors +- simtech: add plugin for Simtech devices (like Airlink 3GU) +- sierra: fix CDMA roaming detection + * Fri May 7 2010 Dan Williams - 0.3-13.git20100507 - core: fix crash when plugging in some Sierra and Option NV devices (rh #589798) - gsm: better compatibility with various Sony Ericsson phones diff --git a/sources b/sources index b485be0..f66ed86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2454b072754bbad2bdb8cef1b4bb57de ModemManager-0.3.git20100507.tar.bz2 +83b14a6042bc899f8926a45276e3ab55 ModemManager-0.4.git20100628.tar.bz2