From 95af1a69710e28ea5bb377374ba462f07826a906 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 26 Feb 1999 13:58:38 +0000 Subject: [PATCH] Release 990226. --- ANNOUNCE | 17 ++++++++--------- ChangeLog | 8 ++++++++ include/version.h | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 14c234d646d..3165caa4d3c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -This is release 990225 of Wine, a free implementation of Windows on +This is release 990226 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,10 +6,9 @@ correctly. Patches should be submitted to "julliard@lrc.epfl.ch". Please don't forget to include a ChangeLog entry. -WHAT'S NEW with Wine-990225: (see ChangeLog for details) - - Many header file optimizations. - - Still more OLE stuff. - - Lots of bug fixes. +WHAT'S NEW with Wine-990226: (see ChangeLog for details) + - Renaming of all Win32 functions and types to follow + the new naming conventions. See the README file in the distribution for installation instructions. @@ -17,10 +16,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-990225.tar.gz - ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-990225.tar.gz - ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-990225.tar.gz - ftp://ftp.progsoc.uts.edu.au/pub/Wine/development/Wine-990225.tar.gz + ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-990226.tar.gz + ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/Wine-990226.tar.gz + ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ALPHA/wine/development/Wine-990226.tar.gz + ftp://ftp.progsoc.uts.edu.au/pub/Wine/development/Wine-990226.tar.gz It should also be available from any site that mirrors tsx-11 or sunsite. diff --git a/ChangeLog b/ChangeLog index ec499dd381b..4c1cb403584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +---------------------------------------------------------------- +Fri Feb 26 12:33:21 1999 Alexandre Julliard + + * DEVELOPERS-HINTS: Updated for new naming conventions. + + * */*: Large-scale renaming of all Win32 functions and types to + use the standard Windows names. + ---------------------------------------------------------------- Thu Feb 25 18:11:40 1999 Alexandre Julliard diff --git a/include/version.h b/include/version.h index 07986ec5745..408edaa62ca 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define WINE_RELEASE_INFO "Wine release 990225" +#define WINE_RELEASE_INFO "Wine release 990226"