summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-19 20:43:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-19 20:43:35 +0000
commiteca516a33d6697c08365a898c45b4fc373201504 (patch)
treebca0ce1b2e6013131595c275d8c7bff98cf70433
parent6d49702c7b58429da3760cf1bbaf6c775d2a7f7f (diff)
downloadmandoc-eca516a33d6697c08365a898c45b4fc373201504.tar.gz
Version notes for 1.10.2.
-rw-r--r--Makefile4
-rw-r--r--index.sgml11
2 files changed, 13 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0c1ca68..761a4c0d 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/index.sgml b/index.sgml
index 4f853f21..f3f06fb5 100644
--- a/index.sgml
+++ b/index.sgml
@@ -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>