diff -Nru oxide-qt-1.9.4/debian/changelog oxide-qt-1.9.5/debian/changelog --- oxide-qt-1.9.4/debian/changelog 2015-10-01 11:54:28.000000000 +0000 +++ oxide-qt-1.9.5/debian/changelog 2015-10-02 18:49:47.000000000 +0000 @@ -1,19 +1,19 @@ -oxide-qt (1.9.4-0ubuntu0.15.04.1~overlay1) vivid; urgency=medium +oxide-qt (1.9.5-0ubuntu0.15.04.1) vivid-security; urgency=medium - * Update to v1.9.4 (see USN-2757-1) + * Update to v1.9.5 (see USN-2757-1) - Bump Chromium rev to 45.0.2454.101 - Fix LP: #1498953 - Reduce the limit for discardable memory on mobile - -- Chris Coulson Wed, 30 Sep 2015 19:02:43 +0100 + -- Chris Coulson Wed, 30 Sep 2015 19:50:04 +0100 -oxide-qt (1.9.2-0ubuntu1) wily; urgency=medium +oxide-qt (1.9.2-0ubuntu0.15.04.1) vivid-security; urgency=medium * Update to v1.9.2 - Fix LP: #1447311 - Disable the unprivileged namespace sandbox - -- Chris Coulson Thu, 10 Sep 2015 09:57:32 +0100 + -- Chris Coulson Thu, 10 Sep 2015 10:27:30 +0100 -oxide-qt (1.9.1-0ubuntu1) wily; urgency=medium +oxide-qt (1.9.1-0ubuntu0.15.04.1) vivid-security; urgency=medium * Update to v1.9.1 (see USN-2735-1) - Bump Chromium rev to 45.0.2454.85 @@ -48,9 +48,9 @@ - Load V8 natives in to the browser process so that single-process works * Refresh gross-hack-for-dual-ffmpeg-build.patch - -- Chris Coulson Fri, 04 Sep 2015 12:33:55 +0100 + -- Chris Coulson Fri, 04 Sep 2015 12:35:55 +0100 -oxide-qt (1.8.4-0ubuntu1) wily; urgency=medium +oxide-qt (1.8.4-0ubuntu0.15.04.1) vivid-security; urgency=medium * Update to v1.8.4 (see USN-2677-1) - Bump Chromium rev to 44.0.2403.89 @@ -75,17 +75,17 @@ pages * Refresh gross-hack-for-dual-ffmpeg-build.patch - -- Chris Coulson Wed, 22 Jul 2015 18:12:44 +0100 + -- Chris Coulson Wed, 22 Jul 2015 18:19:23 +0100 -oxide-qt (1.7.9-0ubuntu1) wily; urgency=medium +oxide-qt (1.7.9-0ubuntu0.15.04.1) vivid-security; urgency=medium * Update to v1.7.9 - see USN-2652-1 - Bump Chromium rev to 43.0.2357.130 - -- Chris Coulson Tue, 23 Jun 2015 16:16:08 +0100 + -- Chris Coulson Tue, 23 Jun 2015 16:39:23 +0100 -oxide-qt (1.7.8-0ubuntu1) wily; urgency=medium +oxide-qt (1.7.8-0ubuntu0.15.04.1) vivid-security; urgency=medium * Update to v1.7.8 - see USN-2610-1 @@ -115,6 +115,22 @@ - Use the simple backend for the network cache - Add EGLFS QPA support - Fix cross-compiling armhf builds on x86 + + -- Chris Coulson Tue, 19 May 2015 17:32:04 +0100 + +oxide-qt (1.6.6-0ubuntu0.15.04.1) vivid-security; urgency=medium + + * Update to v1.6.6 + - see USN-2582-1 + - Bump Chromium rev to 42.0.2311.135 + + -- Chris Coulson Wed, 29 Apr 2015 21:06:53 +0100 + +oxide-qt (1.6.5-0ubuntu0.15.04.1) vivid-security; urgency=medium + + * Update to v1.6.5 + - see USN-2570-1 + - Bump Chromium rev to 42.0.2311.90 - Fix LP: #1442398 - Invalid read in CompositorOutputSurfaceGL - Fix LP: #1442458 - Minimum page scale shouldn't be 1 on mobile form-factors @@ -160,8 +176,18 @@ - Refactor how the GL implementation is selected, simplifying the code. Also add OXIDE_DISABLE_GPU and OXIDE_DISABLE_GPU_COMPOSITING environment variables for disabling all GPU features or GPU compositing respectively + - Fix LP: #1446864 - OxideQQuickScriptMessage::reply doesn't work with + Qt 5.4 - -- Chris Coulson Tue, 19 May 2015 17:32:04 +0100 + -- Chris Coulson Wed, 15 Apr 2015 12:46:56 +0100 + +oxide-qt (1.5.6-0ubuntu1) vivid; urgency=medium + + * Update to v1.5.6 + - Bump Chromium rev to 41.0.2272.118 + - see USN-2556-1 + + -- Chris Coulson Thu, 02 Apr 2015 14:42:59 +0100 oxide-qt (1.5.5-0ubuntu1) vivid; urgency=medium diff -Nru oxide-qt-1.9.4/qt/VERSION oxide-qt-1.9.5/qt/VERSION --- oxide-qt-1.9.4/qt/VERSION 2015-09-30 18:08:08.000000000 +0000 +++ oxide-qt-1.9.5/qt/VERSION 2015-10-02 17:57:03.000000000 +0000 @@ -1,3 +1,3 @@ MAJOR=1 MINOR=9 -PATCH=4 +PATCH=5 \ No newline at end of file diff -Nru oxide-qt-1.9.4/shared/browser/oxide_browser_process_main.cc oxide-qt-1.9.5/shared/browser/oxide_browser_process_main.cc --- oxide-qt-1.9.4/shared/browser/oxide_browser_process_main.cc 2015-09-30 16:55:04.000000000 +0000 +++ oxide-qt-1.9.5/shared/browser/oxide_browser_process_main.cc 2015-10-02 14:19:04.000000000 +0000 @@ -335,6 +335,7 @@ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); command_line->AppendSwitch(switches::kEnableViewport); + command_line->AppendSwitch(switches::kEnableViewportMeta); command_line->AppendSwitch(switches::kMainFrameResizesAreOrientationChanges); command_line->AppendSwitch(switches::kEnablePinch); // Note, overlay scrollbars do not work properly on desktop yet Binary files /tmp/HBtjXrK7NW/oxide-qt-1.9.4/third_party/chromium/src/.git/index and /tmp/5I9V181jSx/oxide-qt-1.9.5/third_party/chromium/src/.git/index differ