summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 11:57:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 11:57:51 +0000
commit0292bc9564d3e88ce46efa552f095331edd74f2f (patch)
tree5deacb0063bbf18b505e2d7892e05c90eb54b6f4
parent7e0c4a5c59f23bb0f0f376be9a739ce5ee0da55e (diff)
downloadmandoc-0292bc9564d3e88ce46efa552f095331edd74f2f.tar.gz
Documented version bits.VERSION.1.9.25
-rw-r--r--Makefile4
-rw-r--r--index.sgml12
2 files changed, 10 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 56a216a4..f0199d50 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.24
-VDATE = 09 May 2010
+VERSION = 1.9.25
+VDATE = 13 May 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
diff --git a/index.sgml b/index.sgml
index 334078d8..884d2794 100644
--- a/index.sgml
+++ b/index.sgml
@@ -239,12 +239,16 @@
<COL CLASS="date">
<TBODY>
<TR>
- <TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD>
+ <TD VALIGN="top"><SPAN CLASS="date">13-05-2010</SPAN></TD>
<TD VALIGN="top">
Fixed handling of <Q>\*(Ba</Q> escape. Backed out <SPAN
- CLASS="flag">-fno-ign-chars</SPAN> (pointless complexity). Fixed breaking of
- literal lines (for <SPAN CLASS="fl">-mdoc</SPAN> only).
- Version: <SPAN CLASS="rev">1.9.24</SPAN>.
+ CLASS="flag">-fno-ign-chars</SPAN> (pointless complexity). Fixed erroneous
+ breaking of literal lines. Fixed SYNOPSIS breaking lines before non-initial
+ macros. Changed default section ordering. Most importantly, the framework for
+ end-of-sentence double-spacing is in place, now implemented for the
+ <Q>end-of-sentence, end-of-line</Q> rule. This is a stable roll-back point
+ before the mandoc hackathon in Rostock!
+ Version: <SPAN CLASS="rev">1.9.25</SPAN>.
</TR>
<TR>
<TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD>