Release 20001202.

This commit is contained in:
Alexandre Julliard 2000-12-03 04:29:05 +00:00
parent 1c99af4a7a
commit 15dfb4d987
3 changed files with 1815 additions and 11 deletions

View File

@ -1,4 +1,4 @@
This is release 20001026 of Wine, a free implementation of Windows on
This is release 20001202 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,11 +6,12 @@ correctly.
Patches should be submitted to "julliard@winehq.com". Please don't
forget to include a ChangeLog entry.
WHAT'S NEW with Wine-20001026: (see ChangeLog for details)
- Tons of header fixes for Winelib compiles.
- Exec support from DOS mode.
WHAT'S NEW with Wine-20001202: (see ChangeLog for details)
- New 'winemaker' script to automate source porting.
- New dll import mechanism to replace ELF linking of .so files.
- Many internationalization fixes.
- The usual assortment of common controls improvements.
- A lot of portability fixes.
- Builtin crtdll much improved.
- Lots of bug fixes.
See the README file in the distribution for installation instructions.
@ -19,12 +20,13 @@ 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-20001026.tar.gz
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-20001026.tar.gz
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20001026.tar.gz
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20001026.tar.gz
http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20001202.tar.gz
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20001202.tar.gz
ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/ALPHA/wine/development/Wine-20001202.tar.gz
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20001202.tar.gz
It should also be available from any site that mirrors tsx-11 or sunsite.
It should also be available from any other site that mirrors ibiblio.org.
For more download locations, see http://ftpsearch.lycos.com.
You can also get the current source directly from the CVS tree. Check
http://www.winehq.com/dev.html for details.

1802
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
#define WINE_RELEASE_INFO "Wine release 20001026"
#define WINE_RELEASE_INFO "Wine release 20001202"