Changelogs from build 20140812 to 20140813


  bluez (4.101-0ubuntu19) utopic; urgency=medium
 .
   * debian/patches/ssp_parameter.patch:
     Add ssp parameter fix, add a missing parameter entered in agent dbus API.
     Fixed Logitech Bluetooth Keyboard K760, Logitech Bluetooth Keyboard K810,
     HP Bluetooth Keyboard K4000 secure simple pairing failed issue.
     (LP: #1035431, #1291756)


  click (0.4.30) utopic; urgency=medium
 .
   [ Colin Watson ]
   * Add many more unit tests to fill in some gaps in the coverage report.
 .
   [ Michael Vogt ]
   * Exclude non-existing users from User.get_user_names()
     (LP: #1334611)
 .
   [ Zoltan Balogh ]
   * Add a set of APIs to the 14.10 frameworks.  Add ubuntu-ui-toolkit-doc to
     all frameworks.
 .
   [ Ubuntu daily release ]
   * New rebuild forced


  dbus-cpp (4.0.0+14.10.20140808-0ubuntu1) utopic; urgency=low
 .
   [ thomas-voss ]
   * Ensure that property changed signals are only subscribed to once.


  elfutils (0.159-4ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian unstable, remaining Ubuntu changes:
     - debian/rules: force -O2 to work around FTBFS with -O3
   * Add ppc64el patches (ppc64el-elf.h-update, ppc64el-ELFv2-abi-support).
     Closes: #754798.
   * Fix report_r_debug for prelinked libraries (taken from Fedora).
 .
 elfutils (0.159-4) unstable; urgency=medium
 .
   [ Wookey ]
   * Fix failing run-native-test on arm64 (from Mark Wielaard)
     (Closes: #753552)


  indicator-location (13.10.0+14.10.20140808-0ubuntu1) utopic; urgency=low
 .
   [ Charles Kerr ]
   * Fix bug that let controller-ualc's state get out of sync with the
     platform-api's ualc state. (LP: #1348334)
 .
   [ CI bot ]
   * Resync trunk


 libdrm

  Changesfile not available.

  libgcrypt11 (1.5.4-2ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian; remaining changes:
 .
 libgcrypt11 (1.5.4-2) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 libgcrypt11 (1.5.4-1) experimental; urgency=medium
 .
   * New upstream version.


  location-service (2.0.1+14.10.20140811-0ubuntu1) utopic; urgency=low
 .
   [ thomas-voss ]
   * Make sure that state property changes are correctly reported to the
     bus. (LP: #1348334)
 .
   [ Ubuntu daily release ]
   * New rebuild forced


  lxc-android-config (0.191) utopic; urgency=medium
 .
   * etc/NetworkManager/dispatcher.d/03mmsproxy: make sure to specify the MMS
     proxy route should be added as a static route, this avoids the route being
     deleted accidentally by other scripts.


  mesa (10.2.5-1ubuntu1) utopic; urgency=low
 .
   * Rebuild with llvm 3.5.


  mir (0.6.0+14.10.20140811-0ubuntu1) utopic; urgency=medium
 .
   [ Cemil Azizoglu ]
   * New upstream release 0.6.0 (https://launchpad.net/mir/+milestone/0.6.0)
     - mirclient ABI unchanged at 8. Clients do not need rebuilding.
     - mirserver ABI bumped to 24. Servers need rebuilding, but probably don't
       need modification:
       . Host lifecycle event listener for nested servers introduced.
       . Add query function to BasicSurface.
       . The (deprecated) function the_ipc_factory() is now removed.
       . Removed legacy support for overriding the focus controller or the
         frontend shell.
       . Added support for a common type for managing fd's.
       . Moved testdraw library to examples directory.
       . Added support for droping stale frames when a surface becomes exposed.
     - Enhancements:
       . Split underlying data transport out of MirSocketRpcChannel.
       . Introduced two new client-side functions : mir_surface_get_focus and
         mir_surface_get_visibility.
       . Added symbolic names for cursors.
       . Made "shared" code a true shared library.
       . Provide linker scripts to control symbols exported by [mesa|android]
         libmirclientplatform.
       . Correct xcursor loader test to fail properly instead of segfaulting.
       . Make mir::Fd type copy constructible.
       . Miscellaneous packaging related enhancements.
       . Miscellaneous build related enhancements.
       . Added automated test cases for detecting ABI breakage.
       . examples/fingerpaint: Enable frame dropping so it's faster and more
         responsive.
       . mirprotobuf folded into new libmircommon.
       . Don't propagate exceptions to graphics driver code.
       . Dropped unused/minimally used dependencies : boost-filesystem,
         boost-thread, boost-chrono, boost-regex.
       . platform: provide support for customizing Mir's behavior when a
         fatal_error occurs.
       . Expose an interface for touch visualization.
     - Bugs fixed:
       . Mir servers crash with SIGABRT - assertion failed at
         buffer_queue.cpp:136 - "!pending_client_notifications.empty()"
         (LP: #1335481)
       . [regression][hammerhead] Mir fails to start on Nexus 5 & 10 as it
         fails to turn vsync signal on (LP: #1345533)
       . [qtcomp] Random crash in Mir input when running AP tests: [terminate
         called after throwing an instance of '...' what(): assign: File exists]
         when constructing a mir::AsioMainLoop::FDHandler (LP: #1346952)
       . CI builds fail when trying to install libmircommon-dev (LP: #1348518)
       . [regression] Mir 0.6 GL clients crash immediately on startup (Mesa is
         trying to use X11 instead of Mir) (LP: #1350163)
       . qmlscene crashed with SIGSEGV in _M_release() on quit (LP: #1342694)
       . Clients cannot create surfaces when the screen is off (LP: #1344024)
       . The packaging of headers and libraries is confused (LP: #1347522)
       . [regression] Intermittent CI failure in
         ClientLibrary.receives_surface_dpi_value (LP: #1348095)
       . Installing mir-demos also unexpectedly installs *-dev packages
         (LP: #1297100)
       . mir_unit_tests: XCursorLoader.loads_cursors_from_testing_theme crashes
         on N4 (LP: #1342029)
       . [performance] Mir is spending at least 8% of its time in
          __android_log_print() (LP: #1343074)
       . [performance] Mir demo shell spends ~12% of its time in vector
         allocation under DemoRenderer::tessellate_*() (LP: #1349698)
       . mir_client_library_debug.h functions do not have C linkage
         (LP: #1349742)
       . mir client API is missing getters for some surface attributes
         (LP: #1336553)
       . Building Mir outputs lots of warnings about Android logging functions
         in 3rd_party/ (LP: #1348467)
       . The "shared" code should be a shared library (LP: #1341502)
       . Finish the removal of mirprotobuf library (LP: #1351133)
       . Release overlay buffers when screen is turned off (LP: #1350961)
       . mir_demo_server_shell --disable-overlays false renders incorrectly
         on android (partial fix for LP: #1348330)
       . Remember to honor MIR_ENABLE_TESTS and not emit tests if it's disabled
         (LP: #1352800)
       . Make it easier to separate command line options used by Mir from those
         used elsewhere (LP: #1351255)
       . Expose create_native_platform in libmirplatformgraphics.so
         (LP: #1353658)
       . Add versioning and pkg config to libmirplatform (LP: #1293944)
       . unity-system-compositor FTBFS against Mir: undefined reference to
         `...@MIR_CLIENT_8' (LP: #1355021)
 .
   [ Ubuntu daily release ]
   * New rebuild forced


 parted

  Changesfile not available.

  platform-api (2.2.0+14.10.20140812-0ubuntu1) utopic; urgency=low
 .
   [ Cemil Azizoglu ]
   * Bump ABI for Mir 0.6.0 release.
 .
   [ Alan Griffiths ]
   * Bump ABI for Mir 0.6.0 release.
 .
   [ Kevin Gunn ]
   * Bump ABI for Mir 0.6.0 release.

 platform-api (2.2.0+14.10.20140808-0ubuntu1) utopic; urgency=low
 .
   [ thomas-voss ]
   * Implement installation of changed handlers. Subscribe to state
     properties. (LP: #1348334)


  qtmir (0.4.1+14.10.20140811.1-0ubuntu1) utopic; urgency=low
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ Michał Sawicz ]
   * Bumped dependency for Mir 0.6.0. Switch to using supported API
     (the_ipc_factory -> new_ipc_factory).
 .
   [ Cemil Azizoglu ]
   * Bumped dependency for Mir 0.6.0. Switch to using supported API
     (the_ipc_factory -> new_ipc_factory).
 .
   [ Alan Griffiths ]
   * Bumped dependency for Mir 0.6.0. Switch to using supported API
     (the_ipc_factory -> new_ipc_factory).
 .
   [ Kevin Gunn ]
   * Bumped dependency for Mir 0.6.0. Switch to using supported API
     (the_ipc_factory -> new_ipc_factory).


  qtmir-gles (0.4.1+14.10.20140811.1-0ubuntu1) utopic; urgency=medium
 .
   [ Cemil Azizoglu ]
   * Sync with upstream
 .
   [ Ubuntu daily release ]
   * New rebuild forced


  thumbnailer (1.1+14.10.20140811-0ubuntu1) utopic; urgency=low
 .
   [ Ubuntu daily release ]
   * debian/libthumbnailer0.symbols: auto-update to released version
 .
   [ Arthur Mello ]
   * Work with file names with non-european characters by not writing
     metadata chunks when they can't be represented in ISO-8859-1. (LP:
     #1319698)
 .
   [ Jussi Pakkanen ]
   * Work with file names with non-european characters by not writing
     metadata chunks when they can't be represented in ISO-8859-1. (LP:
     #1319698)
 .
   [ Pawel Stolowski ]
   * Request images of size 400 instead of 200 from ubuntu server.


  ubuntu-push (0.61+14.10.20140812.4-0ubuntu1) utopic; urgency=medium
 .
   [ Guillermo Gonzalez ]
   * Update autopilot tests to work with 0.50, fix setup.sh issues and add new tests for the broadcast notification changes.
   * Replace whoopsie with /var/lib/dbus/machine-id to get the device ID.
 .
   [ John R. Lenton]
   * Support simpler sounds API.
   * Support simpler vibrations API.
   * Remove Vibration's confusing and redundant Duration attribute.
   * Change PostalService's New() to take a setup object.
   * goctest.
   * Make messaging menu entries show current time instead of epoch for timestamp of 0.
   * Tweak the upstart script, start after unity.
   * Correctly report invalid app ids, missing apps, and package/app id mismatches as separate errors over dbus.
 .
   [Roberto Alsina]
   * Check that sound paths don't go up into the tree.
   * Initial draft of QML-based doc


  ubuntu-system-settings (0.3+14.10.20140812-0ubuntu1) utopic; urgency=low
 .
   [ Ken VanDine ]
   * [battery] make the GPS switch visible
 .
   [ Sebastien Bacher ]
   * update translation template
   * [battery] workaround qt bug that leads the canvas to not update
     correctly
   * [battery] don't use antialiasing, it leads to issue with texts (LP:
     #1354363)
 .
   [ John R. Lenton ]
   * Bring the system settings push helper over from ubuntu-push.
 .
   [ Roberto Alsina ]
   * Fix for the lp:1352988 crasher. (LP: #1352988)
 .
   [ Martin Pitt ]
   * Don't break translatable strings in the middle of the sentence, as
     that makes them impossible to translate. (LP: #1350921)


  unity (7.3.1+14.10.20140811-0ubuntu1) utopic; urgency=medium
 .
   [ Michal Hruby ]
   * Split out dconf schemas into separate package
 .
   [ Brandon Schaefer ]
   * Make sure we check if the Quicklist or Alt+F1 key nav is open (so we
     can close them) Bore checking if something as a WM grab. As we cant
     open the hud is in Quicklist or KeyNav anymore. (LP: #1353167)
 .
   [ Stephen M. Webb ]
   * Changed log message on failure to open xpathselect library from an
     error to a warning. The xpathselect library is used for
     introspection during automated test runs. It is not an error for
     this library to be unavailable in normal successful operating
     conditions. (LP: #1345296)
 .
   [ Andrea Azzarone ]
   * Add an arrow activator in the lockscreen. (LP: #1332509)
   * Allow a distinct pam config file for greeter and for lock-screen.
     (LP: #1305440)
 .
   [ Marco Trevisan (Treviño) ]
   * Autopilot, Switcher: use correct right/left scroll buttons for
     next/prev mouse selection (LP: #1353383)
   * UScreen, PanelService: get monitor at position, ignoring pre-
     multipled Gdk scale factor Get monitor position based on absolute
     coordinates, ignoring the pre-multipled scaling factor that Gdk
     applies to all the monitor sizes. In this way we get the proper
     monitor index for absolute coordinates, independently from the
     scaling factor. (LP: #1351591)
   * ApplicationLauncherIcon: make sure we close the dash if DnD is
     accepted And we're about to focus the application window(s) (LP:
     #1350331)


  unity-system-compositor (0.0.4+14.10.20140811-0ubuntu1) utopic; urgency=low
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ Cemil Azizoglu ]
   * Bump ABI for Mir 0.6.0 release. Ignore unknown command line
     arguments. Use the libraries suggested by mirserver package config.
     (LP: #1355005)
 .
   [ Alan Griffiths ]
   * Bump ABI for Mir 0.6.0 release. Ignore unknown command line
     arguments. Use the libraries suggested by mirserver package config.
     (LP: #1355005)
 .
   [ Kevin Gunn ]
   * Bump ABI for Mir 0.6.0 release. Ignore unknown command line
     arguments. Use the libraries suggested by mirserver package config.
     (LP: #1355005)


  webbrowser-app (0.23+14.10.20140812-0ubuntu1) utopic; urgency=low
 .
   [ Olivier Tilloy ]
   * Save/restore browsing sessions for webbrowser-app and webapp-
     container. For now, only the list of currently open tabs (URLs) is
     persisted (current URL for the container), not the complete state
     for each webview. (LP: #1268056)
   * Fix a harmless warning that was issued when closing the last open
     tab.