summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 12:34:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 12:34:21 +0000
commite3f5a8b682834250b701507005165a1355655312 (patch)
treef3d171d88c610cb1513e59d7a97a30cf71559a75
parenteb04d006be19d94d6dceb348f8962f26bc0a9bd4 (diff)
downloadmandoc-VERSION_1_10_6.tar.gz
mandoc-VERSION_1_10_6.tar.zst
mandoc-VERSION_1_10_6.zip
Prepping for version.VERSION_1_10_6
-rw-r--r--Makefile4
-rw-r--r--index.sgml17
2 files changed, 18 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 620d3182..def48a94 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.5
-VDATE = 27 July 2010
+VERSION = 1.10.6
+VDATE = 27 September 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
diff --git a/index.sgml b/index.sgml
index 08826271..fe9e3457 100644
--- a/index.sgml
+++ b/index.sgml
@@ -319,6 +319,21 @@
</H1>
<DIV CLASS="news">
<P>
+ <SPAN CLASS="date">27-09-2010</SPAN>:
+ version 1.10.6
+ </P>
+ <P>
+ Calling conventions for <A HREF="mandoc.1.html">mandoc</A> have changed: <SPAN
+ CLASS="flag">-W</SPAN> improved and <SPAN CLASS="flag">-f</SPAN> deprecated. Non-ASCII
+ characters are also now uniformly discarded. Lots of documentation improvements. Many
+ incremental fixes accomodating for groff's more interesting productions. Lastly, <A
+ HREF="http://perldoc.perl.org/pod2man.html" CLASS="external">pod2man</A> preambles are
+ now fully accepted after some considerable <A HREF="roff.7.html">roff</A> and special
+ character support.
+ </P>
+ </DIV>
+ <DIV CLASS="news">
+ <P>
<SPAN CLASS="date">27-07-2010</SPAN>:
version 1.10.5
</P>
@@ -439,7 +454,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/08/19 20:49:34 $
+ Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/09/27 12:34:21 $
</DIV>
</TD>
</TR>