summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-03 18:27:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-03 18:27:24 +0000
commit9ce29d2a675728951701c34b1fed2fe8b421cfb7 (patch)
tree0272e83432096656126ea85f0ff6b32ef36cc8c4 /web
parent4088ef9d36959826e4b858f2b25d640794caed05 (diff)
Updated website with news of 0.43.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1008 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/index.txt.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index 6559b8bd4..c3150bc26 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -84,6 +84,15 @@ You may view existing bug reports and submit new ones at
# News
+- Version 0.44 released (September 3, 2007).
+
+ + Fixed bug in HTML writer: when `--toc` was used, anchors were put around
+ headers, which is invalid XHTML (block content within inline element).
+ Now the anchors are put inside the header tags. Resolves Issue #23.
+ + Changed build process to compile `Setup.hs` instead of using
+ `runhaskell`, which throws an error on platforms where GHC is
+ "not built for interactive use". Closes Debian #440668.
+
- Version 0.43 released (September 2, 2007).
+ HUGE increase in performance: markdown is parsed five times