]> granicus.if.org Git - file/commitdiff
welcome to 4.23.
authorChristos Zoulas <christos@zoulas.com>
Fri, 28 Dec 2007 20:08:40 +0000 (20:08 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 28 Dec 2007 20:08:40 +0000 (20:08 +0000)
ChangeLog
configure.in
src/patchlevel.h

index a547b771dd000ecda79e5408297911c1dad9994c..2beffb0cfd775916180d03c7340313ef3eb21409 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index 8af5dafca1e3feac4a6adbfde7fc1c103bc86364..ee509e226a1c16d1143bae7418d8ab7baaf96e44 100644 (file)
@@ -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
 
index e2b538327fbd6b2862b1b6dead42d905064dddba..10a506bfb5170abc9e874d14d90bc2a0d37ccfc4 100644 (file)
@@ -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
  *