diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-19 20:43:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-19 20:43:35 +0000 |
commit | eca516a33d6697c08365a898c45b4fc373201504 (patch) | |
tree | bca0ce1b2e6013131595c275d8c7bff98cf70433 | |
parent | 6d49702c7b58429da3760cf1bbaf6c775d2a7f7f (diff) | |
download | mandoc-eca516a33d6697c08365a898c45b4fc373201504.tar.gz |
Version notes for 1.10.2.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | index.sgml | 11 |
2 files changed, 13 insertions, 2 deletions
@@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.1 -VDATE = 07 June 2010 +VERSION = 1.10.2 +VDATE = 19 June 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings @@ -244,6 +244,7 @@ <P> See <Q><A CLASS="external" HREF="http://manpages.bsd.lv">Writing UNIX Manual Pages</A></Q> for a general introduction to manpages and mdoc. + </P> </TD> </TR> <TR> @@ -300,6 +301,16 @@ </H1> <DIV CLASS="news"> <P> + <SPAN CLASS="date">19-06-2010</SPAN>: + version 1.10.2 + </P> + <P> + Small release featuring text-decoration in <SPAN CLASS="flag">-Tps</SPAN> output, a few + minor relaxations of errors, and some optimisations. + </P> + </DIV> + <DIV CLASS="news"> + <P> <SPAN CLASS="date">07-06-2010</SPAN>: version 1.10.1 </P> |