From: Christos Zoulas Date: Fri, 28 Dec 2007 20:08:40 +0000 (+0000) Subject: welcome to 4.23. X-Git-Tag: FILE5_05~554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b2847df7541975cdcc0e44c82383bc18a2a094;p=file welcome to 4.23. --- diff --git a/ChangeLog b/ChangeLog index a547b771..2beffb0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-12-28 15:06 Christos Zoulas + + * strtof detection + + * remove bogus regex magic that could cause a DoS + + * better mismatch version message + 2007-12-27 11:35 Christos Zoulas * bring back some fixes from OpenBSD diff --git a/configure.in b/configure.in index 8af5dafc..ee509e22 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.22) +AM_INIT_AUTOMAKE(file, 4.23) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE diff --git a/src/patchlevel.h b/src/patchlevel.h index e2b53832..10a506bf 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 4 -#define patchlevel 22 +#define patchlevel 23 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $File: patchlevel.h,v 1.66 2007/12/27 16:38:24 christos Exp $ + * $File: patchlevel.h,v 1.67 2007/12/28 20:08:40 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.67 2007/12/28 20:08:40 christos + * welcome to 4.23. + * * Revision 1.66 2007/12/27 16:38:24 christos * welcome to 4.22 *