From 7d7d01b0442e44acf09750df2dd42421af1c1d0f Mon Sep 17 00:00:00 2001 From: helly Date: Thu, 10 Nov 2005 23:07:37 +0000 Subject: [PATCH] - Prepare to release 0.9.11.rc1 --- configure.in | 2 +- htdocs/index.html | 68 ++++++++++++++++++++++++++++++++--------------- 2 files changed, 48 insertions(+), 22 deletions(-) diff --git a/configure.in b/configure.in index ee7232ce..d0f5d515 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT(re2c, 0.9.11.dev, re2c-general@lists.sourceforge.net) +AC_INIT(re2c, 0.9.11.rc1, re2c-general@lists.sourceforge.net) AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION) AC_CONFIG_SRCDIR(actions.cc) AM_CONFIG_HEADER(config.h) diff --git a/htdocs/index.html b/htdocs/index.html index 3f7e7586..a285e420 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -7,35 +7,42 @@

re2c

-re2c is a great tool and has been unmaintained for quite some time, -and in fact doesn't even compile with recent versions of gcc. I've used -re2c in a few of my projects (e.g. OpenWBEM), and I have an interest in lexers -(I wrote a dynamic lexer called slex as an example for the Spirit parser -framework (see http://spirit.sf.net/)). -I didn't want to see it suffer bit-rot as there are a few bugs which need to be -fixed as well as some new features that would be nice to add. So, after -trying to contact either Peter Bumbulis or Brian Young, I decided to adopt the -project and use SourceForge.net to host it.
-
+

+re2c is a great tool and was unmaintained for quite some time, and in +fact didn't even compile with newer versions of gcc. I've used re2c in a few +of my projects (e.g. OpenWBEM), and I have an interest in lexers (I wrote a +dynamic lexer called slex as an example for the Spirit parser framework (see +http://spirit.sf.net/)). I didn't want to +see it suffer bit-rot as there are a few bugs which need to be fixed as well +as some new features that would be nice to add. So, after trying to contact +either Peter Bumbulis or Brian Young, I decided to adopt the project and use +SourceForge.net to host it. +

+

I very much welcome anyone who would like to contribute to the project, either as a developer with CVS access or by simply sending patches, bug reports, or suggestions for improvement. I have created a mailing list: re2c-general at lists dot sourceforge dot net which should be used for all communication -about re2c.
-
+about re2c. +

+

Please use the SourceForge facilities to download re2c, report bugs, subscribe to the mailing list, -etc.
-
-You can view the manual online here.
-
-Dan Nuffer (nuffer@users.sourceforge.net)
-
-re2c is hosted at
+etc. +

+

+You can view the manual online here. +

+

+Dan Nuffer (nuffer@users.sourceforge.net) +

+

+re2c is hosted at SourceForge.net
-
+height="62" border="0" alt="SourceForge.net" /> +

+

Other re2c links:

+


Changelog

+

2005-11-10: 0.9.11.rc1

+ +

2005-09-04: 0.9.10

+ +

2005-07-21: 0.9.9

+

2005-06-26: 0.9.8 released