Release version 1.6.5. release
authorTim Retout <diocles@gnu.org>
Sun, 27 Dec 2009 23:49:43 +0000 (23:49 +0000)
committerTim Retout <diocles@gnu.org>
Sun, 27 Dec 2009 23:49:43 +0000 (23:49 +0000)
ChangeLog
NEWS
configure.ac

index 73f9525bdc5f433d230c294ef4c8b11c21d9e59b..606d0e10f626dd0b8a3f623d9c5f7e4b595b0360 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-27  Tim Retout  <diocles@gnu.org>
+
+       * 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  <diocles@gnu.org>
 
        * COPYING: Update to GPLv3
diff --git a/NEWS b/NEWS
index f62a56c94d1c45c287036fc8086f4e8fc04cae37..0ff507acc4603a8abd1e4ad2ad475c6a7ff56f1d 100644 (file)
--- 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.
+
+\f
+Noteworthy changes in enscript version 1.6.4:
+
+* Unknown - to be filled in at a later date.
+
+\f
 Noteworthy changes in enscript version 1.6.3:
 
 * Changes in the highlighting / pretty printing
index 9c72f8cd7713f77003cbce5504d669572800d812..40599db83b9cb326732c9a614c1ba1042627d1c6 100644 (file)
@@ -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])