Changelogs from build 20131104 to 20131105


  address-book-app (0.2+14.04.20131104-0ubuntu1) trusty; urgency=low
 .
   [ Renato Araujo Oliveira Filho ]
   * Avoid set the contact to null during the contact update. (LP:
     #1247285)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 111


  click (0.4.11) saucy; urgency=low
 .
   * Drop --force-missing-framework from PackageKit plugin now that
     /usr/share/click/frameworks/ubuntu-sdk-13.10.framework is in
     ubuntu-sdk-libs.
   * Show a neater error message when a package's framework is not installed
     (LP: #1236671).
   * Show a neater error message when building a package whose manifest file
     cannot be parsed (LP: #1236669).
   * Show a neater error message when running "click install" with
     insufficient privileges (LP: #1236673).


  dialer-app (0.1+14.04.20131104.1-0ubuntu1) trusty; urgency=low
 .
   [ Martin Pitt ]
   * Add ofono-phonesim-autostart dependency to -autopilot to enable CI
     phonesim tests, and fix some missing dependencies and test setup.
     (LP: #1240519)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 74


 distribute

  Changesfile not available.

 dnsmasq

  Changesfile not available.

  friends (0.2.0+14.04.20131105-0ubuntu1) trusty; urgency=low
 .
   [ Timo Jyrinki ]
   * Revert bzr235 "Save battery life by decreasing default polling
     frequency." that causes a problem on mako.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 238


  friends-app (0.92.0+14.04.20131105-0ubuntu1) trusty; urgency=low
 .
   [ Robert Bruce Park ]
   * Merge Kai Mast's timeline/mentions tabs.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 113


  gallery-app (0.0.67+14.04.20131105-0ubuntu1) trusty; urgency=low
 .
   [ Guenter Schwann ]
   * Put share panel in a Loader. (LP: #1221266)
 .
   [ Łukasz 'sil2100' Zemczak ]
   * Ensure the toolbar is hidden before interacting with the
     application. This catters for the new default toolbar behaviour,
     which is shown at startup and automatically hides after 5 seconds
     (introduced with revision 805 of the UITK).
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 880


 gcr

  Changesfile not available.

 gmime

  Changesfile not available.

  ido (13.10.0+14.04.20131105.1-0ubuntu1) trusty; urgency=low
 .
   [ Ubuntu daily release ]
   * debian/*symbols: auto-update new symbols to released version
 .
   [ Lars Uebernickel ]
   * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model.
   * IdoUserMenuItem: only allow file icons as avatars In practice, all
     avatars are file icons. This restriction allowed for quite some
     cleanup, as we don't need to worry about symbolic icons and themes
     aymore. Note: this patch removes the warning when the user avatar
     image was not found. This is a common enough case that the warning
     just clutters up logs.
   * idoscalemenuitem: disconnect signal from parent This fixes a crash:
     the widget installed a handler for the parent's hide signal, but was
     destroyed before the parent without disconnecting the signal. (LP:
     #1246536)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 156


  libtimezonemap (0.4.1) trusty; urgency=low
 .
   [ Iain Lane ]
   * Include countryInfo and admin1Codes from geonames (in addition to
     cities15000 already shipped from there) and use them to provide "state"
     and "full_country" properties.


  lxc-android-config (0.119) trusty; urgency=low
 .
   * Adding simple wrapping upstart job to get events on cable
     connect/disconnect.


  messaging-app (0.1+14.04.20131104-0ubuntu1) trusty; urgency=low
 .
   [ Martin Pitt ]
   * test_messaging.py: Cover SMS send/receive through ofono-phonesim.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 55


  network-manager (0.9.8.4-0ubuntu3) trusty; urgency=low
 .
   * Set "allow-stderr" for debian/tests/apparmor_workaround to avoid failure
     on AppArmor warnings.

 network-manager (0.9.8.4-0ubuntu2) trusty; urgency=low
 .
   * Add debian/tests/apparmor_workaround: AppArmor currently does not allow us
     to access the system D-BUS from an unshared file system. Hack the policy
     to allow that until that gets fixed properly. (LP: #1244157)
   * Disable dnsmasq autopkgtest. It's not very useful, and any failure keeps
     eth0 torn down, breaking autopkgtest VMs.

 network-manager (0.9.8.4-0ubuntu1) trusty; urgency=low
 .
   * New upstream bugfix release (LP: #1234887):
     + Multiple memory management fixes.
     + Clarify log messages - fixing log severity.
     - agents: don't make method calls with a destroyed proxy
     - libnm-glib: Add NMClient:primary-connection and :activating-connection
     - core: add NMManager:primary-connection and :activating-connection
     - libnm-glib: support new connectivity property/methods
     - core: provide additional network connectivity information
     - core: improve NMManager:state transitions with connectivity checking
     - policy: prevent double-deactivation of an NMActiveConnection
     - wifi: change bgscan threshold parameter (LP: #1071942)
     - dhcp: kill dhclient on fatal errors
     - dnsmasq: does handle more than one nameserver per domain
     - keyfile: ignore Emacs interlocking link named .# (rh #987629)
     - core: fix flushing of routes and updating legacy IPv4 address property
     - main: Set umask earlier
     - libnm-glib: fix device description with newer udev versions
     - dhcp: don't crash checking lease config if no DHCP client is usable
     - nm-online: describe '--timeout' option more exactly (rh #969363)
     - dispatcher: expose domains in IP4/6 config (bgo #701820)
     - dispatcher: publish vpn_ip6_config
     - libnm-util: fix possible crash when IP method is NULL
     - core: set GError in nm_manager_deactivate_connection() (rh #976627)
     - keyfile: fix reading bonding options (bgo #701527)
     - libnm-util: remove 'downdelay' and 'updelay' when setting 'arp_interval'
     - libnm-util: can't set both IPv4 'disabled' and IPv6 'ignore' method
     - wifi: fix checking AP mode and EAP-FAST support
     - wired: ignore carrier state for manual/static bridge and bond connections
     - wifi: fix possible crash when IP configuration times out (rh #854073)
     - core: don't prematurely move to IPv6 state GOT_ADDRESS
     - core: wait for all IPv6 addresses to be cleared before continuing
     - ifupdown: recalculate unmanaged specs on interface change (debian #707070)
     - core: missing IP config settings are treated as "auto" (bgo #699755)
     - libnm-util: fix WEP key type comparison in nm_utils_wep_key_valid()
     - core: ActiveConnections torn down when device is unavailable (bgo #676285)
     - core: suppress kernel's automatic creation of bond0 (rh #953466)
     - keyfile: ensure all-default VLAN setting is read correctly
     - wifi: AP mode connections are always available
     - ethernet: don't crash for PPPoE connections with no wired setting
     - modem-manager: wait up to 120s for the connection result
     - core: silence warning about errors reading permanent MAC address
     - dhclient: copy leasefiles from old location if needed (bgo #696210)
     - dhcp: look harder for machine-id, and generate random DUID if it doesn't
       exist (bgo #696109) (LP: #1153342)
     - dhcp: we don't always have an NMSettingIP6Config for the DHCP hostname
     - dbus: reinstall property filter on dbus connection changes (rh #918273)
     - dbus: allow talking to the NetworkManager-SSH VPN plugin
     - dhclient: also request 'static-routes' option from DHCP server
     - device: do not call nm_system_iface_set_up() with invalid index
     - core: fix find_vlan_parent() to return proper device (bgo #695362)
     - libnm-util: free temp decoded base64 data when parsing OpenSSL key files
     - libnm-util: free PPPoE setting private data members
     - libnm-util: free temporary string when parsing OpenSSL key files
     - libnm-util: free temp GByteArray for NM_SETTING_802_1X_CK_SCHEME_PATH
     - libnm-util: fix leak of s390 subchannels
     - cli: fix a crash in 'nmcli d l' when no connections available for a
       device (LP: #1155139)
   * debian/patches/git_machine_id_duid_gen_1d14d17.patch,
     debian/patches/git_systemd_session_tracking.patch: dropping git cherry-pick
     patches that are included in this release.
   * debian/patches/libnl3-cache-args.patch: dropped, applied upstream.
   * debian/patches/dnsmasq-dbus-updates.patch: refreshed.
   * debian/patches/dns-dnsmasq-interface-and-dbus-path.patch: refreshed.
   * debian/patches/libnm-SecretAgent-annotations.patch,
     debian/patches/libnm-need_secrets-annotations.patch: dropped.
   * debian/patches/configure-logind-detection.patch: dropped, applied upstream.
   * debian/patches/lp191889_always_offline_with_unmanaged_devices.patch:
     refreshed.
   * debian/libnm-glib4.symbols:
     + nm_client_check_connectivity@Base 0.9.8.4-0ubuntu1
     + nm_client_check_connectivity_async@Base 0.9.8.4-0ubuntu1
     + nm_client_check_connectivity_finish@Base 0.9.8.4-0ubuntu1
     + nm_client_get_activating_connection@Base 0.9.8.4-0ubuntu1
     + nm_client_get_connectivity@Base 0.9.8.4-0ubuntu1
     + nm_client_get_primary_connection@Base 0.9.8.4-0ubuntu1
   * debian/patches/
     git_core_do_not_call_functions_with_null_connection_5e129f1.patch: don't
     call functions with connection == NULL.
   * debian/patches/dont-check-secrets-for-ofono.patch: don't try to get secrets
     hints and settings name for an ofono connection when in the prepare stage:
     it just doesn't apply, since both the APN settings and modem PIN are
     handled by ofono directly. (LP: #1234434)


  openldap (2.4.31-1+nmu2ubuntu5) trusty; urgency=low
 .
   * Build-depend on libdb5.3-dev, instead of libdb5.1-dev.


  poppler (0.24.3-0ubuntu1) trusty; urgency=low
 .
   * New upstream version


 popt

  Changesfile not available.

 taglib

  Changesfile not available.

  ubuntu-keyboard (0.99.trunk.phablet2+14.04.20131105.1-0ubuntu1) trusty; urgency=low
 .
   [ Michael Terry ]
   * Enable tests during build and document the various copyrights
     better. Adds Build-Depends on libxml2-utils, qtdeclarative5-ubuntu-
     ui-toolkit-plugin, and xvfb.
 .
   [ Thomas Moenicke ]
   * language branch.
 .
   [ Christopher Lee ]
   * For ease of testing the ubuntu-keyboard testsuite takes care of
     restarting maliit-server with testability for the duration of the
     tests. (LP: #1243444)
 .
   [ Guenter Schwann ]
   * Add a helper skript to disable all settings on the device.
   * Do not cancel predictive text on backspace, but update it. (LP:
     #1202694)
   * Split up C++ and QML a bit better.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 98


  unity8 (7.83+14.04.20131105.1-0ubuntu1) trusty; urgency=low
 .
   [ Michał Sawicz ]
   * Implement switching between previews by swiping. (LP: #1220651,
     #1088572)
 .
   [ Nick Dedekind ]
   * Faster loading of indicator menus. (LP: #1226650)
 .
   [ Albert Astals ]
   * Make sure we have ssh started when we need it .
   * Fix a few warnings in DashContent.qml on shutdown
     Dash/DashContent.qml:119: TypeError: Cannot read property
     'previewShown' of null Dash/DashContent.qml:120: TypeError: Cannot
     read property 'moving' of null .
   * Don't use deprecated Panel methods.
 .
   [ Christopher Lee ]
   * Adds an easy to consume function that attempts to unlock the unity
     greeter. (LP: #1240261)
 .
   [ Lars Uebernickel ]
   * Indicators: add TimeFormatter and use it in the messaging menu This
     component can be used to turn a timestamp and a format string into a
     string with the corresponding time and format. The string will
     change whenever the timezone changes. (LP: #1236413)
 .
   [ Andrea Cimitan ]
   * Allow drag over bounds, but not overshoot. (LP: #1204300)
   * Threshold to activate the left edge swipe to reveal dash is now 26
     GU. (LP: #1236286)
 .
   [ Michael Zanetti ]
   * replace the launcher quicklist's Popover with an own quicklist
     implementation The Popover probably won't ever support what the
     launcher needs.
   * Implement switching between previews by swiping. (LP: #1220651,
     #1088572)
   * don't trigger the greeter teasing during a movement of the greeter.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 495