X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=src%2FChangeLog;h=4a5fa2952fe9d380bc71d809f8f6f120e4a83fc7;hp=7557664ad89a7117cb062beedb9db4af1197db1a;hb=45a1785f9dc58826fe7e0d2dcd7ed91dc1c62ea9;hpb=0acc7b63a1be9f5d02f1a21d6df52cb5a9ce7e58 diff --git a/src/ChangeLog b/src/ChangeLog index 7557664..4a5fa29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2009-12-30 Tim Retout + + * main.c (main): Use ngettext for messages about truncated lines, + missing characters and non-printable characters. + +2009-12-27 Tim Retout + + Apply patch from Debian Security Team for CAN-2004-1184. + + * gsint.h: Add shell_escape prototype. + * util.c (shell_escape): New function to escape filenames for + shell usage. + * util.c (is_open): Use shell_escape to expand command buffer. + + * main.c (main): Use single quotes when building command string, + and use shell_escape to quote contents. + + * util.c (escape_string): Check return code of xmalloc. + + Apply patch from Werner Fink to address CVE-2008-3863, + CVE-2008-4306. + + * psgen.c: Use PATH_MAX for various buffer sizes. + Replace several strcpy calls with memset and strncpy. + 2009-03-28 Tim Retout * psgen.c (recognize_eps_file): Remove ability to read EPS data