Module: wine
Branch: master
Commit: 4ccb8746fde08a21e533558a417816279e2c8620
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4ccb8746fde08a21e533558a4…
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Fri Jul 13 15:19:23 2012 -0500
secur32: On Mac, recognize key exchange algorithm for cipher suites using ECDH.
---
dlls/secur32/schannel_macosx.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/secur32/schannel_macosx.c b/dlls/secur32/schannel_macosx.c
index 01493b1..d4576b9 100644
--- a/dlls/secur32/schannel_macosx.c
+++ b/dlls/secur32/schannel_macosx.c
@@ -330,6 +330,11 @@ static ALG_ID schan_get_kx_algid(const struct cipher_suite* c)
case schan_kx_DHE_DSS:
case schan_kx_DHE_RSA_EXPORT:
case schan_kx_DHE_RSA: return CALG_DH_EPHEM;
+ case schan_kx_ECDH_anon:
+ case schan_kx_ECDH_ECDSA:
+ case schan_kx_ECDH_RSA:
+ case schan_kx_ECDHE_ECDSA:
+ case schan_kx_ECDHE_RSA: return CALG_ECDH;
case schan_kx_NULL: return 0;
case schan_kx_RSA: return CALG_RSA_KEYX;
@@ -339,11 +344,6 @@ static ALG_ID schan_get_kx_algid(const struct cipher_suite* c)
case schan_kx_DH_DSS:
case schan_kx_DH_RSA_EXPORT:
case schan_kx_DH_RSA:
- case schan_kx_ECDH_anon:
- case schan_kx_ECDH_ECDSA:
- case schan_kx_ECDH_RSA:
- case schan_kx_ECDHE_ECDSA:
- case schan_kx_ECDHE_RSA:
case schan_kx_FORTEZZA_DMS:
case schan_kx_RSA_EXPORT:
FIXME("Don't know CALG for key exchange algorithm %d for cipher suite %#x, returning 0\n", c->kx_alg, (unsigned)c->suite);
Module: website
Branch: master
Commit: 3e5c4c952e996cd37f25d33800c6b570a638c9c3
URL: http://source.winehq.org/git/website.git/?a=commit;h=3e5c4c952e996cd37f25d3…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Sun Jul 15 10:25:51 2012 +0200
Polish translation for release 1.5.8
---
news/pl/2012070301.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/pl/2012070301.xml b/news/pl/2012070301.xml
new file mode 100644
index 0000000..e22d3e9
--- /dev/null
+++ b/news/pl/2012070301.xml
@@ -0,0 +1,17 @@
+<news>
+<date>Lipiec 3, 2012</date>
+<title>Wydano Wine 1.5.8</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.5.8 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.5.8">Co nowego</a> w tym wydaniu:
+<ul>
+ <li>Większa funkcjonalność strumieni w bibliotece uruchomieniowej C++.</li>
+ <li>Kilka usprawnień w kodekach Windowsa.</li>
+ <li>Więcej klas i właściwości WBEM.</li>
+ <li>Kilka poprawek w pomocy HTML.</li>
+ <li>Wsparcie dla drukowania fałszywych czcionek z kursywą.</li>
+ <li>Rozmaite poprawki błędów.</li>
+</ul></p>
+<p><p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.5.8.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkrótce w przeznaczonych dla nich <a href="{$root}/download">pobieralniach</a>.
+</p></body></news>
Module: website
Branch: master
Commit: 8efce17cc58485e7ad94bff14e2a43850c585ef2
URL: http://source.winehq.org/git/website.git/?a=commit;h=8efce17cc58485e7ad94bf…
Author: Kyle Auble <randomidman48(a)yahoo.com>
Date: Fri Jul 13 14:51:59 2012 -0700
Moved AppDB notes from contributing page to wiki (retry)
---
templates/en/contributing.template | 34 +---------------------------------
1 files changed, 1 insertions(+), 33 deletions(-)
diff --git a/templates/en/contributing.template b/templates/en/contributing.template
index a2a0b18..0d019f3 100644
--- a/templates/en/contributing.template
+++ b/templates/en/contributing.template
@@ -20,7 +20,7 @@
<ol>
<li><a href="http://wiki.winehq.org/CreateFonts">Creating fonts</a></li>
<li><a href="http://wiki.winehq.org/CreateIcons">Drawing icons</a></li>
- <li><a href="#app_owners">Application owners</a></li>
+ <li><a href="http://wiki.winehq.org/AppDB_Maintainers">Maintaining applications</a></li>
<li><a href="#support">Bug hunting and support</a></li>
</ol>
</li>
@@ -43,38 +43,6 @@
</li>
</ol>
-<h3 id="app_owners">Application database: application maintainers</h3>
-
-<p>Another very important aspect of Wine testing is to use or test real
- applications regularly and report regressions as soon as possible to the Wine
- developers. This way regressions are caught early, while the set of changes
- to search through is still small and the Wine developer who made the change
- still around. Another reason why <b>your</b> contribution is especially
- valuable is that Wine developers probably do not have access to the
- application (they cannot buy all the applications out there) or do not know
- it well enough to test it properly.</p>
-<p>You can help even further by becoming an 'application maintainer', that is by
- maintaining that application entry in the <a href="http://appdb.winehq.org/">Application Database</a>. Many
- applications can be made to run (or run better) by using just the right mix
- of native (Windows) and built-in (Wine) libraries. By testing the application
- with various library mix and then documenting your results in the
- corresponding Application Database entry, you will help other Wine users be
- productive with that application, thus making Wine useful to a greater number
- of people.</p>
-<p>Required skills:</p>
-<ul>
- <li>Good knowledge of a particular application</li>
- <li>Being dedicated to using / testing this application with each new Wine
- release or more often. It is more important to test one application
- regularly than ten applications once a year.</li>
- <li>Report all regressions to wine-devel, and cooperate with the developers
- to diagnose the issue.</li>
- <li>Create and maintain a HOWTO note on the application page summarizing
- all actions required to get the application to run properly, e.g.
- collected from the comments of visitors on the application/versions pages.</li>
- <li>Coding skills are <strong>not necessary</strong>.</li>
-</ul>
-
<h3 id="support">Bug hunting and support</h3>
<p>Because there are so many Windows applications out there, and because
very few of them work perfectly, we get a lot of questions from users,