diff -Nru pipelight-multi-0.2.7~daily/debian/bzr-builder.manifest pipelight-multi-0.2.7~daily/debian/bzr-builder.manifest --- pipelight-multi-0.2.7~daily/debian/bzr-builder.manifest 2014-06-03 00:30:22.000000000 +0000 +++ pipelight-multi-0.2.7~daily/debian/bzr-builder.manifest 2014-06-04 00:33:12.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debversion}~daily-201406030030 -lp:pipelight revid:git-v1:60201d49085d2f30996aa757b7fb7e2253949799 +# bzr-builder format 0.3 deb-version {debversion}~daily-201406040033 +lp:pipelight revid:git-v1:b5786f6d4401a1db7ccafc6ba423572798f29960 diff -Nru pipelight-multi-0.2.7~daily/debian/changelog pipelight-multi-0.2.7~daily/debian/changelog --- pipelight-multi-0.2.7~daily/debian/changelog 2014-06-03 00:30:22.000000000 +0000 +++ pipelight-multi-0.2.7~daily/debian/changelog 2014-06-04 00:33:12.000000000 +0000 @@ -1,15 +1,29 @@ -pipelight-multi (0.2.7~daily-201406030030~ubuntu12.10.1) quantal; urgency=low +pipelight-multi (0.2.7~daily-201406040033~ubuntu12.10.1) quantal; urgency=low * Auto build. - -- Michael Müller Tue, 03 Jun 2014 00:30:22 +0000 + -- Michael Müller Wed, 04 Jun 2014 00:33:12 +0000 -pipelight-multi (0.2.7) UNRELEASED; urgency=low +pipelight-multi (0.2.7) RELEASED; urgency=low + * Update Flash to 13.0.0.214 + * Update Shockwave to 12.1.1.151 + * Update for Unity3D plugin + * Update for Adobereader, FoxitReader and Roblox plugin + * Added experimental TrianglePlayer plugin * Fixed pluginloader.exe crash when closing browser window and using - multiple instances of the same plugin. + multiple instances of the same plugin + * Fix issue that Firefox detected wrong plugin version in some cases + * Fix structure for x11drv_escape_set_drawable (linux windowless mode) + * Integrate graphic driver check directly into pluginloader.exe + * Allow changing strict draw ordering at runtime via context menu + * Add system-check utility to verify that installation is correct + * Remove full paths from plugin config files + * Make scripts more compatible with BSD systems + * Add --debug configure option + * Code cleanup - -- Michael Mueller Sun, 06 Apr 2014 20:02:02 +0200 + -- Michael Mueller Tue, 03 Jun 2014 03:09:13 +0200 pipelight-multi (0.2.6) RELEASED; urgency=low diff -Nru pipelight-multi-0.2.7~daily/src/winecheck/check.c pipelight-multi-0.2.7~daily/src/winecheck/check.c --- pipelight-multi-0.2.7~daily/src/winecheck/check.c 2014-06-03 00:30:21.000000000 +0000 +++ pipelight-multi-0.2.7~daily/src/winecheck/check.c 2014-06-04 00:33:12.000000000 +0000 @@ -47,13 +47,14 @@ const char *badOpenGLVendors[] = { - "llvmpipe", + "VMware, Inc." }; const char *badOpenGLRenderer[] = { "Software Rasterizer", - "Mesa GLX Indirect" + "Mesa GLX Indirect", + "llvmpipe" }; struct fontsToCheck