Module: wine
Branch: master
Commit: e0b0ac107eb0b94b9f94cab0230bd667dd7870a9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0b0ac107eb0b94b9f94cab02…
Author: Bruno Jesus <00cpxxx(a)gmail.com>
Date: Sun Jan 22 18:02:35 2017 -0200
documentation: Minor updates to Brazilian Portuguese.
Signed-off-by: Bruno Jesus <00cpxxx(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
documentation/README.pt_br | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/documentation/README.pt_br b/documentation/README.pt_br
index 691f312..619460f 100644
--- a/documentation/README.pt_br
+++ b/documentation/README.pt_br
@@ -57,6 +57,7 @@ Informa
Informa��es para Mac OS X:
Ser� necess�rio o Xcode 2.4 ou superior para compilar corretamente no x86.
+ O driver gr�fico Mac requer OS X 10.6 ou superior e n�o ser� usado no 10.5.
Sistemas de arquivo suportados:
@@ -122,13 +123,14 @@ Ao invocar o Wine, voc
ou somente um nome de arquivo.
Por exemplo, para executar o bloco de notas:
+
wine notepad (usando o caminho de pesquisa como
wine notepad.exe especificado no registro para
encontrar o arquivo)
wine c:\\windows\\notepad.exe (usando um nome de arquivo DOS)
- wine /usr/windows/notepad.exe (usando um nome de arquivo Unix)
+ wine ~/.wine/drive_c/windows/notepad.exe (usando um nome de arquivo Unix)
wine notepad.exe leiame.txt (chamando o programa com par�metros)
Module: website
Branch: master
Commit: 51112802563b8be2837c9a37e939ec0c14583a7e
URL: http://source.winehq.org/git/website.git/?a=commit;h=51112802563b8be2837c9a…
Author: Julian Rüger <jr98(a)gmx.net>
Date: Mon Jan 23 09:50:51 2017 +0100
German translation for release 2.0-rc6
Signed-off-by: Julian Rüger <jr98(a)gmx.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
news/de/2017012001.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/news/de/2017012001.xml b/news/de/2017012001.xml
new file mode 100644
index 0000000..290416e
--- /dev/null
+++ b/news/de/2017012001.xml
@@ -0,0 +1,13 @@
+<news>
+<date>20. Januar 2017</date>
+<title>Wine 2.0-rc6 freigegeben</title>
+<body>
+<p> Die Entwicklungsversion 2.0-rc6 von Wine ist jetzt verfügbar.</p>
+<p> Solange keine unerwarteten Regressionen in letzter Minute auftreten, wird dies der letzte Release Candidate für 2.0 sein.</p>
+<p> <a href="{$root}/announce/2.0-rc6">Neuerungen (en)</a> in dieser Version:</p>
+<ul>
+ <li>Nur Fehlerkorrekturen, da wir uns im Code-freeze befinden.</li>
+</ul>
+<p>Der Quelltext ist ab sofort <a href="//dl.winehq.org/wine/source/2.0/wine-2.0-rc6.tar.bz2">verfügbar</a>.
+Binärpakete werden gerade erstellt und stehen bald auf den jeweiligen <a href="{$root}/download">Downloadseiten</a> zur Verfügung.
+</p></body></news>
Module: appdb
Branch: master
Commit: 9851dbe24f5560e717b795576a9c3428fccc7e64
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9851dbe24f5560e717b79557…
Author: Rosanne DiMesio <dimesio(a)earthlink.net>
Date: Sun Jan 22 10:24:50 2017 -0600
Fix email message for rejected application submissions
Clarifies the instructions for revising and resubmitting rejected submissions and adds missing whitespace. Fixes bug 42272.
Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
include/application.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/application.php b/include/application.php
index febc92d..2f7491e 100644
--- a/include/application.php
+++ b/include/application.php
@@ -443,9 +443,9 @@ class Application {
break;
case "reject":
$sSubject = "Submitted application rejected";
- $sMsg = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.".";
- $sMsg .= "Clicking on the link in this email will allow you to modify and resubmit the application. ";
- $sMsg .= "A link to your queue of applications and versions will also show up on the left hand side of the Appdb site once you have logged in. ";
+ $sMsg = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.". ";
+ $sMsg .= "A link to your queue of applications and versions will show up on the left hand side of the Appdb site once you have logged in. ";
+ $sMsg .= "Clicking on that link will allow you to modify and resubmit the application. ";
$sMsg .= APPDB_ROOT."objectManager.php?sClass=application_queue".
"&bIsQueue=true&bIsRejected=true&iId=".$this->iAppId."&sTitle=".
"Edit+Application\n";
Module: website
Branch: master
Commit: 21e007f63d83a7dbcaf8d8fd2de8fcb9283bd715
URL: http://source.winehq.org/git/website.git/?a=commit;h=21e007f63d83a7dbcaf8d8…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jan 20 23:36:07 2017 +0100
Wine release 2.0-rc6
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2017012001.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/news/en/2017012001.xml b/news/en/2017012001.xml
new file mode 100644
index 0000000..cbcea03
--- /dev/null
+++ b/news/en/2017012001.xml
@@ -0,0 +1,13 @@
+<news>
+<date>January 20, 2017</date>
+<title>Wine 2.0-rc6 Released</title>
+<body>
+<p> The Wine development release 2.0-rc6 is now available.</p>
+<p> Barring last minute regressions, this is expected to be the last release candidate for 2.0.</p>
+<p> <a href="{$root}/announce/2.0-rc6">What's new</a> in this release:
+<ul>
+ <li>Bug fixes only, we are in code freeze.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/2.0/wine-2.0-rc6.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>