Commit 4c2be5dc authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Release 20020122.

parent 9f592208
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
This is release 20011226 of Wine, a free implementation of Windows on
This is release 20020122 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-20011226: (see ChangeLog for details)
	- Many improvements to audio support.
	- Lots of new actions in SystemParametersInfo.
	- New console based on Win32 window instead of xterm.
	- Server protocol redesigned.
	- More shlwapi improvements.
WHAT'S NEW with Wine-20020122: (see ChangeLog for details)
	- Lots of improvements to asynchronous I/O.
	- Beginnings of unit testing infrastructure.
	- Inter-process DDE should work now.
	- 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-20011226.tar.gz
  ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20011226.tar.gz
  ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/ALPHA/wine/development/Wine-20011226.tar.gz
  ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20011226.tar.gz
  http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-20020122.tar.gz
  ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-20020122.tar.gz
  ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/ALPHA/wine/development/Wine-20020122.tar.gz
  ftp://orcus.progsoc.uts.edu.au/pub/Wine/development/Wine-20020122.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
+895 −0

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
#define WINE_RELEASE_INFO "Wine release 20011226"
#define WINE_RELEASE_INFO "Wine release 20020122"