Changelogs from build 20140411.2 to 20140411.3


  click (0.4.21.1) trusty; urgency=medium
 .
   [ Colin Watson ]
   * When a hook command fails, include the command in the error message.
   * Don't allow failure of a single hook to prevent other hooks being run.
   * Log hook failures to stderr and exit non-zero, rather than propagating
     an exception which is then logged as a click crash.
 .
 click (0.4.21) trusty; urgency=medium
 .
   * Add *_as_string variants of manifest methods, for clients that already
     have their own JSON parsing libraries and don't want to use JSON-GLib.
   * Write to stderr and exit non-zero when chrooted commands fail, rather
     than propagating an exception which is then logged as a click crash
     (LP: #1298457).
   * Make the get_manifests family of functions log errors about individual
     manifests to stderr rather than crashing (LP: #1297519).
   * Don't run user hooks until dbus has started; the content-hub hook needs
     to modify gsettings.
   * Don't rely on PyGObject supporting default None arguments; this was only
     added in 3.11.1.


  lxc (1.0.3-0ubuntu2) trusty; urgency=medium
 .
   * Cherry-pick upstream fix for cgmanager integration. (LP: #1303649)


  python3.4 (3.4.0-2ubuntu1) trusty; urgency=medium
 .
   * Fix a distutils test error, skip a Solaris distutils test error.
   * Fix the importlib test failures, caused by moving around the test data.
     Delay looking at one remaining test failure, see LP: #1264554.
   * Skip the test_platform encoding test, failing with the lsb-release patch.
   * d/p/distutils-install-layout.diff, d/p/site-locations.diff: Adjust the
     "am I in a virtual environment" tests to include checking
     sys.base_prefix != sys.prefix.  This is the definitive such test for
     pyvenv created virtual environments (Barry Warsaw).
   * Don't yet install the ensurepip module, requires further work.
     ensurepip wants to install bundled modules setuptools and python-pip,
     which should be built from the Ubuntu packages instead of using the
     bundled code.


  systemd (204-5ubuntu19) trusty; urgency=medium
 .
   * cgmanager: don't call nih_dbus_setup() since we won't use the
     nih_mainloop().  (LP: #1303649)


  upstart (1.12.1-0ubuntu4) trusty; urgency=medium
 .
   [ Adam Conrad ]
   * Disable chroot sessions by default, add an option to enable chroot
     sessions. (LP: #1277594)

 upstart (1.12.1-0ubuntu3) trusty; urgency=medium
 .
   [ Steve Langasek ]
   * Rotate user logs daily, not hourly; while we do need them rotated more
     often than once per login in the case of long-lived sessions, once per
     hour is far too frequent and will cause log data to be rotated off far
     too quickly.
 .
   [ Dimitri John Ledkov ]
   * Clean-up stale child processes in the new initctl reload test case,
     thus resolving hanging buildds.

 upstart (1.12.1-0ubuntu2) trusty; urgency=medium
 .
   [ Steve Langasek ]
   * debian/conf/wait-for-state.conf: suppress stderr from 'grep -q
     /etc/init/foo.override', since the file may not exist.  LP: #1298938.
 .
   [ James Hunt ] (LP: #1306361)
   * debian/upstart.cron.hourly: hourly cron job to emit the 'rotate-logs'
     event.
   * debian/user-conf/logrotate.conf: Run 1 minute after session startup
     and whenever the 'rotate-logs' event is emitted.
   * debian/manpages/upstart-events.7: Add 'rotate-logs' event.
 .
   [ Dimitri John Ledkov ]
   * Reintroduce previous way of reloading jobs, such that "initctl reload"
     is now backwards compatible with precise upstart (still) running as
     pid 1 during upgrades. (LP: #1303891)
   * Add a shebang to debian/upstart.cron.hourly


  upstart-app-launch (0.3+14.04.20140411-0ubuntu1) trusty; urgency=low
 .
   [ Ted Gould ]
   * Kill all jobs in process group on exit


  webbrowser-app (0.23+14.04.20140411.1-0ubuntu1) trusty; urgency=low
 .
   [ Michael Sheldon ]
   * Add support for file upload via content-hub
 .
   [ Ugo Riboni ]
   * Add support for file upload via content-hub
 .
   [ Alexandre Abreu ]
   * Make sure that we dont load unecessary libs (oxide or qtwebkit)
     correspnding to the webengine that we dont use. (LP: #1306037)
   * Add a basic set of integration tests for the webapp container
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ Olivier Tilloy ]
   * Enable UA overrides for all form factors, each in a separate file.
     Add an override for google calendar on desktop. Clean up the
     construction of the default UA string for easier reading and
     maintenance.
 .
   [ Bill Filler ]
   * Add support for file upload via content-hub