diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 14:30:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 14:30:06 +0000 |
commit | 837cbf3ed654f4488939e0fac5c03c4ad9258c36 (patch) | |
tree | 6595a8e8080a652e82b54a7ab1f5982ad6357819 | |
parent | cb01f45cffcd88cbb79672cba03cc2856d4f5cb2 (diff) | |
download | mandoc-837cbf3ed654f4488939e0fac5c03c4ad9258c36.tar.gz |
Start putting in release notes. A record is good because this release
will have lots of small, incremental improvements.
-rw-r--r-- | index.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -296,6 +296,24 @@ </H1> <DIV CLASS="news"> <P> + <SPAN CLASS="date">XX-07-2010</SPAN>: + version 1.10.5 + </P> + <P> + Purely a bug-fix and polish release. Highlights: + </P> + <UL> + <LI>fix <Q>Sm</Q> handling</LI> + <LI>fix end-of-sentence handling for embedded sentences</LI> + <LI>polish <A HREF="man.7.html">man</A> documentation</LI> + <LI>document all <A HREF="mdoc.7.html">mdoc</A> macros</LI> + <LI>polish <A HREF="mandoc.1.html">mandoc</A> -Tps output</LI> + <LI>lots of internal clean-ups in character escapes</LI> + <LI>un-break literal contexts in <A HREF="man.7.html">man</A> documents</LI> + </UL> + </DIV> + <DIV CLASS="news"> + <P> <SPAN CLASS="date">12-07-2010</SPAN>: version 1.10.4 </P> |