[ubuntu/intrepid-proposed] network-manager 0.7~~svn20081018t105859-0ubuntu1.8.10.1 (Accepted)

Alexander Sack asac at ubuntu.com
Fri Nov 28 13:43:11 GMT 2008


network-manager (0.7~~svn20081018t105859-0ubuntu1.8.10.1) intrepid-proposed; urgency=low

  * fix LP: #292054 - Some drivers take too long to associate (Was:
    network-manager 0.7 always asks for WPA passphrase); we workaround
    this driver/wpasupplicant bug by giving association more time
    (e.g. 60sec instead of 25sec)
    - add debian/patches/lp292054_tune_supplicant_timeout_60s.patch
    - update debian/patches/series
  * fix LP: #256905 - dbus policy file (nm-avahi-autoipd.conf) not properly
    deployed in package; install nm-avahi-autoipd.conf
    - update debian/network-manager.install
  * fix LP: #282207 - [Sierra] NM 0.7 does not set APN for AT&T 3G connection;
    apply fix from Jerone Young
    - add debian/patches/lp282207_set_apn_at_syntax.patch
    - update debian/patches/series
  * fix LP: #268667 - not all required ppp options get set on command line
    which makes ppp use bad values from /etc/ppp/options; we backport upstream
    fix
    - add debian/patches/lp268667_more_ppp_default_options.patch
    - update debian/patches/series
  * fix LP: #291564 - ifupdown network manager does not blacklist/unmanage
    mapped devices in managed=false mode; thanks to Stephan Trebels for the
    patch
    - add debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
    - update debian/patches/series
  * fix LP: #291902 - ifupdown plugin should not export any parsed connection
    configuration when running in managed=false mode; we fix this by exporting
    empty connection list in unmanaged mode
    - add debian/patches/lp291902_IFUPDOWN_dont_export_connection_in_unmanaged_mode.patch
    - update debian/patches/series
  * belt-and-braces fix LP: #290468 VPN fails, "/usr/bin/nm-ppp-starter
    missing"; we remove obsolete conffiles in -pptp .preinst; in case user
    modified them they will be renamed to .dpkg-bak; this patch takes care that
    NM doesn't consider files in /etc/NetworkManager/VPN that don't have a
    .name filename suffix.
    - add debian/patches/lp290468_only_consider_name_suffix_VPN_service_files.patch
    - update debian/patches/series
  * fix LP: #303142 - 3G [Option] some modems take a while time to register on
    network (CREG); we use g_timeout_add instead of _idle_add to give the
    modem some rest during registration phase.
    - add debian/patches/lp303142_more_time_for_automatic_registration.patch
    - update debian/patches/series

Date: Fri, 28 Nov 2008 13:48:34 +0100
Changed-By: Alexander Sack <asac at ubuntu.com>
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Alexander Sack <asac at jwsdot.com>
https://edge.launchpad.net/ubuntu/intrepid/+source/network-manager/0.7~~svn20081018t105859-0ubuntu1.8.10.1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 28 Nov 2008 13:48:34 +0100
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib0 libnm-glib-dev libnm-util0 libnm-util-dev
Architecture: source
Version: 0.7~~svn20081018t105859-0ubuntu1.8.10.1
Distribution: intrepid-proposed
Urgency: low
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alexander Sack <asac at ubuntu.com>
Description: 
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib0 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util0 - network management framework (shared library)
 network-manager - network management framework daemon
 network-manager-dev - network management framework (development files)
Launchpad-Bugs-Fixed: 256905 268667 282207 290468 291564 291902 292054 303142
Changes: 
 network-manager (0.7~~svn20081018t105859-0ubuntu1.8.10.1) intrepid-proposed; urgency=low
 .
   * fix LP: #292054 - Some drivers take too long to associate (Was:
     network-manager 0.7 always asks for WPA passphrase); we workaround
     this driver/wpasupplicant bug by giving association more time
     (e.g. 60sec instead of 25sec)
     - add debian/patches/lp292054_tune_supplicant_timeout_60s.patch
     - update debian/patches/series
   * fix LP: #256905 - dbus policy file (nm-avahi-autoipd.conf) not properly
     deployed in package; install nm-avahi-autoipd.conf
     - update debian/network-manager.install
   * fix LP: #282207 - [Sierra] NM 0.7 does not set APN for AT&T 3G connection;
     apply fix from Jerone Young
     - add debian/patches/lp282207_set_apn_at_syntax.patch
     - update debian/patches/series
   * fix LP: #268667 - not all required ppp options get set on command line
     which makes ppp use bad values from /etc/ppp/options; we backport upstream
     fix
     - add debian/patches/lp268667_more_ppp_default_options.patch
     - update debian/patches/series
   * fix LP: #291564 - ifupdown network manager does not blacklist/unmanage
     mapped devices in managed=false mode; thanks to Stephan Trebels for the
     patch
     - add debian/patches/lp291564_ifupdown_unmanage_mapping_and_iface.patch
     - update debian/patches/series
   * fix LP: #291902 - ifupdown plugin should not export any parsed connection
     configuration when running in managed=false mode; we fix this by exporting
     empty connection list in unmanaged mode
     - add debian/patches/lp291902_IFUPDOWN_dont_export_connection_in_unmanaged_mode.patch
     - update debian/patches/series
   * belt-and-braces fix LP: #290468 VPN fails, "/usr/bin/nm-ppp-starter
     missing"; we remove obsolete conffiles in -pptp .preinst; in case user
     modified them they will be renamed to .dpkg-bak; this patch takes care that
     NM doesn't consider files in /etc/NetworkManager/VPN that don't have a
     .name filename suffix.
     - add debian/patches/lp290468_only_consider_name_suffix_VPN_service_files.patch
     - update debian/patches/series
   * fix LP: #303142 - 3G [Option] some modems take a while time to register on
     network (CREG); we use g_timeout_add instead of _idle_add to give the
     modem some rest during registration phase.
     - add debian/patches/lp303142_more_time_for_automatic_registration.patch
     - update debian/patches/series
Checksums-Sha1: 
 a6e0c8b3aef9e809dab84d7536270bde32a4f152 2482 network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.dsc
 446d98487cc536ca6b5cbf768f39edf99048bea5 48731 network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.diff.gz
Checksums-Sha256: 
 26861618285c2e4eaa3c80ac47df5931964eb199d6a5a6e389b1491ea4fc856c 2482 network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.dsc
 71fe98cae22e273113b0c9b8cc67d8cc6294c38d72a8ff2274494c655f0b2b14 48731 network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.diff.gz
Files: 
 8d435b6f5968f3e75c689b667bd74b35 2482 net optional network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.dsc
 ef51575eb0840964f93ade5291eb20b9 48731 net optional network-manager_0.7~~svn20081018t105859-0ubuntu1.8.10.1.diff.gz
Original-Maintainer: Riccardo Setti <giskard at debian.org>

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

iQIcBAEBAgAGBQJJL+jgAAoJEKBE/gcUDGZk9DwP/iZKD/1L13VJdZy9lzJGoqzK
jMqnVeJ1fbW8m4w3AcxuE50fcm0YToRfGUuImY0vadd5Jqa8n7/bt/PEpI4Asrsr
7U0gcohf9/FnsWbn/mJidVnOE3PSXsD6ogrpDI7ZRcMSsc6y0EgcTaxEltT6nmTC
JrzEp8dLTn//sNkFdL46WmRv6gKJdnBfCDJYrkcXCI9iAIeDTFqRQBI24AiIkxVB
g8vo/DaZuidAMEF1isFwtMhkHmPy2PN5DeTGUPCV3WhV8ncBm6oCRn621CSs9bER
Qz3FvavOY0pLZWnRAZtJhnI5yAcj37l0T//GXpMQ/uK8iVdYQq/+EjEsjceH/RP5
htNAV6baUU8CTaOOvstmYuORjV5dowxz1fEdCpsZSJZeHOInkhCcvXc42kcNb73i
vhgjnYpDNJRcdh5ZwEs8OzMhFMTlOfFDpUQQfQI66kJAk0bzr5aRefXjjboKtZkw
NQRMbtd0a49NAYwj+21cYrToSJmpPohIE5VFvVjA43wl6MMqk6osStVL+6Hq9+b3
GpAU3Ptu+KcNQx9/+V155n2uCFfr2zh/vtmDKWVqNf7sIIVwssqVTesU9u2sog4m
u26eF4a2zn7ZZ1KDJ1BPGEcPiIkWdlbDscr9gfuWw5ZNOMvUyVvZ05G52xOuHk3Z
PUJd/YY+jVkL2YcMyASr
=nBBZ
-----END PGP SIGNATURE-----


More information about the Intrepid-changes mailing list