From: <dr...@us...> - 2002-11-05 03:04:24
|
Update of /cvsroot/webmacro/webmacro/distroot In directory usw-pr-cvs1:/tmp/cvs-serv16868/distroot Modified Files: CREDITS RELEASE-NOTES readme.html Log Message: preparing for the 1.1b1 release. Index: CREDITS =================================================================== RCS file: /cvsroot/webmacro/webmacro/distroot/CREDITS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CREDITS 18 Jun 2001 03:43:11 -0000 1.1 --- CREDITS 5 Nov 2002 03:04:20 -0000 1.2 *************** *** 1,4 **** ! (c) 1998, 1999, 2000, 2001 by Semiotek Inc. and its contributors. WebMacro was primarily designed and developed by Justin Wells, --- 1,4 ---- ! (c) 1998, 1999, 2000, 2001, 2002 by Semiotek Inc. and its contributors. WebMacro was primarily designed and developed by Justin Wells, Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/webmacro/webmacro/distroot/RELEASE-NOTES,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** RELEASE-NOTES 1 Dec 2001 22:07:28 -0000 1.10 --- RELEASE-NOTES 5 Nov 2002 03:04:20 -0000 1.11 *************** *** 1,26 **** ! WebMacro 1.0rc3 --------------- ! This is the third 1.0 release candidate. We've worked hard to get here, and ! we hope WebMacro will (continue to) work hard for you. ! Should you encounter problems with this release, please submit a bug report ! to http://www.webmacro.org/bugzilla/. ! As always, see http://www.webmacro.org for complete documentation. - Unless there are some serious problems found, this will be the last release - candidate prior to release 1. Changes in this Release ----------------------- ! - Fixed synchronization issues with FWPool. No more IOOB Exceptions (lane) - - Fixed "characters get dropped" when parsing templates (brian) Changes Prior to this Release ----------------------------- - More encoding tests. TestWindows1251Encoding and TestISO88591Encoding --- 1,43 ---- ! WebMacro 1.1b1 --------------- ! This is the fist in a series of Beta releases for WebMacro 1.1. WM 1.1 includes ! new features such as #macro, #count, and $functions(). ! WebMacro is alive, and this release is proof! ! The best place for information about WebMacro is our website: ! http://www.webmacro.org/ ! ! In addition, WebMacro has relocated the management aspects of the project to ! SourceForge (http://www.sourceforge.net/projects/webmacro/). We hope this ! will prove to give the WebMacro community continued support. We also hope ! it will make our lives a bit easier too! ! ! Please note that our mailing list address has changed. ! Visit http://www.webmacro.org/MailingList for details. Changes in this Release ----------------------- ! - added #macro directive (brian) ! ! - added #count directive (eric) ! ! - added $functions() (keats) ! ! - cleanup some error messages (eric) ! ! - moved to SourceForge (eric) Changes Prior to this Release ----------------------------- + + - Fixed synchronization issues with FWPool. No more IOOB Exceptions (lane) + + - Fixed "characters get dropped" when parsing templates (brian) - More encoding tests. TestWindows1251Encoding and TestISO88591Encoding Index: readme.html =================================================================== RCS file: /cvsroot/webmacro/webmacro/distroot/readme.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** readme.html 1 Dec 2001 22:07:28 -0000 1.9 --- readme.html 5 Nov 2002 03:04:20 -0000 1.10 *************** *** 10,15 **** <h3>Manifest</h3> ! <li>Build Date: 08 - November - 2001 ! <li>Release Number: 1.0rc3 <li>Builders: <a href="http://www.webmacro.org/BrianGoetz">Brian Goetz</a>, <a href="http://www.webmacro.org/EricRidge">Eric Ridge</a>, --- 10,15 ---- <h3>Manifest</h3> ! <li>Build Date: 04 - October - 2002 ! <li>Release Number: 1.1b1 <li>Builders: <a href="http://www.webmacro.org/BrianGoetz">Brian Goetz</a>, <a href="http://www.webmacro.org/EricRidge">Eric Ridge</a>, *************** *** 19,39 **** <b>Abstract: Why was this release released?</b> <p> ! This is the third 1.0 release candidate. This means you should find this ! release of Webmacro to be very stable, and of production quality. ! We are not calling it a 1.0 final release until a majority of our ! user base has had a chance to really test it. Release Candidate 1 ! was released around the first of October and is exceptionally stable. ! A few improvements have been made for this release, RC3. They are documented ! in the release notes and other relevant release documents to help you with WM. ! WM is a very stable platform with several years of development and testing ! under its belt. Should you encounter problems/bugs, you should submit a bug report to http://www.webmacro.org/bugzilla/ - - <p> - Generally, there are no new "features" going in to - WM. Until 1.0final, we are in a bug-fix only mode.<p> WM is easy to use once you get the hang of it. If you are first time user, this release --- 19,30 ---- <b>Abstract: Why was this release released?</b> <p> ! This is the first in a series of Beta releases to give the WebMacro ! community a chance to test, use, and otherwise play with new features ! that have been sitting in CVS for about a year. ! WebMacro is alive, and this release is proof! Should you encounter problems/bugs, you should submit a bug report to http://www.webmacro.org/bugzilla/ WM is easy to use once you get the hang of it. If you are first time user, this release |