From b7a737f23162f6a49527465273c896d77b867eaa Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Wed, 2 Jun 2010 00:15:15 +0100 Subject: [PATCH] Release Enscript 1.6.5.2 Signed-off-by: Tim Retout --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5285070..8defce4 100644 --- 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. diff --git a/configure.ac b/configure.ac index 511aab0..0aa3798 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.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]) -- 2.17.1