From 277a4e6f47208389b198e9a6c99dfd3c3df7ef25 Mon Sep 17 00:00:00 2001 From: Bjorn Gustavsson Date: Sat, 9 May 2009 09:36:03 +0200 Subject: [PATCH] Final commit for the 1.0-rc2 release. --- NOTES | 15 +++++++++++---- vsn.mk | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NOTES b/NOTES index 0ef69af02..ad54a1e04 100644 --- a/NOTES +++ b/NOTES @@ -1,16 +1,23 @@ --- 1.0-rc2 ----------------------------------------------------------------- +- This is the second release candiate for the long-awaited Wings 1.0 release. + Until 1.0 is released, we will only fix bugs. [bjorng] + - Updated the build instructions in the BUILD.unix and BUILD.win32 files - (mostly to note that R13B is now required). Also updated the + to note that R13B and esdl-1.0 are now required. Also updated the AUTHORS file. [bjorng] +- The eyedropper tool is now working. The actual bug was in ESDL and + has been fixed esdl-1.0. (Thanks to Scorpius.) [bjorng] + - The icon in top left corner of the Wings windows (in Windows) was still the old one, and so was the icon on the application switching screen (Alt+Tab in Windows). I have now replaced the icon with the new one, but unfortunately I could not use any transparancy so I had to pick a light gray color that at least in Windows XP is not that noticeable. (This particular icon - is set through SDL and SDL only allows a hard-edged mask which would have - made the edges look jagged; furthermore, bugs in ESDL and SDL prevented me - to set even a hard-edged mask.) [bjorng] + is set through SDL and SDL only allows a hard-edged mask which might make + the edges look jagged. I haven't actually tried setting an hard-edged mask + yet because it didn't work in esdl-0.96.0626 - I might try it for the next + Release Candidate now that the bug is fixed in esdl-1.0.) [bjorng] - If Smart Highlighting was turned on, and the hard edge width was set to 1, and the selected-edge width was set to 2 (or higher), there would be an irritating diff --git a/vsn.mk b/vsn.mk index e7c6b40e6..f6ca42b4a 100644 --- a/vsn.mk +++ b/vsn.mk @@ -1 +1 @@ -WINGS_VSN=1.0-rc2.pre +WINGS_VSN=1.0-rc2