ChangeSet ID: 24772
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/05/12 13:04:48
Modified files:
news : 2006051201.xml
Log message:
Update news blurb
Patch: http://cvs.winehq.org/patch.py?id=24772
Old revision New revision Changes Path
1.1 1.2 +2 -2 lostwages/news/2006051201.xml
Index: lostwages/news/2006051201.xml
diff -u -p lostwages/news/2006051201.xml:1.1 lostwages/news/2006051201.xml:1.2
--- lostwages/news/2006051201.xml:1.1 12 May 2006 18: 4:48 -0000
+++ lostwages/news/2006051201.xml 12 May 2006 18: 4:48 -0000
@@ -12,9 +12,9 @@ Alexandre released Wine 0.9.13 today. T
</ul>
</p><p>
Binary packages are in the process of being built, but the source is
- <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.12.tar.bz2">available
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.13.tar.bz2">available
now</a>. You can find out more about this release in the
- <a href="?announce=1.116">announcement</a>. Check out our
+ <a href="?announce=1.117">announcement</a>. Check out our
<a href="/site/download">download page</a> for packages for your favorite
distribution. Currently official Fedora packages lag behind, but you can get
Wine-0.9.10 by running <tt>yum install wine</tt> from
ChangeSet ID: 24771
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/05/12 13:01:05
Modified files:
include : winehq.conf
Added files:
news : 2006051201.xml
Log message:
News about Wine 0.9.13
Patch: http://cvs.winehq.org/patch.py?id=24771
Old revision New revision Changes Path
1.36 1.37 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2006051201.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.36 lostwages/include/winehq.conf:1.37
--- lostwages/include/winehq.conf:1.36 12 May 2006 18: 1: 5 -0000
+++ lostwages/include/winehq.conf 12 May 2006 18: 1: 5 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.12
+snapshot_date: 0.9.13
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2006051201.xml
diff -u -p /dev/null lostwages/news/2006051201.xml:1.1
--- /dev/null 12 May 2006 18: 1: 5 -0000
+++ lostwages/news/2006051201.xml 12 May 2006 18: 1: 5 -0000
@@ -0,0 +1,24 @@
+<news>
+ <date>May 12, 2006</date>
+ <title>Wine 0.9.13 Released</title>
+ <body>
+<p>
+Alexandre released Wine 0.9.13 today. The following changes were noted:
+<ul>
+<li> GPhoto backend for TWAIN.</li>
+<li> drive configuration using HAL.</li>
+<li> gazillion Direct3D fixes.</li>
+<li> TCP transport for RPC.</li>
+</ul>
+</p><p>
+ Binary packages are in the process of being built, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.12.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=1.116">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your favorite
+ distribution. Currently official Fedora packages lag behind, but you can get
+ Wine-0.9.10 by running <tt>yum install wine</tt> from
+ <a href="http://fedoraproject.org/extras/4/i386/repodata/repoview/W.group.html">Fedora Extras</a>.
+</p>
+ </body>
+</news>
Module: wine
Branch: refs/heads/master
Commit: a5b1581e4862216a9b62c731b1532c2859460951
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a5b1581e4862216a9b62c73…
Author: Eric Pouech <eric.pouech(a)wanadoo.fr>
Date: Wed May 10 21:35:51 2006 +0200
dbghelp: SymFindFileInPath and PDB
- implemented correct lookup when SymFindFileInPath is called to find
a PDB file
- added pdb_fetch_file_info to gather relevant information
- when looking for a PDB file (from a .EXE or a .DLL), now using
SymFindFileInPath to locate the PDB file with the correct
information
---
dlls/dbghelp/dbghelp_private.h | 24 ++++
dlls/dbghelp/msc.c | 238 +++++++++++++++++++++++-----------------
dlls/dbghelp/mscvpdb.h | 8 +
dlls/dbghelp/path.c | 46 +++++++-
4 files changed, 206 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a5b1581e4862216a9b6…