Module: appdb
Branch: master
Commit: 9764374a1fece2c839f69fdb0186974e888a7ed5
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9764374a1fece2c839f69fdb…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Jun 10 10:54:18 2012 +0000
config.php.sample: Add 1.4 as stable branch
---
include/config.php.sample | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/config.php.sample b/include/config.php.sample
index 0eb1fc3..813379e 100644
--- a/include/config.php.sample
+++ b/include/config.php.sample
@@ -35,7 +35,7 @@ define("TESTDATA_AGED_THRESHOLD", 175);
// Show versions from these branches even if they are not among the most recent ones
// Separate by commas if there are more than one
-define("STABLE_BRANCHES", "1.0.,1.2.");
+define("STABLE_BRANCHES", "1.0.,1.2.,1.4.");
/*
* apps database info
Module: website
Branch: master
Commit: 2943ca2c6512c3b509988be7cd732470e383d74a
URL: http://source.winehq.org/git/website.git/?a=commit;h=2943ca2c6512c3b509988b…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jun 8 22:25:55 2012 +0200
Wine release 1.5.6
---
news/en/2012060801.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/news/en/2012060801.xml b/news/en/2012060801.xml
new file mode 100644
index 0000000..a47671f
--- /dev/null
+++ b/news/en/2012060801.xml
@@ -0,0 +1,18 @@
+<news>
+<date>June 8, 2012</date>
+<title>Wine 1.5.6 Released</title>
+<body>
+<p> The Wine development release 1.5.6 is now available.</p>
+<p> <a href="{$root}/announce/1.5.6">What's new</a> in this release:
+<ul>
+ <li>Automatic installation of the Mono add-on package.</li>
+ <li>Control panel applet for joysticks.</li>
+ <li>Device bitmap rendering now done through the DIB engine.</li>
+ <li>Support for video rendering through DirectX (VMR-9).</li>
+ <li>First steps towards a D3D shader compiler.</li>
+ <li>Build fixes for DragonFly BSD.</li>
+ <li>Various bug fixes.</li>
+</ul></p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.5.6.tar.bz2">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>