Changelogs from build 20130925.2 to 20130926


  click-apparmor (0.1.10) saucy; urgency=low
 .
   * work around lack of first boot postinst-style code in lxc-android-config
     and ship a click-apparmor upstart job. This checks to see if apparmor or
     apparmor-easyprof-ubuntu's dpkg md5sums changed, and if so, runs
     'aa-clickhook -f'. This allows us to update policy for click packages on
     reboot after system-image updates. Note, the click system hooks job is
     not enough, because that correctly uses 'aa-clickhook' without arguments.
     'aa-clickhook -f' isn't normally needed so this job completes quickly
     in typical reboots ('aa-clickhook -f' still only updates the click policy
     that is affected). (LP: #1229449)
   * don't verify the policy before load. It will error on load which is
     equivalent to erroring out before load. This allows us to avoid parsing
     policy twice which can save significant time when regenerating lots of
     profiles, which is important during first boot after system upgrade
   * generated policy should be readable by everyone (the click security
     manifests are not private)
   * fix default path to apparmor_parser (thus avoiding a needless 'which')
   * debian/rules: cleanup .coverage and apparmor/__pycache__


  dialer-app (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Add a timeline indicator in the call log view. (LP: #1213990)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 45


  lxc-android-config (0.103) saucy; urgency=low
 .
     * Fix some issues with the upstart job so that it gets into the right
     state at boot time and properly shuts down.


  messaging-app (0.1+13.10.20130926.1-0ubuntu1) saucy; urgency=low
 .
   [ Tiago Salem Herrmann ]
   * Focus phone number entry when composing a new message. (LP:
     #1227356)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 38


  ubuntu-keyboard (0.99.trunk.phablet2+13.10.20130926-0ubuntu1) saucy; urgency=low
 .
   [ Ubuntu daily release ]
   * New rebuild forced
 .
   [ William Hua ]
   * Add GSettings schema file.
 .
   [ Christopher Lee ]
   * Update the autopilot emulator code to work with the recent changes
     (moving more UI code to QML).
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 45


  ubuntu-touch-customization-hooks (0.5+13.10.20130925.1-0ubuntu1) saucy; urgency=low
 .
   [ Loïc Minier ]
   * Pass --parallel and --fail-missing to dh; doesn't change anything
     for this package (no actual build, single package) but makes Didier
     happy to have less delta with the expected template.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 21


  ubuntu-touch-meta (1.075) saucy; urgency=low
 .
   * Refreshed dependencies
   * Added account-plugin-google to touch
   * Added qtdeclarative5-poppler-qml-plugin to touch [armhf i386]
   * Added qtdeclarative5-poppler1.0 to touch [amd64]


  upstart-app-launch (0.1+13.10.20130925.2-0ubuntu1) saucy; urgency=low
 .
   [ Ted Gould ]
   * Ensure a failed stop return doesn't block execution. (LP: #1229468)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 67


  webbrowser-app (0.22+13.10.20130926.1-0ubuntu1) saucy; urgency=low
 .
   [ daker ]
   * Added support for confirm dialogs. (LP: #1169758)
   * Added support for Prompt dialogs. (LP: #1169759)
 .
   [ Adnane Belmadiaf ]
   * Added support for confirm dialogs. (LP: #1169758)
   * Added support for Prompt dialogs. (LP: #1169759)
 .
   [ Alexandre Abreu ]
   * The application name is being set from the APP_ID during the init
     phase of the webbrowser app but it is later being overwritten
     because of the applicationName property in the browser MainView. One
     option could be to get rid of the applicationName property update
     altogether but it is being used by the MainView to update the domain
     for the i18n plugin which is itself flawed in a way since it does
     not fallback on the Qtcore::applicationName but requires the
     applicationName property of a MainView to be set explicitely. . (LP:
     #1229942)
 .
   [ Olivier Tilloy ]
   * When the activity view cannot be found, return None instead of
     raising an exception, as that’s what tests expect.
   * Contextual menus with specific actions for links and images when
     they are long-pressed.
   * Fix dependencies alignment in debian/control.
   * Adjust margins in the chrome to be consistent with the default
     toolbar. (LP: #1223946)
   * New assets and visual tweaks for the expanded activity view. (LP:
     #1223952)
   * Updated translation template.
   * Go directly to the entry instead of expanding the timeline view when
     there is only one entry for a given domain. This change has been
     requested by design.
   * Very basic support for ini-style read-only settings. This is a
     temporary solution until Settings support lands in the SDK. At the
     moment, only the default homepage can be customized. To change the
     default homepage, one can write the following line to
     ~/.config/webbrowser-app/settings.conf:     homepage =
     http://example.org.
   * Match domains for overriding the UA string by starting from the full
     domain name, and iterating down to the TLD. This ensures that if
     there is an override rule for "b.a.c", it will get precedence over
     another existing rule for "a.c".
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 346