Changelogs from build 20140821.1 to 20140822


  address-book-app (0.2+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ CI bot ]
   * Resync trunk
 .
   [ Martin Pitt ]
   * Mark for using language packs.


  apparmor-easyprof-ubuntu (1.2.21) utopic; urgency=medium
 .
   * ubuntu/1.2/accounts: online accounts now has Mir trusted session support
     so move accounts policy group to reserved (LP: #1230091)


  bash (4.3-9ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - skel.bashrc:
       - Run lesspipe.
       - Enable ls aliases.
       - Set options in ll alias to -alF.
       - Define an alert alias.
       - Enabled colored grep aliases.
     - etc.bash.bashrc:
       - Add sudo hint.
 .
 bash (4.3-9) unstable; urgency=medium
 .
   * Apply upstream patches 023 - 024, fixing the issues:
     - bash does not correctly parse process substitution constructs that
       contain unbalanced parentheses as part of the contained command.
     - Indirect variable references do not work correctly if the reference
       variable expands to an array reference using a subscript other than 0
       (e.g., foo='bar[1]' ; echo ${!foo}).
   * debian/skel.bashrc: Add GCC_COLORS setting (disabled by default).


  dbus (1.8.6-1ubuntu1) utopic; urgency=low
 .
   * Resynchronize on Debian testing (LP: #1320422). Remaining Ubuntu changes:
     - Install binaries into / rather than /usr:
       + debian/rules: Set --exec-prefix=/
       + debian/dbus.install, debian/dbus-x11.install: Install from /bin
     - Use upstart to start:
       + Add debian/dbus.upstart and dbus.user-session.upstart
       + debian/dbus.postinst: Use upstart call instead of invoking the init.d
         script for checking if we are already running.
       + debian/control: versioned dependency on netbase that emits the new
         deconfiguring-networking event used in upstart script.
     - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
       the system bus to 5000 (LP #454093)
     - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
       to 60 seconds. It may be too short on the live CD with slow machines.
     - debian/dbus.user-session.upstart, debian/rules: Communicate session bus
       to Upstart Session Init to avoid potential out-of-memory scenario
       triggered by Upstart clients that do not run main loops
       (LP: #1235649, LP: #1252317).
     - debian/control, debian/rules: Build against libapparmor for AppArmor
       D-Bus mediation
     - debian/control: Use logind for session tracking, so that "at_console"
       policies work with logind instead of ConsoleKit. Add "libpam-systemd"
       recommends.
     - debian/rules: Adjust dbus-send path to our changed install layout.
       (LP: #1325364)
     - debian/dbus-Xsession: Don't start a session bus if there already is one,
       i. e. $DBUS_SESSION_BUS_ADDRESS is already set. (Closes: #681241)
   * Dropped changes:
     - debian/control: Drop version bump on the libglib2.0-dev Build-Depends.
       It is no longer needed.
     - debian/control: use "Breaks: unity-services (<< 6.0.0-0ubuntu6)", the
       new dbus eavedropping protection was creating issues with previous
       versions. This can be dropped now since upgrades from Quantal are no
       longer a concern.
     - debian/control, debian/rules: The tests are not run during the build.
       Configure with --disable-tests, drop the build dependencies needed for
       the tests. The tests should now run with the debug build using
       autopkgtest.
     - 00git_logind_check.patch: Fix logind check. This change is present in
       upstream dbus.
     - Add 00git_sd_daemon_update.patch: Update to current sytemd upstream
       sd_booted() to actually check for systemd init. This change is present
       in upstream dbus.
     - debian/patches/aa-build-tools.patch, debian/patches/aa-mediation.patch,
       debian/patches/aa-mediate-eavesdropping.patch: Drop these patches in
       favor of the latest set of patches submitted for upstream inclusion
     - debian/patches/02_obsolete_g_thread_api.patch: This change is present in
       upstream dbus
     - 0001-activation-allow-for-more-variation-than-just-system.patch,
       0002-bus-change-systemd-activation-to-activation-systemd.patch,
       0003-upstart-add-upstart-as-a-possible-activation-type.patch,
       0004-upstart-add-UpstartJob-to-service-desktop-files.patch,
       0005-activation-implement-upstart-activation.patch: These patches have
       been disabled since 12.10 so it should be safe to remove them at this
       point
     - debian/patches/CVE-2014-3477.patch, debian/patches/CVE-2014-3532.patch,
       debian/patches/CVE-2014-3533.patch: These changes are present in
       upstream dbus
   * 0001-Document-AppArmor-enforcement-in-the-dbus-daemon-man.patch,
     0002-Add-apparmor-element-and-attributes-to-the-bus-confi.patch,
     0003-Update-autoconf-file-to-build-against-libapparmor.patch,
     0004-Add-apparmor-element-support-to-bus-config-parsing.patch,
     0005-Initialize-AppArmor-mediation.patch,
     0006-Store-AppArmor-label-of-bus-during-initialization.patch,
     0007-Store-AppArmor-label-of-connecting-processes.patch,
     0008-Mediation-of-processes-that-acquire-well-known-names.patch,
     0009-Do-LSM-checks-after-determining-if-the-message-is-a-.patch,
     0010-Mediation-of-processes-sending-and-receiving-message.patch,
     0011-Mediation-of-processes-eavesdropping.patch,
     0012-New-a-sv-helper-for-using-byte-arrays-as-the-variant.patch,
     0013-Add-AppArmor-support-to-GetConnectionCredentials.patch: Add the
     latest set of AppArmor D-Bus mediation patches. This the v3 patch set from
     the upstream feature inclusion bug.
     - https://bugs.freedesktop.org/show_bug.cgi?id=75113
   * aa-get-connection-apparmor-security-context.patch: Refresh this patch so
     that it compiles with latest AppArmor D-Bus mediation patches. It is not
     intended for upstream inclusion. It implements a bus method
     (GetConnectionAppArmorSecurityContext) to get a connection's AppArmor
     security context but upstream D-Bus has recently added a generic way of
     getting a connection's security credentials (GetConnectionCredentials).
     Ubuntu should carry this patch until packages in the archive are moved
     over to the new, generic method of getting a connection's credentials.
 .
 dbus (1.8.6-1) unstable; urgency=high
 .
   * New upstream release
     - fix two local DoS vulnerabilities (CVE-2014-3532, CVE-2014-3533)
 .
 dbus (1.8.4-1) unstable; urgency=high
 .
   * New upstream release, fixing a DoS vulnerability (CVE-2014-3477)
 .
 dbus (1.8.2-1) unstable; urgency=medium
 .
   * New upstream release
 .
 dbus (1.8.0-3) unstable; urgency=medium
 .
   * Improve autopkgtest support
     - use a shell wildcard instead of dpkg-architecture, to avoid stderr spam
       failing the test if gcc is missing
     - wrap each test-case in an arbitrary (5 minute) timeout so that one
       test-case failing won't halt the whole build
 .
 dbus (1.8.0-2) unstable; urgency=low
 .
   * debian/rules: look for DEB_BUILD_PROFILES, the new name for
     DEB_BUILD_PROFILE
   * Don't try to install systemd units in a stage1 build (they are
     no longer installed unless libsystemd*-dev are found) (Closes: #738317)
   * Mark dbus-1-doc with Build-Profiles: !stage1
   * Register a dpkg trigger on /usr/share/dbus-1/system-services and
     /etc/dbus-1/system.d that calls ReloadConfig on the system dbus-daemon,
     in case our inotify monitoring isn't completely reliable (see #740139)
   * Clean debian/tmp-udeb in `debian/rules clean`
   * Hook up the installed tests to DEP-8 metadata
   * Add a simple compile/link/run test
 .
 dbus (1.8.0-1) unstable; urgency=low
 .
   * New upstream stable release
     - add debian/copyright stanzas for some new BSD-licensed cmake macros
 .
 dbus (1.7.10-2) unstable; urgency=low
 .
   * Conditionalize libaudit and libcap-ng build-dependencies to [linux-any]
   * Explicitly enable libaudit, SELinux and systemd on Linux;
     do not enable them elsewhere
 .
 dbus (1.7.10-1) unstable; urgency=low
 .
   * Merge from experimental into unstable
   * New upstream release 1.7.10 (1.8 rc1)
   * Generate debian/dbus.install from a generic part and a Linux-specific
     part, since systemd metadata doesn't get installed on non-Linux any more
 .
 dbus (1.7.8-1) experimental; urgency=low
 .
   [ Laurent Bigonville ]
   * debian/rules: Re-add udeb_configure_flags that were lost during merge
     (Closes: #727774)
 .
   [ Simon McVittie ]
   * Standards-Version: 3.9.5 (no changes needed)
   * Enable libaudit support so messages that violate SELinux policy go to the
     audit log (Closes: #727771)
   * New upstream release
     - add new dependency on libsystemd-journal-dev for linux-any
 .
 dbus (1.7.6-2) experimental; urgency=low
 .
   * debian/rules: FTBFS if new symbols or libraries are added
     without updating the symbols file
   * debian/copyright: list copyright holders and minor licenses
     (Closes: #726000)
   * Merge packaging changes from unstable:
     - Run `update-rc.d dbus defaults` instead of deprecated
       `update-rc.d dbus start ...` (Closes: #725923)
     - Add udeb packages, so the graphical installer can use AT-SPI
       (Closes: #723952)
     - Standards-Version: 3.9.4 (no changes needed)
 .
 dbus (1.7.6-1) experimental; urgency=low
 .
   * Standards-Version: 3.9.4 (no changes needed)
   * New upstream development release
     - update symbols
 .
 dbus (1.7.4-1) experimental; urgency=low
 .
   * New upstream development release
     - CVE-2013-2168: avoid a user-triggerable crash (denial of services)
       in system services that use libdbus
 .
 dbus (1.7.2-1) experimental; urgency=low
 .
   * New upstream development release
   * Do the debug build --with-valgrind on mipsel, too
 .
 dbus (1.7.0-1) experimental; urgency=low
 .
   * Branch for experimental
   * New upstream development release
   * On architectures where it's currently supported, do the
     debug build with --with-valgrind for better instrumentation
   * debian/rules: factor out production and debug configure flags
   * Add support for DEB_BUILD_OPTIONS=nodocs, which omits most documentation
     (allowing doxygen and xmlto to be avoided) and the dbus-1-doc package
   * Add support for DEB_BUILD_PROFILE=stage1, which does the same as nodocs
     and additionally makes the debug build not insist on building all tests
   * Make the development and debugging packages Multi-Arch: same,
     since their arch-dependent files are all arch-segregated
     (/usr/lib/TUPLE) or named according to a build-ID (/usr/lib/debug)
     (Closes: #689071). This is not actually useful until pkg-config
     becomes M-A: foreign (#631275).
 .
 dbus (1.6.18-2) unstable; urgency=medium
 .
   * Disable valgrind integration in the debug build on armel,
     since valgrind no longer supports armel (Closes: #729136)
 .
 dbus (1.6.18-1) unstable; urgency=low
 .
   * Run `update-rc.d dbus defaults` instead of deprecated
     `update-rc.d dbus start ...` (Closes: #725923)
   * debian/rules: FTBFS if new symbols or libraries are added
     without updating the symbols file
   * debian/copyright: list copyright holders and minor licenses
     (Closes: #726000)
   * New upstream release 1.6.18
   * Standards-Version: 3.9.5 (no changes needed)


  debsig-verify (0.10ubuntu1) utopic; urgency=low
 .
   * set the GNUPGHOME environment to a temporary dir to ensure
     that debsig-verify works even if ~/.gnupg is not writable


  dpkg (1.17.13ubuntu1) utopic; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - Allow -fstack-protector on arm64 now that GCC and glibc support it.
     - Change native source version/format mismatch errors into warnings
       until the dust settles on Debian bug 737634 about override options.
     - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
       tools can get untranslated dpkg terminal log messages while at the
       same time having translated debconf prompts.
     - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
     - Map unqualified package names of multiarch-same packages to the native
       arch instead of throwing an error, so that we don't break on upgrade
       when there are unqualified names stored in the dpkg trigger database.
     - Add logic to the postinst to `dpkg --add-architecture i386' on new
       installs on amd64, mimicking our previous behaviour with the conffile.
     - Apply a workaround from mvo to consider ^rc packages as multiarch,
       during the dpkg consistency checks. (see LP: 1015567 and 1057367).
 .
 dpkg (1.17.13) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Remove unbalanced trailing single-quote in dpkg-deb error message.
     Reported by Trần Ngọc Quân .
   * Remove architecture blacklist from hardening build flag option
     stackprotectorstrong. Thanks to Romain Francoise .
   * Documentation:
     - Merge binary:Package descriptions in dpkg-query(1).
     - Split --remove and --purge options in dpkg(1). This also clarifies on
       which package states each option can operate. Closes: #576338
     - Remove duplicate “of the” in dpkg-maintscript-helper(1).
   * Fix dpkg-maintscript-helper dir_to_symlink to handle relative symlink
     targets. Thanks to Helmut Grohne .
   * Fix dpkg-maintscript-helper symlink_to_dir to assure absolute pathnames
     arguments.
   * Fix dpkg-source not detecting modified files during --commit or -b.
     Regression introduced in dpkg 1.17.11. Closes: #758426
     Reported by Neil Williams .
   * Only test the strerror() compatible code if sys_errlist and sys_nerr
     are present. This fixes a build failure on GNU/Hurd. Closes: #758199
   * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
     of relying on linprocfs which is not the native procfs on kFreeBSD, and it
     is usually not mounted as FreeBSD programs do not expect it to be present.
 .
   [ Updated programs translations ]
   * Czech (Miroslav Kure).
   * German (Sven Joachim).
   * Vietnamese (Trần Ngọc Quân).
 .
   [ Updated manpages translations ]
   * French (Jean-Pierre Giraud, Vincent Thomas, Raphaël Hertzog).
 .
   [ Updated scripts translations ]
   * French (Raphaël Hertzog).
   * German (Helge Kreutzmann).


  indicator-location (13.10.0+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Martin Pitt ]
   * Mark for using language packs.


  lightdm (1.11.6-0ubuntu1) utopic; urgency=medium
 .
   * New upstream release:
     * Add a seat option 'allow-user-switching' that can disable all user
       switching for that seat
     * Add a new session type 'mir-container' that allows the session to run
       inside a custom system compositor (LP: #1359332)
     * Only seat0 takes VT from Plymouth
     * Removed unused GAsyncResultIface.is_tagged as this attribute was not
       available in earlier versions of Glib I/O.
     * Abort autogen if yelp-tools not installed
     * Return correct errors for D-Bus calls


  mediaplayer-app (0.20.5+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Martin Pitt ]
   * Mark for using language packs.


  mesa (10.2.6-1ubuntu2) utopic; urgency=medium
 .
   * Fixup typo.

 mesa (10.2.6-1ubuntu1) utopic; urgency=medium
 .
   * Drop 101_ubuntu_hidden_glname.patch.
     - 8 years old patch supposedly to fix glx-tls, but if it was
       important nowadays I would have expected it in upstream by now.
   * Rebuild against llvm 3.5-rc3.
   * Add explicit depends on llvm 3.5-rc3 for libgl1-mesa-dri.


  telephony-service (0.1+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Albert Astals ]
   * Update .pot
   * Mark User Metrics strings for translation and extract them so they
     can get translated (LP: #1353755)


  ubuntu-keyboard (0.99.trunk.phablet2+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Michael Sheldon ]
   * Make word ribbon sizing display independent and trim word ribbon
     margins.
   * Restore animations when showing and hiding the keyboard and fix
     reporting of size for anchorToKeyboard property.
   * Extend the touch area of the bottom row of keys to reach the very
     bottom of the keyboard whilst still maintaining the same visual
     appearance.
   * Add haptic feedback when user performs a long press.
 .
   [ Ubuntu daily release ]
   * New rebuild forced


  ubuntuone-credentials (14.04+14.10.20140821) utopic; urgency=low
 .
   [ Rodney Dawes ]
   * Don't set the width/height of the flickable. (LP: #1350543)
   * Enable langpacks for ubuntuone-credentials.
   * Store and parse the created and updated times on the token.


  unity-scope-click (0.1.1+14.10.20140821.1-0ubuntu1) utopic; urgency=medium
 .
   [ Alejandro J. Cura (alecu) ]
   * New upstream release.
     - Display Ubuntu logo in the header of apps scope. (LP: #1350610)
     - Pass the sha512 hash from the details webservice to download manager.
       (LP: #1330770)
     - Sort departments alphabetically. (LP: #1354044)
     - Exclude empty departments from the departments tree in Apps.
       (LP: #1350609)
     - Provide updated departments to match latest server changes. Bumped
       schema to 3.
     - New script to enable purchases in the scope during beta. (LP: #1356419)
     - Add dependency on libglib2.0-bin and upstart-bin for script above.
     - Enable QNetworkDiskCache for http GET requests. (LP: #1351212)
     - Query download manager for in-progress downloads. (LP: #1234965)
     - Only show extended info for apps from the store. (LP: #1350571)
     - Don't expand categories by default in the store. (LP: #1355221)
     - Do not use static const strings for translations. (LP: #1354501)
     - Change "All departments" to just "All". (LP: #1351536)
     - Localize the extra department title in the store. (LP: #1358790)
     - Updated translations.
 .
   [ Martin Pitt ]
   * Mark for using language packs.
 .
   [ Ubuntu daily release ]
   * New rebuild forced


  unity-scope-mediascanner (0.2+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Martin Pitt ]
   * Mark for using language packs.


  unity-scope-scopes (0.1+14.10.20140820-0ubuntu1) utopic; urgency=low
 .
   [ Martin Pitt ]
   * Mark for using language packs.


  webbrowser-app (0.23+14.10.20140821-0ubuntu1) utopic; urgency=low
 .
   [ CI bot ]
   * Resync trunk
 .
   [ Olivier Tilloy ]
   * Instantiate webviews on demand, only when they really need to be
     shown. Show placeholder artwork and text in empty tab previews. (LP:
     #1357464)