From 0292bc9564d3e88ce46efa552f095331edd74f2f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 13 May 2010 11:57:51 +0000 Subject: Documented version bits. --- Makefile | 4 ++-- index.sgml | 12 ++++++++---- 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 @@ - 09-05-2010 + 13-05-2010 Fixed handling of \*(Ba escape. Backed out -fno-ign-chars (pointless complexity). Fixed breaking of - literal lines (for -mdoc only). - Version: 1.9.24. + CLASS="flag">-fno-ign-chars (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 + end-of-sentence, end-of-line rule. This is a stable roll-back point + before the mandoc hackathon in Rostock! + Version: 1.9.25. 09-05-2010 -- cgit