From 8292547f80c4311052b11cb62a621aaa1b3ea355 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sat, 6 Mar 2010 18:32:15 +0000 Subject: [PATCH] Release 1.6.5.1 Signed-off-by: Tim Retout --- ChangeLog | 2 ++ NEWS | 11 +++++++++++ configure.ac | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08b1499..50a7138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-03-06 Tim Retout + * 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 diff --git a/NEWS b/NEWS index 0ff507a..5285070 100644 --- 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. diff --git a/configure.ac b/configure.ac index 40599db..511aab0 100644 --- 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]) -- 2.34.1