[ubuntu/maverick] modemmanager 0.4+git.20100624t180933.6e79d15-1 (Accepted)
Thomas Bechtold
thomasbechtold at jpberlin.de
Tue Jul 20 00:25:26 BST 2010
modemmanager (0.4+git.20100624t180933.6e79d15-1) unstable; urgency=low
[ Michael Biebl ]
* New upstream release. (Closes: #585957)
* Drop debian/patches/01-termios.patch, merged upstream.
* debian/rules
- Drop aclocal workaround, no longer required.
- Add intltoolize call to pre-build.
[ Mathieu Trudel-Lapierre ]
* upstream snapshot 2010-06-24 18:09:33 (GMT)
+ 6e79d153efc30fb2030536f7f795c19ad4a0661a
* Add myself to Uploaders.
- update debian/control
[ Michael Biebl ]
* Use watch file to track new upstream releases.
- Add debian/watch.
* Add Build-Depends on intltool.
- Update debian/control.
modemmanager (0.3-2) unstable; urgency=low
[ Alexander Sack ]
* also bump debhelper build-depends to >= 7
- update debian/control
* recommend usb-modeswitch
- update debian/control
* fix lintian warning about empty quilt series file; add
a single line comment
- update debian/patches/series
* add Michael Biebl <biebl at debian.org> to Uploaders
- update debian/control
* use asac at ubuntu.com as maintainer as the mailing list
bounces bug mail (Closes: #566833)
- update debian/control
[ Michael Biebl ]
* Bump Standards-Version to 3.8.4. No further changes.
- update debian/control
* Fix FTBFS on alpha by using the POSIX.1 struct termios interface instead
of the obsolete struct termio ioctl interface. (Closes: #570661)
- add debian/patches/01-termios.patch
modemmanager (0.3-1) unstable; urgency=low
* initial upload to debian (Closes: #546587)
* address ftpmaster comments: refined debian/copyright to list all copyright
holders and explicitly declare doc-generator.xsl to be LGPL-2.1
- update debian/copyright
* use debhelper compat level 7 and bump Standards-Version to 3.8.3
- update debian/compat
modemmanager (0.3-0ubuntu1) lucid; urgency=low
* upstream snapshot: 2009-12-08 06:07:58 (GMT)
+ 07114d4f43c6e724d22294108b1e73785e7aab2a
- release: bump version to 0.2.997
- gsm: handle different +COPS response behavior
- gsm: implement enable/connecting/disconnecting state handling
- core: fix ordering of DISABLING and DISABLED states
- cdma: reset previous state if disconnect failed
- cdma: correctly handle state update after disconnection
- cdma: handle interim enabling/disabling states better
- cdma: update for new modem states and make connect actually work
- mbm: update state after enabling the device
- core: schedule enabled/disabled callbacks to avoid infinite recursion
- cdma: set correct modem state on connect failure
- build: require glib-2.0 >= 2.6.18 for g_set_error_literal()
- zte: add missing ZTE device aux port tags
- gsm: more complete parsing of PIN responses
- gsm: fix unsolicited registration segfaults
- hso: ensure authentication works again after auth errors
- serial: don't run commands when there's already one in progress
- hso: fix up connection issues and error ignorance
- nozomi: fix detection (LP: #425312)
- gsm: CGDCONT parsing fixes (bgo #602552)
- core: don't allow double scheduled callbacks (fixes crash)
- serial: handle arbitrary amounts of <CF><LF> padding in responses
- gsm: make "X4 &C1" init arguments optional (LP: #455031)
* upstream release 0.3
- cdma: increase data call initiation timeout
- core: fix mm_modem_check_removed() to return errors correctly
- cdma: allow plugins to override AT+CSS? during registration checking (rh #547294)
- anydata: add plugin for AnyData CDMA devices (rh #547294)
- huawei-cdma: robustify SYSINFO parsing
- sierra: prefer primary port for status
- core: protect against modem removal in critical callbacks (rh #553953)
- cdma: prefer primary port unless it's connected
- probe: add CPIN request during the probing process (bgo #604369)
- zte: ignore SIM Build Main Menu requests (rh #551376)
- longcheer: new plugin for Longcheer (Alcatel etc) devices (bgo #606550)
- gsm: correctly parse Nokia N80 +COPS response
- gsm: split out +COPS response parsing and add testcases
- serial: prevent "hangs" by limiting EAGAIN retries on serial writes
- gsm: ensure registration state is reset when disabling the modem
- core: implement a PropertiesChanged signal for the MMModem class
- core: add Enabled property to org.freedesktop.ModemManager.Modem interface
- sierra: fix CDMA registration detection in some cases
- zte: handle unsolicited messages during probe
- cdma: fix quality parsing if modem doesn't prepend +CSQ:
- sierra: use at!pcstate on CDMA modems for power control
- option: always pick the right data port
- mbm: ensure various unsolicited responses are turned off when disabling
- cdma: try +CSQ? if CSQ fails
- cdma: accept SID 0 in some cases
[ Tony Espy <espy at ubuntu.com> ]
* add get-snapshot-info target to rules
- update debian/rules
[ Alexander Sack <asac at ubuntu.com> ]
* package improvements pointed out by mbiebl (thx)
+ exclude pkglibdir and pppd from makeshlibs
- update debian/rules
+ generate dbus spec during build and add it to package; build depend on
xsltproc accordingly
- update debian/rules
- update debian/control
+ explicitly depend on libglib2.0-dev (>= 2.18)
- update debian/control
+ fix git url in package description
- update debian/control
Date: Sun, 27 Jun 2010 02:46:38 +0200
Changed-By: Thomas Bechtold <thomasbechtold at jpberlin.de>
Maintainer: Alexander Sack <asac at ubuntu.com>
Signed-By: Benjamin Drung <benjamin.drung at gmail.com>
Origin: debian/unstable
https://launchpad.net/ubuntu/maverick/+source/modemmanager/0.4+git.20100624t180933.6e79d15-1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 27 Jun 2010 02:46:38 +0200
Source: modemmanager
Binary: modemmanager
Architecture: source
Version: 0.4+git.20100624t180933.6e79d15-1
Distribution: maverick
Urgency: low
Maintainer: Alexander Sack <asac at ubuntu.com>
Changed-By: Thomas Bechtold <thomasbechtold at jpberlin.de>
Description:
modemmanager - D-Bus service for managing modems
Closes: 546587 566833 570661 585957
Launchpad-Bugs-Fixed: 455031 607455 425312
Changes:
modemmanager (0.4+git.20100624t180933.6e79d15-1) unstable; urgency=low
.
[ Michael Biebl ]
* New upstream release. (Closes: #585957)
* Drop debian/patches/01-termios.patch, merged upstream.
* debian/rules
- Drop aclocal workaround, no longer required.
- Add intltoolize call to pre-build.
.
[ Mathieu Trudel-Lapierre ]
* upstream snapshot 2010-06-24 18:09:33 (GMT)
+ 6e79d153efc30fb2030536f7f795c19ad4a0661a
* Add myself to Uploaders.
- update debian/control
.
[ Michael Biebl ]
* Use watch file to track new upstream releases.
- Add debian/watch.
* Add Build-Depends on intltool.
- Update debian/control.
.
modemmanager (0.3-2) unstable; urgency=low
.
[ Alexander Sack ]
* also bump debhelper build-depends to >= 7
- update debian/control
* recommend usb-modeswitch
- update debian/control
* fix lintian warning about empty quilt series file; add
a single line comment
- update debian/patches/series
* add Michael Biebl <biebl at debian.org> to Uploaders
- update debian/control
* use asac at ubuntu.com as maintainer as the mailing list
bounces bug mail (Closes: #566833)
- update debian/control
.
[ Michael Biebl ]
* Bump Standards-Version to 3.8.4. No further changes.
- update debian/control
* Fix FTBFS on alpha by using the POSIX.1 struct termios interface instead
of the obsolete struct termio ioctl interface. (Closes: #570661)
- add debian/patches/01-termios.patch
.
modemmanager (0.3-1) unstable; urgency=low
.
* initial upload to debian (Closes: #546587)
* address ftpmaster comments: refined debian/copyright to list all copyright
holders and explicitly declare doc-generator.xsl to be LGPL-2.1
- update debian/copyright
* use debhelper compat level 7 and bump Standards-Version to 3.8.3
- update debian/compat
.
modemmanager (0.3-0ubuntu1) lucid; urgency=low
.
* upstream snapshot: 2009-12-08 06:07:58 (GMT)
+ 07114d4f43c6e724d22294108b1e73785e7aab2a
- release: bump version to 0.2.997
- gsm: handle different +COPS response behavior
- gsm: implement enable/connecting/disconnecting state handling
- core: fix ordering of DISABLING and DISABLED states
- cdma: reset previous state if disconnect failed
- cdma: correctly handle state update after disconnection
- cdma: handle interim enabling/disabling states better
- cdma: update for new modem states and make connect actually work
- mbm: update state after enabling the device
- core: schedule enabled/disabled callbacks to avoid infinite recursion
- cdma: set correct modem state on connect failure
- build: require glib-2.0 >= 2.6.18 for g_set_error_literal()
- zte: add missing ZTE device aux port tags
- gsm: more complete parsing of PIN responses
- gsm: fix unsolicited registration segfaults
- hso: ensure authentication works again after auth errors
- serial: don't run commands when there's already one in progress
- hso: fix up connection issues and error ignorance
- nozomi: fix detection (LP: #425312)
- gsm: CGDCONT parsing fixes (bgo #602552)
- core: don't allow double scheduled callbacks (fixes crash)
- serial: handle arbitrary amounts of <CF><LF> padding in responses
- gsm: make "X4 &C1" init arguments optional (LP: #455031)
.
* upstream release 0.3
- cdma: increase data call initiation timeout
- core: fix mm_modem_check_removed() to return errors correctly
- cdma: allow plugins to override AT+CSS? during registration checking (rh #547294)
- anydata: add plugin for AnyData CDMA devices (rh #547294)
- huawei-cdma: robustify SYSINFO parsing
- sierra: prefer primary port for status
- core: protect against modem removal in critical callbacks (rh #553953)
- cdma: prefer primary port unless it's connected
- probe: add CPIN request during the probing process (bgo #604369)
- zte: ignore SIM Build Main Menu requests (rh #551376)
- longcheer: new plugin for Longcheer (Alcatel etc) devices (bgo #606550)
- gsm: correctly parse Nokia N80 +COPS response
- gsm: split out +COPS response parsing and add testcases
- serial: prevent "hangs" by limiting EAGAIN retries on serial writes
- gsm: ensure registration state is reset when disabling the modem
- core: implement a PropertiesChanged signal for the MMModem class
- core: add Enabled property to org.freedesktop.ModemManager.Modem interface
- sierra: fix CDMA registration detection in some cases
- zte: handle unsolicited messages during probe
- cdma: fix quality parsing if modem doesn't prepend +CSQ:
- sierra: use at!pcstate on CDMA modems for power control
- option: always pick the right data port
- mbm: ensure various unsolicited responses are turned off when disabling
- cdma: try +CSQ? if CSQ fails
- cdma: accept SID 0 in some cases
.
[ Tony Espy <espy at ubuntu.com> ]
* add get-snapshot-info target to rules
- update debian/rules
.
[ Alexander Sack <asac at ubuntu.com> ]
* package improvements pointed out by mbiebl (thx)
+ exclude pkglibdir and pppd from makeshlibs
- update debian/rules
+ generate dbus spec during build and add it to package; build depend on
xsltproc accordingly
- update debian/rules
- update debian/control
+ explicitly depend on libglib2.0-dev (>= 2.18)
- update debian/control
+ fix git url in package description
- update debian/control
Checksums-Sha1:
aaeebe6e930b0d937719dd528d0857dfd81bc9ab 2160 modemmanager_0.4+git.20100624t180933.6e79d15-1.dsc
8892c0ade8677ca179e28c2fe450a0fd69419af5 296187 modemmanager_0.4+git.20100624t180933.6e79d15.orig.tar.gz
935693939a9bbc2ce1d9c8c8a8b0028ae9c3f9ab 6522 modemmanager_0.4+git.20100624t180933.6e79d15-1.diff.gz
Checksums-Sha256:
719f839c12dd72e9ed8a8d1774681147a9b630eb323e0697f0a98b82ce74aaec 2160 modemmanager_0.4+git.20100624t180933.6e79d15-1.dsc
fef3379f1e6af51886e354cb7c3d3fbd3a3468e68b036c2d5f68441e41994ab2 296187 modemmanager_0.4+git.20100624t180933.6e79d15.orig.tar.gz
d13444702cf2ed39a8020958a6e027f9dc792f966876f75d7de94a28a38b6d47 6522 modemmanager_0.4+git.20100624t180933.6e79d15-1.diff.gz
Files:
693a55e34bca0ce23c83e85c929dc6b5 2160 net optional modemmanager_0.4+git.20100624t180933.6e79d15-1.dsc
a44a2ae2720d590469b54f4802a75cb6 296187 net optional modemmanager_0.4+git.20100624t180933.6e79d15.orig.tar.gz
0502a3c3e115ed5046930599aa857f0e 6522 net optional modemmanager_0.4+git.20100624t180933.6e79d15-1.diff.gz
Origin: debian/unstable
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJMRNr9AAoJEBWetcTvyHdMMroQAJ4hOkK17kCLxacV+FoEC1KY
v4T1u88OCZ8y0ia2DsxZUObhY9k3Dp+sxSHZIELC/OXYAIHQda5rK1EOgP13SSvQ
NpddpWPJ0PCIAkH2jg0yS7F024+o6agl+2ocx0HK2C8wNguyghAx/1O3MW24m46u
fO6jX7fu4h9q2giSv9H/aWRRfGHB1rsDpB49It8ctpdCcTB6r69XcVc4SQW8rnXM
y4OtCUh7q9M0c+KPpVjfLiPC+rGFJeXE2+fzSI9zocGPoQhuFvnikel44R1I+Kzh
S2yFNtbKekGMWeHvzUnBJxOzaCffkSyi+J5cUUlC2N1lIqtaPdg0y5rmbSiS5ooJ
XRWDz+lbAbYuOC7+m1YiVjj2zlxJH+Tq3IPWMpCFpx0zMxUO78+af392bBKhC4DJ
PBVMywBaDQ6HTnpwo/13OCWH/H/m1IkNfV8GMwpeVZiBB9yyFYph4nBODh+kuI6Z
sSAiXcrMPUkd+ZMB4Zq+GnBA3m0edxZ4dLulu/Cj2TrSa8bjqlJJtVCFFJhP8KpH
CSRGEqGBK21aJrd9otjhqCB2l2838y12QWMqy566tPACCj9drO9aa7ofRzxpvJwi
0gV1th0F4gbsw96UNqXqPcH9A1Afzn1DWfr+GZj2i8/McuLuX2+/5N1NL9QMIMki
EdzBc9kOWvnXAIlHG29+
=nx92
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list