summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-29 09:29:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-29 09:29:29 +0000
commit5efd197dfaa9626974fccc9bfcbc0c2b1df0faf0 (patch)
tree117d3e00481190f8ff94cf11461857312e4b771b
parent686488bc21fdafe88f866616ed6a260acaf2a88e (diff)
downloadmandoc-5efd197dfaa9626974fccc9bfcbc0c2b1df0faf0.tar.gz
Getting ready for next [minor-number] release.
-rw-r--r--index.sgml21
1 files changed, 21 insertions, 0 deletions
diff --git a/index.sgml b/index.sgml
index 64e64cd1..b65815c3 100644
--- a/index.sgml
+++ b/index.sgml
@@ -324,6 +324,27 @@
</H1>
<DIV CLASS="news">
<P>
+ <SPAN CLASS="date">28-03-2011</SPAN>:
+ version 1.11.1
+ </P>
+ <P>
+ The earlier <I>libroff</I>, <I>libmdoc</I>, and <I>libman</I> soup have been merged into
+ a single library, <A HREF="mandoc.3.html">libmandoc</A>, which manages all aspects of
+ parsing real manuals (from line-handling to <A HREF="tbl.7.html">tbl</A> parsing).
+ </P>
+ <P>
+ Beyond this structural change, initial <A HREF="eqn.7.html">eqn</A> functionality is in
+ place. For the time being, this is limited to the recognition of equation blocks;
+ future version of <SPAN CLASS="nm">mdocml</SPAN> will expand upon this framework.
+ </P>
+ <P>
+ As usual, many general fixes and improvements have also occured. In particular, a great
+ deal of redundancy and superfluous code has been removed with the merging of the backend
+ libraries.
+ </P>
+ </DIV>
+ <DIV CLASS="news">
+ <P>
<SPAN CLASS="date">07-01-2011</SPAN>:
version 1.10.9
</P>