Release 20000430.
This commit is contained in:
parent
32bf62e45a
commit
e189d21bf4
22
ANNOUNCE
22
ANNOUNCE
|
@ -1,4 +1,4 @@
|
|||
This is release 20000326 of Wine, a free implementation of Windows on
|
||||
This is release 20000430 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,13 @@ correctly.
|
|||
Patches should be submitted to "julliard@lrc.epfl.ch". Please don't
|
||||
forget to include a ChangeLog entry.
|
||||
|
||||
WHAT'S NEW with Wine-20000326: (see ChangeLog for details)
|
||||
- More DLLs separated from the Wine core.
|
||||
- Debugger rewritten to use Win32 debugging API.
|
||||
- Many improvements to WINASPI support.
|
||||
- New WineMine application.
|
||||
WHAT'S NEW with Wine-20000430: (see ChangeLog for details)
|
||||
- Wine is now distributed under the X11 license.
|
||||
- DirectDraw restructuration.
|
||||
- Debugger is now an external Winelib program.
|
||||
- pthreads emulation for thread-safe glibc routines.
|
||||
- On-demand loading of built-in dlls.
|
||||
- WININET, URLMON and i18n fixes merged from Corel tree.
|
||||
- Lots of bug fixes.
|
||||
|
||||
See the README file in the distribution for installation instructions.
|
||||
|
@ -19,10 +21,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:
|
||||
|
||||
ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-20000326.tar.gz
|
||||
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-20000326.tar.gz
|
||||
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20000326.tar.gz
|
||||
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20000326.tar.gz
|
||||
ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-20000430.tar.gz
|
||||
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-20000430.tar.gz
|
||||
ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20000430.tar.gz
|
||||
ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20000430.tar.gz
|
||||
|
||||
It should also be available from any site that mirrors tsx-11 or sunsite.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define WINE_RELEASE_INFO "Wine release 20000326"
|
||||
#define WINE_RELEASE_INFO "Wine release 20000430"
|
||||
|
|
Loading…
Reference in New Issue