summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-11 23:07:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-11 23:07:47 +0000
commit3d16958f76b54d15c3f4376d0f4d4b07c93055fb (patch)
tree2c649672a5ecee0725a600fec924e41f96af0f42
parente106437b53adcf602f40721329ebc31e47ee3f95 (diff)
downloadmandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.tar.gz
mandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.tar.zst
mandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.zip
Pre-tag checkin of release bits and shortlist.VERSION_1_10_4
-rw-r--r--Makefile4
-rw-r--r--index.sgml23
2 files changed, 24 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b54486a..02cab85a 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.3
-VDATE = 29 June 2010
+VERSION = 1.10.4
+VDATE = 12 July 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
diff --git a/index.sgml b/index.sgml
index 43caf293..32494e44 100644
--- a/index.sgml
+++ b/index.sgml
@@ -301,6 +301,27 @@
</H1>
<DIV CLASS="news">
<P>
+ <SPAN CLASS="date">12-07-2010</SPAN>:
+ version 1.10.4
+ </P>
+ <P>
+ Lots of features developed during both <A CLASS="external"
+ HREF="http://netbsd-soc.sourceforge.net/projects/mandoc_ps/">Summer of Code</A> and the
+ <A CLASS="external" HREF="http://www.openbsd.org">OpenBSD</A> c2k10 hackathon:
+ </P>
+ <UL>
+ <LI>minimal <Q>ds</Q> <A HREF="roff.7.html">roff</A> symbols are supported</LI>
+ <LI><Q>Bk</Q> <A HREF="mdoc.7.html">mdoc</A> support</LI>
+ <LI>beautified SYNOPSIS section output</LI>
+ <LI>variable font-width and paper-size support in <A HREF="mandoc.1.html">mandoc</A>
+ -Tps output</LI>
+ <LI>acceptance of scope-block breakage in <A HREF="mdoc.7.html">mdoc</A></LI>
+ <LI>clarify error message status</LI>
+ <LI>many minor bug-fixes and formatting issues resolved</LI>
+ </UL>
+ </DIV>
+ <DIV CLASS="news">
+ <P>
<SPAN CLASS="date">19-06-2010</SPAN>:
version 1.10.2
</P>
@@ -410,7 +431,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/06/19 20:43:35 $
+ Copyright &#169; 2008&#8211;2010 Kristaps Dzonsons, $Date: 2010/07/11 23:07:47 $
</DIV>
</TD>
</TR>