From dd62b39a64f6e30bc04bd144943c800eee973a79 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sun, 27 Dec 2009 23:49:43 +0000 Subject: [PATCH] Release version 1.6.5. --- ChangeLog | 6 ++++++ NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73f9525..606d0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-27 Tim Retout + + * configure.ac: Set version to 1.6.5. + * NEWS: Add noteworthy changes for 1.6.5, and a placeholder for + 1.6.4. + 2009-01-13 Tim Retout * COPYING: Update to GPLv3 diff --git a/NEWS b/NEWS index f62a56c..0ff507a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,34 @@ What's new in GNU enscript -------------------------- +Noteworthy changes in enscript version 1.6.5: + +* New maintainer. + +* Licensing change: GNU Enscript is now distributed under version 3 or + later of the GNU GPL. + +* Build system fixes - distcheck now passes. + +* At least four security bug fixes: + - CAN-2004-1184 + - CAN-2004-1185 + - CAN-2004-1186 + - CVE-2008-3863, CVE-2008-4306 + +* Syntax highlighting fixes. + - shell escaping rules from Shawn McMahon. + - JavaScript regexps now recognised. + - New highlighting rules for Fortran 90 from David Bowler. + +See changelogs for more detailed notes. + + +Noteworthy changes in enscript version 1.6.4: + +* Unknown - to be filled in at a later date. + + Noteworthy changes in enscript version 1.6.3: * Changes in the highlighting / pretty printing diff --git a/configure.ac b/configure.ac index 9c72f8c..40599db 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.4],[bug-enscript@gnu.org]) +AC_INIT([GNU Enscript],[1.6.5],[bug-enscript@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/gsint.h]) AC_CONFIG_HEADERS([config.h]) -- 2.17.1