Module: wine
Branch: master
Commit: fc1a41439f2966b67bbc596bb76693a0bdb200c5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc1a41439f2966b67bbc596bb…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Sep 7 21:32:13 2014 +0200
rasapi32: Fix a typo in a comment.
---
dlls/rasapi32/rasapi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/rasapi32/rasapi.c b/dlls/rasapi32/rasapi.c
index 2184a22..235ab65 100644
--- a/dlls/rasapi32/rasapi.c
+++ b/dlls/rasapi32/rasapi.c
@@ -241,7 +241,7 @@ DWORD WINAPI RasEnumAutodialAddressesW(LPWSTR *a, LPDWORD b, LPDWORD c)
/**************************************************************************
* RasEnumDevicesA [RASAPI32.19]
*
- * Just return a virtual modem too see what other APIs programs will
+ * Just return a virtual modem to see what other APIs programs will
* call with it.
*/
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD lpcDevices)
Module: website
Branch: master
Commit: 2a0a2ac9c70e0fea122a543572fdf0ef694a55f7
URL: http://source.winehq.org/git/website.git/?a=commit;h=2a0a2ac9c70e0fea122a54…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 5 20:18:38 2014 +0200
Wine release 1.7.26
---
news/en/2014090501.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/news/en/2014090501.xml b/news/en/2014090501.xml
new file mode 100644
index 0000000..760bdda
--- /dev/null
+++ b/news/en/2014090501.xml
@@ -0,0 +1,15 @@
+<news>
+<date>September 5, 2014</date>
+<title>Wine 1.7.26 Released</title>
+<body>
+<p> The Wine development release 1.7.26 is now available.</p>
+<p> <a href="{$root}/announce/1.7.26">What's new</a> in this release:
+<ul>
+ <li>Still more DirectWrite functions.</li>
+ <li>Improvements to the common File Dialog.</li>
+ <li>A number of C runtime improvements.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.26.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>