Changelogs from build 20140317.2 to 20140317.3


  address-book-service (0.1.1+14.04.20140317.1-0ubuntu1) trusty; urgency=low
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ Colin Watson ]
   * Work around pointer equality problem with -Bsymbolic-functions on
     powerpc/ppc64el.
 .
   [ Renato Araujo Oliveira Filho ]
   * Implemented createSource functionality.


  lxc-android-config (0.149) trusty; urgency=medium
 .
   * Remove diverts of NetworkManager.policy, which actually didn't do what
     it said on the tin anyway.  Actual NetworkManager policy is determined
     by the phablet user being in the group 'sudo' and a livecd-rootfs config
     change that lets the sudo group do what it wants with networking.


  process-cpp (0.0.1+14.04.20140317-0ubuntu1) trusty; urgency=low
 .
   [ Marcus Tomlinson ]
   * Set fd flags to *_NONBLOCK as we are checking fd.revents before
     reads anyway. Blocking reads are dangerous when recieving partial
     payloads.


  webbrowser-app (0.23+14.04.20140317-0ubuntu1) trusty; urgency=low
 .
   [ daker ]
   * Fix to open URL that start with / (local files)
 .
   [ Leo Arias ]
   * Updated the copyright header on all the python files.
 .
   [ Adnane Belmadiaf ]
   * Fix to open URL that start with / (local files)
 .
   [ Olivier Tilloy ]
   * Do not register private types in the public plugin. Register them in
     the webbrowser application scope instead. I have made sure that
     private types that were previously public are currently not being
     used by any application in the store, so this refactoring is safe.
   * Refactor the test HTTP server to use a random port at startup.