Release 20011004.

oldstable wine-20011004
Alexandre Julliard 2001-10-04 19:08:40 +00:00
parent c8f3fed5cb
commit 20dc74b725
3 changed files with 1061 additions and 12 deletions

View File

@ -1,4 +1,4 @@
This is release 20010824 of Wine, a free implementation of Windows on
This is release 20011004 of Wine, a free implementation of Windows on
Unix. This is still a developers only release. There are many bugs
and unimplemented features. Most applications still do not work
correctly.
@ -6,12 +6,10 @@ correctly.
Patches should be submitted to "wine-patches@winehq.com". Please don't
forget to include a ChangeLog entry.
WHAT'S NEW with Wine-20010824: (see ChangeLog for details)
- Inter-process SendMessage support.
- More DDE improvements.
- Preparation work for shared window handles.
- Several debugger improvements.
- Better GDI objects management.
WHAT'S NEW with Wine-20011004: (see ChangeLog for details)
- Beginnings of shared window handles.
- Much improved typelib support.
- Tons of new code in quartz dll.
- Lots of bug fixes.
See the README file in the distribution for installation instructions.
@ -20,10 +18,10 @@ Because of lags created by using mirror, this message may reach you before
the release is available at the ftp sites. The sources will be available
from the following locations:
http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20010824.tar.gz
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20010824.tar.gz
ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/ALPHA/wine/development/Wine-20010824.tar.gz
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20010824.tar.gz
http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20011004.tar.gz
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20011004.tar.gz
ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/ALPHA/wine/development/Wine-20011004.tar.gz
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20011004.tar.gz
It should also be available from any other site that mirrors ibiblio.org.
For more download locations, see http://ftpsearch.lycos.com. These

1051
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
#define WINE_RELEASE_INFO "Wine release 20010824"
#define WINE_RELEASE_INFO "Wine release 20011004"