From: Christos Zoulas Date: Tue, 31 Oct 2006 19:48:33 +0000 (+0000) Subject: 4.18 X-Git-Tag: FILE4_18~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b3f846950187f99897d8df520de7f3e1aab8b12;p=file 4.18 --- diff --git a/ChangeLog b/ChangeLog index 92042d11..0117dcb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-10-31 15:14 Christos Zoulas + + * Check offset before copying (Mike Frysinger) + + * merge duplicated code + + * add quad date support + * make sure that we nul terminate desc (Ryoji Kanai) * don't process elf notes multiple times diff --git a/configure.in b/configure.in index 03c774a0..3ae89f86 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([src/file.c]) -AM_INIT_AUTOMAKE(file, 4.17) +AM_INIT_AUTOMAKE(file, 4.18) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE