summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-02-17 19:56:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-02-17 19:56:17 +0000
commit763c86035c8ac52789444c47e0d73cfceb0fd0f8 (patch)
tree9347d1fba6522ced7f6496fc884f566ad8b6727b
parent91dc9c124d68d9d811882761bd9f218f7728cf71 (diff)
downloadmandoc-763c86035c8ac52789444c47e0d73cfceb0fd0f8.tar.gz
Added news item for new version.VERSION.1.9.15
Version: 1.9.15.
-rw-r--r--Makefile4
-rw-r--r--index.sgml9
2 files changed, 9 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 18a60ddd..d53fd91c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.15-pre2
-VDATE = 02 January 2010
+VERSION = 1.9.15
+VDATE = 18 February 2010
VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
diff --git a/index.sgml b/index.sgml
index 109f9169..53ecda93 100644
--- a/index.sgml
+++ b/index.sgml
@@ -219,10 +219,15 @@
<COL STYLE="width: 8em;">
<TBODY>
<TR>
- <TD VALIGN="top"><SPAN CLASS="date">15-02-2010</SPAN></TD>
+ <TD VALIGN="top"><SPAN CLASS="date">18-02-2010</SPAN></TD>
<TD VALIGN="top">
Moved to our new <A HREF="http://bsd.lv" CLASS="external">BSD.lv</A> home.
- Version <SPAN CLASS="rev">1.9.15</SPAN>.
+ Version <SPAN CLASS="rev">1.9.15</SPAN> highlights: XHTML is now an acceptable
+ output mode for <A HREF="mandoc.1.html">mandoc(1)</A>; <Q>Xr</Q> made more
+ compatible with groff; <Q>Vt</Q> fixed when invoked in SYNOPSIS; <Q>\\</Q>
+ escape removed; end-of-line white-space detected for all lines; subtle bug
+ fixed in list display for some modes; compatibility layer checked in for
+ compilation in diverse UNIX systems; and column lengths handled correctly.
</TD>
</TR>
</TBODY>