Release Enscript 1.6.5.2 v1.6.5.2
authorTim Retout <diocles@gnu.org>
Tue, 1 Jun 2010 23:15:15 +0000 (00:15 +0100)
committerTim Retout <diocles@gnu.org>
Tue, 1 Jun 2010 23:15:15 +0000 (00:15 +0100)
Signed-off-by: Tim Retout <diocles@gnu.org>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5285070..8defce4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@
                      What's new in GNU enscript
                      --------------------------
 
+Summary of changes in enscript version 1.6.5.2:
+
+* Fix CFG_FATAL macro in util.c; this prevents a segmentation fault
+  when the configuration file contains unknown parameters. (Savannah
+  bug #28769)
+
+* Fix segmentation fault with line lengths over 90 characters.
+  (Savannah bug #29198)
+
 Summary of changes in enscript version 1.6.5.1:
 
 * Typo corrections in the manual pages.
index 511aab0..0aa3798 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Enscript],[1.6.5.1],[bug-enscript@gnu.org])
+AC_INIT([GNU Enscript],[1.6.5.2],[bug-enscript@gnu.org])
 AC_PREREQ([2.61])
 AC_CONFIG_SRCDIR([src/gsint.h])
 AC_CONFIG_HEADERS([config.h])