]> granicus.if.org Git - re2c/commitdiff
- Prepare for 0.12.3
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 10 Jul 2007 19:33:17 +0000 (19:33 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 10 Jul 2007 19:33:17 +0000 (19:33 +0000)
re2c/CHANGELOG
re2c/htdocs/index.html

index 35ee968ec2d46023437c093b749576ad5ed2d683..956269c480179461240664ba51240377d2224d4b 100644 (file)
@@ -1,5 +1,6 @@
 Version 0.13.1 (2007-??-??)
 ---------------------------
+- Fixed issue with some compilers.
 - Fixed #1743180 fwrite with 0 length crashes on OS X.
 
 Version 0.13.0 (2007-06-24)
@@ -8,6 +9,10 @@ Version 0.13.0 (2007-06-24)
 - Fixed issue with short form of switches and parameter if not first switch.
 - Fixed #1708378 segfault in actions.cc.
 
+Version 0.12.3 (????-??-??)
+---------------------------
+- Fixed issue with some compilers.
+
 Version 0.12.2 (2007-06-26)
 ---------------------------
 - Fixed #1743180 fwrite with 0 length crashes on OS X.
index 911c710652e94eca4b611a5c25cfb8e5878db8e4..57e0d4dd955ebc749b6f0e4529c76d45aa0a933c 100755 (executable)
@@ -82,6 +82,7 @@ fixes which were incorporated. <a href=
 <h1>Changelog</h1>
 <h2>2007-??-??: 0.13.1</h2>
 <ul>
+<li>Fixed issue with some compilers.</li>
 <li>Fixed #1743180 fwrite with 0 length crashes on OS X.</li>
 </ul>
 <h2>2007-06-24: 0.13.0</h2>
@@ -90,6 +91,10 @@ fixes which were incorporated. <a href=
 <li>Fixed issue with short form of switches and parameter if not first switch.</li>
 <li>Fixed #1708378 segfault in actions.cc.</li>
 </ul>
+<h2>????-??-??: 0.12.3</h2>
+<ul>
+<li>Fixed issue with some compilers.</li>
+</ul>
 <h2>2007-06-26: 0.12.2</h2>
 <ul>
 <li>Fixed #1743180 fwrite with 0 length crashes on OS X.</li>