Changelogs from build 20131014 to 20131015


  apparmor-easyprof-ubuntu (1.0.39) saucy; urgency=low
 .
   * friends: add dbus receive to interface=com.canonical.Dee.Peer
   * ubuntu-* templates:
     - add 'r' for ~/.config/user-dirs.dirs
     - remove temporary vs-thumb /usr/share access now that it is fixed
       (LP: #1235325)
   * calendar: also allow CalendarView (LP: #1239073)


  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).


  gdb (7.6.1-0ubuntu3) saucy; urgency=low
 .
   * debian/patches/aarch64-fork-fix.patch: Fix fork handling on aarch64.


  geoclue (0.12.99-2ubuntu5) saucy; urgency=low
 .
   * Re-enable network-manager support on AArch64 now that the rest of the
     dependency cycle is built


  glib-networking (2.38.0-1~ubuntu5) saucy; urgency=low
 .
   * Re-enable libproxy support on arm64, now that the bootstrap cycle is
     built.


  gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu2) saucy; urgency=low
 .
   * Change the default sounds for calls and messages, depends on
     ubuntu-touch-sounds so we are sure users get the files with the defaults


  hud (13.10.1+13.10.20131014-0ubuntu1) saucy; urgency=low
 .
   [ Pete Woods ]
   * Fix crash on window removal. (LP: #1238338)
   * Fix application disposal, so HUD doesn't crash for apps with no
     actions.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 336


  libass (0.10.1-1ubuntu1) saucy; urgency=low
 .
   * Use the autotools-dev dh addon to update config.guess/config.sub for
     arm64.


  libhybris (0.1.0+git20130606+c5d897a-0ubuntu35) saucy; urgency=low
 .
   * 0034-Support-for-software-rendering-and-buffer-management.patch:
     - Add a getter function that allows a client app to check to see if we
       are doing hardware rendering.


  libproxy (0.4.11-0ubuntu4) saucy; urgency=low
 .
   * Build libproxy1-plugin-kconfig on arm64 now that we have kdelibs5-dev.


  pm-utils (1.4.1-12ubuntu1) saucy; urgency=low
 .
   * debian/sleep.d/50unload_alx: Unload the alx module during suspend.
     (LP: #1173952)


  ubuntu-themes (13.04+13.10.20131014-0ubuntu1) saucy; urgency=low
 .
   [ Matthieu James ]
   * All the application icons are provided as PNGs in 240x225 pixels
     (@30). New indicator and action icons. A few tweaks on existing
     icons. (LP: #1212184)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 323


  ubuntu-touch-meta (1.091) saucy; urgency=low
 .
   * Refreshed dependencies
   * Removed ubuntu-filemanager-app from touch [armhf i386]; replaced with a
     Click package.

 ubuntu-touch-meta (1.090) saucy; urgency=low
 .
   * Refreshed dependencies
   * Removed music-app from touch [armhf i386]
   * Added ubuntu-touch-sounds to touch


  unity (7.1.2+13.10.20131014.1-0ubuntu1) saucy; urgency=low
 .
   [ William Grant ]
   * Build with -fPIC on arm64 to fix link failure.
 .
   [ Andrea Azzarone ]
   * Don't ignore Stick command is the icon is already sticky but
     save==true. (LP: #1237359)
 .
   [ Marco Trevisan (TreviƱo) ]
   * PluginAdapter: set the spread window state before spreading or the
     callback will get a wrong state. (LP: #1238622)
   * PluginAdapter: set the spread window state before spreading or the
     callback will get a wrong state. (LP: #1238622)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 3570


  unity-mir (0.1+13.10.20131014.2-0ubuntu1) saucy; urgency=low
 .
   [ Albert Astals ]
   * Shut down QCoreApplication properly If there's a Qt application
     running, tell it we're going away Also, wait for the thread we
     created, otherwise the application will quit while the thread is
     trying to shutdown.
   * Compile in debug mode Fix typo .
   * Bring the -1 ouside of the sizeof Otherwise clang complains
     ../../../../../src/modules/Unity/Application/desktopfilereader.cpp:1
     23:73: error: sizeof on pointer operation will return size of 'const
     char *' instead of 'const char [16]' [-Werror,-Wsizeof-array-decay]
     if (strncmp(buffer, "[Desktop Entry]", sizeof("[Desktop Entry]" -
     1))) { ~~~~~~~~~~~~~~~~~ ^ 1 error generated.
 .
   [ Ricardo Mendoza ]
   * Change music-app to its click name. Allow the exception list to
     match the ID part of click package names.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 123


  upower (0.9.22-1ubuntu1) saucy; urgency=low
 .
   * Cherry-pick two fixes from upstream:
     - up-client: Really don't overwrite retval with prop values. Properties
       and property notification via libupower-glib got broken in 0.9.22.
       Incorrect values were being returned, meaning anything relying on these
       might do the wrong thing, such as in LP: #1238663
     - lib: Fix crasher calling _about_to_sleep_sync(). Crash fix.


  upstart-app-launch (0.2+13.10.20131014-0ubuntu1) saucy; urgency=low
 .
   [ Ricardo Mendoza ]
   * Currently we are signalling observers that app started on the
     "starting" signal. This is racy, as the final exec might not have
     happened yet, so if a client tries to get the primary PID before the
     process has fully started, it might get one of the transitional PIDs
     of the scripts that run in between.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 78


  url-dispatcher (0.1+13.10.20131014.2-0ubuntu1) saucy; urgency=low
 .
   [ Michal Hruby ]
   * Revert the definition change for mediaplayer, it'll remain a non-
     click app for now.
 .
   [ Ted Gould ]
   * Adds the appid:// URL format.
   * Use 'click info' to get the manifest. (LP: #1232118)
   * Allow custom URIs to have variable based package specifications.
   * Switching many core apps to Click App ID's.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 38