Release version 1.6.4.90. - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit da2e4790a132ad739c55ca8f9e9ee10a460e1c96
(DIR) parent 94135714871a735e3fe624eaf37901bbb6314e05
(HTM) Author: Tim Retout <diocles@gnu.org>
Date: Sun, 27 Dec 2009 23:49:43 +0000
Release version 1.6.4.90.
Diffstat:
M ChangeLog | 6 ++++++
M NEWS | 28 ++++++++++++++++++++++++++++
M configure.ac | 2 +-
3 files changed, 35 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-27 Tim Retout <diocles@gnu.org>
+
+ * configure.ac: Set version to 1.6.4.90.
+ * NEWS: Add noteworthy changes for 1.6.5, and a placeholder for
+ 1.6.4.
+
2009-01-13 Tim Retout <diocles@gnu.org>
* COPYING: Update to GPLv3
(DIR) diff --git 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
(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.4],[bug-enscript@gnu.org])
+AC_INIT([GNU Enscript],[1.6.4.90],[bug-enscript@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/gsint.h])
AC_CONFIG_HEADERS([config.h])