diff options
-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> |