summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-10-08 12:21:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-10-08 12:21:57 +0000
commit3fcbdfc3de18feac3d859af2ac9cde36ac8deedb (patch)
treeff0c75075a6fa3a1c4c17ddf36a65bff2a23ee2b
parentc96f61ac66dfd38d738c147f2e7efe6aaf467a07 (diff)
downloadmandoc-3fcbdfc3de18feac3d859af2ac9cde36ac8deedb.tar.gz
Get ready for version. I'm bumping the minor release to 1.12 because
this involves both a major functionality addition (-Tman), a new utility (apropos), and both apropos and mandocdb being built by default.
-rw-r--r--Makefile4
-rw-r--r--index.sgml6
2 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b610cb8e..8d29ed22 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@
# in the lower-left hand corner of -mdoc manuals.
# CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
-VERSION = 1.11.7
-VDATE = 2 September 2011
+VERSION = 1.12.0
+VDATE = 8 October 2011
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
# UCS-4 value) should you define USE_WCHAR. If you define it and your
diff --git a/index.sgml b/index.sgml
index 85d708bd..b3e43b3a 100644
--- a/index.sgml
+++ b/index.sgml
@@ -295,7 +295,7 @@
<A NAME="news">News</A>
</H1>
<P CLASS="news">
- xx-xx-2011: version 1.xx.x
+ 08-10-2011: version 1.12.0
</P>
<P>
This version features a new, work-in-progress <A HREF="mandoc.1.html">mandoc</A> output mode: -<B>Tman</B>. This mode
@@ -305,7 +305,9 @@
</P>
<P>
While adding features, an <A HREF="apropos.1.html">apropos</A> utility has been merged from the mandoc-tools sandbox.
- This interfaces with <A HREF="mandocdb.8.html">mandocdb</A> for semantic search of manual content.
+ This interfaces with <A HREF="mandocdb.8.html">mandocdb</A> for semantic search of manual content. <A
+ HREF="apropos.1.html">apropos</A> is different from the traditional <B>apropos</B> primarily in allowing keyword search
+ (such as for functions, utilities, etc.) and regular expressions.
</P>
<P>
In documentation news, the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made