[ubuntu/lucid] modemmanager 0.3-0ubuntu1 (Accepted)

Tony Espy espy at ubuntu.com
Fri Jan 22 01:40:38 GMT 2010


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: Thu, 21 Jan 2010 19:07:37 -0500
Changed-By: Tony Espy <espy at ubuntu.com>
Maintainer: Ubuntu Network Manager Team <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Alexander Sack <asac at ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/modemmanager/0.3-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jan 2010 19:07:37 -0500
Source: modemmanager
Binary: modemmanager
Architecture: source
Version: 0.3-0ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Network Manager Team <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Tony Espy <espy at ubuntu.com>
Description: 
 modemmanager - D-Bus service for managing modems
Changes: 
 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: 
 b38cb00e3aff6a9c7caac8499b4892ec2fda156f 1935 modemmanager_0.3-0ubuntu1.dsc
 1efeeae23b55ade97ff0d566532efdacd0160ad5 192264 modemmanager_0.3.orig.tar.gz
 bc899354510be92cac320add012fb24bf8e21a83 5689 modemmanager_0.3-0ubuntu1.diff.gz
Checksums-Sha256: 
 1a3f6a3d07568f7456d491f46f4fd84876ca9b8aec83fb98926fce06a210f713 1935 modemmanager_0.3-0ubuntu1.dsc
 f6a0c0fc51431ae2a197b3260dd9e12edfe1571ded7a43085fcc972dc4d21532 192264 modemmanager_0.3.orig.tar.gz
 0564290a4539cbb9d632bee0c29421c4106103ad920f826af58061d042c7082b 5689 modemmanager_0.3-0ubuntu1.diff.gz
Files: 
 293976a0041c476b9927fe7236633e55 1935 net optional modemmanager_0.3-0ubuntu1.dsc
 e9939e33cebbc65f8127a2fc0e5388f0 192264 net optional modemmanager_0.3.orig.tar.gz
 3033265e228dda7c0bd6cb37692cc17b 5689 net optional modemmanager_0.3-0ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 425312 455031

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBAgAGBQJLWPBXAAoJEKBE/gcUDGZkiJoP+wZXLzKbI1xldNI7Q2z+/LYG
lPTs5R8oa7naHLpY7n6b8Tf6PL1nbVwtFVEgqGfIz5rMII5MpDg5AEzZg8clR/Ud
QBKJaICLgN76Gfi6iyW+oto/Dh0NIXXzdL4MZDq/vwEzOCUra9gDLmWejGl9KXXz
MtwR9jCBXm9zVzAmpQh98OpuA8y1kl7oZoLrlez9z+IuSrrZ5mO2LBLxQPf+NlWn
Xt1aao9NKsqytF3tFKAA2cJsCVydoSo9soaaKKCcth1op+8gdZr8TnqVzbtjYQ0n
MWkspnD9S5pd5tOWt8a3xQ/L3v+mDymups5ljUHPvI/RI1DGaWq2K2Cw9BnIaNnL
LfLykxUZbjIAD40dfWjKm/vitcqCMfHmMyPcBB+7qNnPt6JEqN3FslxdiGBBqUUk
YjT0PQPhC6vZbHx1SMMmL65RVHHtXAq72cRDqZ2T9fkgWz3s5R1ayyfoqtpLXEdd
zKTTF6Lhk4Bba0IsHBxyT/xkxKRXT8mzPIXtAYa2IN66C6/odnN3bsdPPxqOnbYB
1ClJUn6JvGFws4ogAEM8VguWjtyPsvAKuNVCC26tVGYWMZBwxU62BCpNxnaBydl+
JjNKoC4nz2Jugj3hFOkVeLPilhcIaJOC+JzDUT7zepvUrqmhAlEYTnGIDbs+TIx7
fFScDO0vWGZNIIVLZeO6
=0UiR
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list