Changelogs from build 20140121.1 to 20140122


  dee-qt (3.3+14.04.20140116-0ubuntu1) trusty; urgency=low
 .
   [ Michael Terry ]
   * Add some missing ${misc:Pre-Depends} lines and drop
     ${shlibs:Depends} from the dev package.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 85


  gupnp-av (0.12.4-1ubuntu1) trusty; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el
       by getting new libtool macros (still updates config.{sub,guess}).
 .
 gupnp-av (0.12.4-1) unstable; urgency=medium
 .
   * Make dh_makeshlibs fail on symbols mismatch
   * Imported Upstream version 0.12.4
   * Update symbols file with several added symbols


  libffi (3.0.13-12) unstable; urgency=medium
 .
   * armhf: Fix ffi_call_VFP with no VFP arguments (Will Newton).


  lxc-android-config (0.127) trusty; urgency=medium
 .
   * 70-mako.rules: changing default permission for msm_rotator, which is now
     used by 4.4.2


  ofono (1.12+bzr6853-0ubuntu1) trusty; urgency=low
 .
   [ Tony Espy ]
   * unit: fix fail-to-build on powerpc
     The previously released version enabled -Wall,
     which triggered build failures due to unused
     functions on powerpc.  This is due to the fact
     that the unit tests only run on LITTLE_ENDIAN
     systems via an ifdef, which leaves unused functions
     and data.  This change exends the ifdef to cover
     the unused functions and test data.

 ofono (1.12+bzr6851-0ubuntu1) trusty; urgency=low
 .
   [ Tony Espy ]
   * debian/rules: add -Wall to CFLAGS;
     mirrors upstream build
   * plugins/nettime.c: fix build error
     by adding  include
   * src/log.c: fix build error by adding
     a print_backtrace() function declaration
     with __attribute__ ((unused))
   * gril: fix cancel_group/offline crash (LP: #1262340)
   * gril, plugins/ril: Re-worked RIL power code to prepare for flight-
     mode implementation (LP: #1245860), (LP: #1208657).
 .
   [ Alfonso Sanchez-Beato ]
   * gril, unit, rilmodem/call-settings: Add Call-settings suport
     - merge applicable nemomobile code
     - re-factor parcel code
     - add call-volume parcel unit tests
   * gril, unit, rilmodem/ussd: Add USSD support (LP: #1195398)
     - merge applicable nemomobile code
     - re-factor parcel code
     - add call-volume parcel unit tests
   * rilmodem/voicecall: fix conference calls for maguro (LP: #1257206)


  telepathy-qt5 (0.9.3-0ubuntu6) trusty; urgency=medium
 .
   * debian/patches/05-fix-qt52-build.patch: build against both
     Qt 5.0 and 5.2 (thanks to Albert) (LP: #1267835)
   * Update symbols files


  unity-api (7.80.5+14.04.20140120-0ubuntu1) trusty; urgency=low
 .
   [ Jussi Pakkanen ]
   * Remove deprecated NonCopyable base class.
 .
   [ Michi Henning ]
   * Removed final semicolon from NONCOPYABLE macro. This makes the usage
     consistent with the UNITY_DEFINES_PTRS macro, which also does not
     include the semicolon.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 119


  unity-scopes-api (0.2.0+14.04.20140120-0ubuntu1) trusty; urgency=low
 .
   [ Michi Henning ]
   * Added ability for scope to push an exception (as an exception_ptr). On the client side,
     the exception is delivered as the what() string (if the exception is a std::exception) and
     as "unknown exception", otherwise.
   * Disabled running the tests in parallel for CI. They are not written
     to run concurrently because the different tests try to bind to the
     same network endpoints. This should almost certainly fix the failure
     reported here:
     https://launchpadlibrarian.net/159997415/buildlog_ubuntu-saucy-
     i386.unity-scopes-api_0.1.5-0~94~ubuntu13.10.1_FAILEDTOBUILD.txt.gz.
   * Got rid of chatter from helgrind. (Needs helgrind 3.9.0 or later--
     3.8.1 generates bogus errors.) Added public destroy() method so it
     is possible to shut down the reaper explicitly. Fixed race condition
     on setting the self_ weak_ptr.
   * Changed code to match macro change here:
     https://code.launchpad.net/~michihenning/unity-api/noncopyable-
     fix/+merge/200084 Also removed remaining remnants of deprecated
     NonCopyable class.
   * Added CMake option to build with -fsanitize=thread. Fixed a bunch of
     warnings when building with clang.
   * Fixed valgrind error in HttpClient_test.cpp: execv was using
     deallocated memory. Updated CTestCustom.cmake.in to correctly
     suppress the tests that should not be run under valgrind.
   * Fixed shutdown in ObjectAdapter and added proper exception handling
     if the broker thread or a worker thread encounters an exception.
   * Disabled code generation for stand-alone header compilation tests.
     This makes the tests run marginally faster.
   * Added locate() remote method to the Registry, for the scope
     activation logic.
   * Changed ScopeLoader to not run the scope in a separate thread. (This
     is done by scoperunner anyway.) This fixes the problem of an
     exception being thrown by start(), but the scoperunner not realizing
     this. (LP: #1262536)
   * Added suppressions file for thread sanitizer issues in zmq.
   * Fixed race on registry start-up: registry was answering incoming
     requests too early. Other minor cosmetic changes: replaced
     factory()->create() call with factory()->find() because RuntimeImpl
     already instantiates the middleware. Removed redundant #includes.
     (LP: #1267026)
   * Minor fix: got rid of unnecessary unique_ptr. No functional changes.
   * Added formatcode target to CMakeLists.txt. This runs all source and
     header files through a pretty-printer.
   * Updated code for API changes in latest Cap'n Proto. (LP: #1268538)
   * Added check to prevent two servers from binding to the same ipc
     endpoint. Added coverage test for double-bind. Removed attempts to
     deal with servant destructors that throw. It turns out that this
     doesn't work because the destructor is called in the context of the
     map destructor, which calls the shared_ptr destructors, so we end up
     in terminate(). I might theoretically be possible to do this with a
     custom deleter for the map and the shared_ptrs inside the map, but
     the trouble isn't worth it. Destructors should never throw, that's
     just how it is, and attempts to patch around that are a lost labor
     of love. (LP: #1257676)
   * Fix to stop SignalThread from spinning if waitpid() is called at a
     point where there are no child processes. (LP: #1268524)
   * Fixes a bunch of include guards that used the wrong symbol name.
   * Added ping() method to all proxies.
 .
   [ Jussi Pakkanen ]
   * Version bump due to namespace peeling.
   * Use EXPECT_FALSE.
   * Use built-in CMake machinery for libdir rather than building paths
     yourself.
   * Remove extra namespace layers.
   * Fix -Werror.
   * Fix header include path.
   * Make it possible to not run headertests, which are slow.
   * Create empty directory where scopes can install their configuration
     files.
   * Implement Registry.
   * Some logging to RegistryObject.
 .
   [ Michal Hruby ]
   * Added preview and activation APIs.
   * Don't fork inside tests, as it screws up with coverage reports.
   * Update tutorial to match with the current public API.
 .
   [ Marcus Tomlinson ]
   * Fixed race conditions in HttpClientQtThread and RaiiServer. (LP:
     #1262987)
   * reply_->abort() (QCoreApplication::sendEvent) replaced by a signal-
     slot connection (QCoreApplication::postEvent), which is allowed
     across threads. (LP: #1267917)
   * Added astyle flag to suppress the creation of .orig files when
     formatting code.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 142


  unity-scopes-shell (0.2.0+14.04.20140120-0ubuntu1) trusty; urgency=low
 .
   [ Michal Hruby ]
   * Use libunity-scopes 0.2.0.
   * Added environment variable that controls the scope thread delay.
   * Implement category JSON overrides (used by scope-dev-tool).
   * Update because of API change.
 .
   [ Pawel Stolowski ]
   * Updated for scopes API changes.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 39


  upstart (1.11-0ubuntu2) trusty; urgency=low
 .
   [ Steve Langasek ]
   * Merge Debian packaging changes from 1.10-2.
 .
   [ James Hunt ]
   * debian/manpages/upstart-events.7: Remove Job States and Job Lifecycle
     sections since they have been added to init.8 upstream (closes: bug#732125).
   * debian/manpages/upstart-events.7:
     - Added missing dbus and dconf events.
     - Added all inline events to SEE ALSO section for quick reference.
       (when coupled with latest upstream doc changes, closes: bug#732128).
   * debian/control: add Build-Depends on libtool for test_conf_preload.sh.
   * Cherry-pick fix for handling re-exec if job is invalid (LP: #1269731).