Release 990226.
diff --git a/ANNOUNCE b/ANNOUNCE index 14c234d..3165caa 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 @@ 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 @@ 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 ec499dd..4c1cb40 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,4 +1,12 @@ ---------------------------------------------------------------- +Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com> + + * 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 <julliard@winehq.com> * misc/main.c: Albert den Haan <albertd@corel.ca>
diff --git a/include/version.h b/include/version.h index 07986ec..408edaa 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"