Module: website
Branch: master
Commit: 6e97ee3c36d3aac885f1b579f9f773c3f5fe6d3c
URL: http://source.winehq.org/git/website.git/?a=commit;h=6e97ee3c36d3aac885f1b5…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 27 20:35:36 2011 +0200
Wine release 1.3.21
---
news/en/2011052701.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/news/en/2011052701.xml b/news/en/2011052701.xml
new file mode 100644
index 0000000..639a606
--- /dev/null
+++ b/news/en/2011052701.xml
@@ -0,0 +1,18 @@
+<news>
+<date>May 27, 2011</date>
+<title>Wine 1.3.21 Released</title>
+<body>
+<p> The Wine development release 1.3.21 is now available.</p>
+<p> <a href="{$root}/announce/1.3.21">What's new</a> in this release:
+<ul>
+ <li>Support for installation rollbacks in MSI.</li>
+ <li>8- and 16-bit bitmap formats in the DIB engine.</li>
+ <li>Fixes in the XInput2 mouse support.</li>
+ <li>Better support for text shaping in Uniscribe.</li>
+ <li>Improvements to the Item common dialog.</li>
+ <li>More MSVC runtime functions.</li>
+ <li>Various bug fixes.</li>
+</ul></p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.3.21.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>
Module: wine
Branch: master
Commit: a53468b489aeff90f43656eb79ee19fdebeab62a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a53468b489aeff90f43656eb7…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Fri May 27 16:19:31 2011 +0200
wrc: Fix spelling/grammar in manpage.
---
tools/wrc/wrc.man.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/wrc/wrc.man.in b/tools/wrc/wrc.man.in
index 99bc13d..16ed347 100644
--- a/tools/wrc/wrc.man.in
+++ b/tools/wrc/wrc.man.in
@@ -39,7 +39,7 @@ messages, 16=preprocessor scanner and 32=preprocessor parser trace.
.TP
.I \fB\-\-endianess\fR=\fIe\fR
Win32 only; set output byte\-ordering, where \fIe\fR is one of n[ative],
-l[ittle] or b[ig]. Only resources in source-form can be reorderd. Native
+l[ittle] or b[ig]. Only resources in source-form can be reordered. Native
ordering depends on the system on which \fBwrc\fR was built. You can see
the native ordering by typing \fIwrc \-h\fR.
.TP
@@ -188,12 +188,12 @@ CHARACTERISTICS 876
.B wrc
was written by Bertho A. Stultiens and is a nearly complete rewrite of
the first wine resource compiler (1994) by Martin von Loewis.
-Additional resource\-types were contributed Ulrich Czekalla and Albert
+Additional resource\-types were contributed by Ulrich Czekalla and Albert
den Haan. Many cleanups by Dimitrie O. Paun in 2002-2003.
Bugfixes have been contributed by many Wine developers.
.SH BUGS
\- The preprocessor recognizes variable argument macros, but does not
-expanded them correctly.
+expand them correctly.
.br
\- Error reporting should be more precise, as currently the column and
line number reported are those of the next token.