Release Enscript 1.6.5.2 - enscript - GNU Enscript
HTML git clone git://thinkerwim.org/enscript.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b7a737f23162f6a49527465273c896d77b867eaa
DIR parent 3bd214defc9881f9e3ddf2dad34c7337aee3a60a
HTML Author: Tim Retout <diocles@gnu.org>
Date: Wed, 2 Jun 2010 00:15:15 +0100
Release Enscript 1.6.5.2
Signed-off-by: Tim Retout <diocles@gnu.org>
Diffstat:
M NEWS | 9 +++++++++
M configure.ac | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
---
DIR diff --git 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.
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.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])