Unidiff1 files changed, 10 insertions, 0 deletions
|
diff --git a/NEWS.xml b/NEWS.xml index d1d89f6..73f1ce6 100644 --- a/ NEWS.xml+++ b/ NEWS.xml |
|
@@ -1,6 +1,16 @@ |
1 | <?xml version="1.0" encoding="us-ascii"?> |
1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> |
2 | <news> |
| |
3 | <version version="0.0.1"> |
| |
4 | <ni>'plain' cgi support made fastcgi optional (although not extremely |
| |
5 | performant, of course)</ni> |
| |
6 | <ni>more control over output stream buffering</ni> |
| |
7 | <ni>introduced pragma main for main method inheritance</ni> |
| |
8 | <ni>portability improvements</ni> |
| |
9 | <ni>performance enhancements</ni> |
| |
10 | <ni>minor code aesthetics improvements</ni> |
| |
11 | <ni>minor bugfixes</ni> |
| |
12 | </version> |
3 | <version version="0.0" date="January 29th, 2005"> |
13 | <version version="0.0" date="January 29th, 2005"> |
4 | <ni>Initial release</ni> |
14 | <ni>Initial release</ni> |
5 | </version> |
15 | </version> |
6 | </news> |
16 | </news> |
|