~mardy/signon-ui/lp1231691

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tarmac
  • Author(s): Automatic PS uploader
  • Date: 2013-06-05 21:32:56 UTC
  • mfrom: (100.1.1 signon-ui)
  • Revision ID: tarmac-20130605213256-2y4y713oz31o2jl9
Releasing 0.14daily13.06.05.1-0ubuntu1 to ubuntu.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
signon-ui (0.14daily13.05.14ubuntu.unity.next-0ubuntu2) UNRELEASED; urgency=low
 
1
signon-ui (0.14daily13.06.05.1-0ubuntu1) saucy; urgency=low
2
2
 
 
3
  [ phablet ]
3
4
  * Add some more logic for the webview, based on Ubuntu.Browser for better 
4
5
    support on phablet
5
6
 
6
 
 -- phablet <phablet@ubuntu-phablet>  Thu, 16 May 2013 20:00:59 +0000
 
7
  [ Ken VanDine ]
 
8
  * Optionally use WebKit2 in Qt5 Add a configuration option ("qmake
 
9
    CONFIG+=no-widgets") to disable using the QtWidgets based QWebView
 
10
    and use QtQuick's WebView, which is based on WebKit2. Another
 
11
    configuration option ("CONFIG+=force-foreign-qwindow") can be used
 
12
    to enable window embedding/reparenting with Qt5, which otherwise
 
13
    would only be enabled with Qt 5.1 or later. Note that the "no-
 
14
    widgets" option is not activated in debian/rules; that bit should go
 
15
    into a separate branch. The WebView implementation is mostly based
 
16
    on Ken Vandine's "phablet-rebased" branch; the big difference here
 
17
    is that the WebView is opened in a separate process, which is
 
18
    spawned by signon-ui with a hacked $HOME variable which will force
 
19
    WebKit2 to store all its data (cookies and form completions) into a
 
20
    different location depending on the identity being authenticated.
 
21
    The process separation is needed in order not to share the same
 
22
    WebKit's WebProcess among the WebViews, which would defeat the trick
 
23
    of changing $HOME.
 
24
 
 
25
  [ Alberto Mardegan ]
 
26
  * Use bzr-export to implement the "make dist" command This includes
 
27
    the po/Makefile file, which was previously being excluded by
 
28
    mistake. . (LP: #1162296)
 
29
  * Wait 3 seconds before reporting a page load failure When logging in
 
30
    to Google with an Ubuntu SSO account, the browser is briefly
 
31
    redirected to a page which fails to load; however, the
 
32
    authentication then continues successfully. In order not to stop the
 
33
    authentication process, wait three seconds before terminating the
 
34
    authentication with an error, and abort the timer if another URL is
 
35
    queued. . (LP: #1171853)
 
36
  * Cancel fail timer when a load is in progress If a page is loading,
 
37
    don't make the request fail. . (LP: #1171853)
 
38
  * Implement removeIdentityData signond will call this method when an
 
39
    identity is removed or being signed out. .
 
40
  * Optionally use WebKit2 in Qt5 Add a configuration option ("qmake
 
41
    CONFIG+=no-widgets") to disable using the QtWidgets based QWebView
 
42
    and use QtQuick's WebView, which is based on WebKit2. Another
 
43
    configuration option ("CONFIG+=force-foreign-qwindow") can be used
 
44
    to enable window embedding/reparenting with Qt5, which otherwise
 
45
    would only be enabled with Qt 5.1 or later. Note that the "no-
 
46
    widgets" option is not activated in debian/rules; that bit should go
 
47
    into a separate branch. The WebView implementation is mostly based
 
48
    on Ken Vandine's "phablet-rebased" branch; the big difference here
 
49
    is that the WebView is opened in a separate process, which is
 
50
    spawned by signon-ui with a hacked $HOME variable which will force
 
51
    WebKit2 to store all its data (cookies and form completions) into a
 
52
    different location depending on the identity being authenticated.
 
53
    The process separation is needed in order not to share the same
 
54
    WebKit's WebProcess among the WebViews, which would defeat the trick
 
55
    of changing $HOME.
 
56
  * Runtime detection of browser handler Even if the "use-webkit2"
 
57
    option is given at build time, allow using the qtwebkit1 interface
 
58
    on xcb. This allows us to use the same signon-ui binary for desktop
 
59
    and phone form factors. .
 
60
 
 
61
  [ Ubuntu daily release ]
 
62
  * Automatic snapshot from revision 100
 
63
 
 
64
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Jun 2013 18:49:08 +0000
7
65
 
8
66
signon-ui (0.14daily13.05.14ubuntu.unity.next-0ubuntu1) raring; urgency=low
9
67