Release 1.6.5.1 - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8292547f80c4311052b11cb62a621aaa1b3ea355
(DIR) parent f6160e1a1882bbecb2235bbc2718bb38f3974409
(HTM) Author: Tim Retout <diocles@gnu.org>
Date: Sat, 6 Mar 2010 18:32:15 +0000
Release 1.6.5.1
Signed-off-by: Tim Retout <diocles@gnu.org>
Diffstat:
M ChangeLog | 2 ++
M NEWS | 11 +++++++++++
M configure.ac | 2 +-
3 files changed, 14 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
@@ -1,5 +1,7 @@
2010-03-06 Tim Retout <diocles@gnu.org>
+ * configure.ac: Set version to 1.6.5.1.
+
* states/hl/Makefile.am (highlightings): Add f90.st.
* INSTALL: Move enscript-specific details into README, and remove
(DIR) diff --git a/NEWS b/NEWS
@@ -2,6 +2,17 @@
What's new in GNU enscript
--------------------------
+Summary of changes in enscript version 1.6.5.1:
+
+* Typo corrections in the manual pages.
+
+* Reorganise source tree to use a single ChangeLog file.
+
+* Actually ship f90.st in the tarball.
+
+* Reorganise INSTALL and README.
+
+
Noteworthy changes in enscript version 1.6.5:
* New maintainer.
(DIR) diff --git a/configure.ac b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Enscript],[1.6.5],[bug-enscript@gnu.org])
+AC_INIT([GNU Enscript],[1.6.5.1],[bug-enscript@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/gsint.h])
AC_CONFIG_HEADERS([config.h])