+2007-12-28 15:06 Christos Zoulas <christos@zoulas.com>
+
+ * strtof detection
+
+ * remove bogus regex magic that could cause a DoS
+
+ * better mismatch version message
+
2007-12-27 11:35 Christos Zoulas <christos@zoulas.com>
* bring back some fixes from OpenBSD
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
#define FILE_VERSION_MAJOR 4
-#define patchlevel 22
+#define patchlevel 23
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $File: patchlevel.h,v 1.65 2007/05/24 17:22:27 christos Exp $
+ * $File: patchlevel.h,v 1.66 2007/12/27 16:38:24 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
*