]> granicus.if.org Git - file/commitdiff
finish librarification.
authorChristos Zoulas <christos@zoulas.com>
Sun, 23 Mar 2003 22:23:30 +0000 (22:23 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 23 Mar 2003 22:23:30 +0000 (22:23 +0000)
LEGAL.NOTICE
configure
configure.in
doc/Makefile.in
src/patchlevel.h

index c2c76f9b2adab20da589e5fd5f17beeaa2c2c833..dd8b90a59d41b9fc0c0fbd1a6ca007e102aef15e 100644 (file)
@@ -1,7 +1,7 @@
-$Id: LEGAL.NOTICE,v 1.12 2003/03/23 04:36:37 christos Exp $
+$Id: LEGAL.NOTICE,v 1.13 2003/03/23 22:23:30 christos Exp $
 Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
 Software written by Ian F. Darwin and others;
-maintained 1994-1999 Christos Zoulas.
+maintained 1994-2003 Christos Zoulas.
 
 This software is not subject to any export provision of the United States
 Department of Commerce, and may be exported to any country or planet.
index 8a1c7bf0eac917b4bf9e610818cfb100e518ed42..cf564c12c5cc496ec5f1ad30d754bea85074762a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1553,7 +1553,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=file
- VERSION=3.38
+ VERSION=4.00
 
 
 cat >>confdefs.h <<_ACEOF
index 4aa4e02b53d3fdfe9be4c55dd51783914246eda8..7c6056eacd949e3fea7bc0d4afd8234aff27b03d 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/file.c)
-AM_INIT_AUTOMAKE(file, 3.38)
+AM_INIT_AUTOMAKE(file, 4.00)
 AM_CONFIG_HEADER(config.h)
 
 AC_MSG_CHECKING(for builtin ELF support)
index 84cc20a2428ba21af837511e7b1e7a6fd3cfdc2f..8c693853b3175a33fee931f425e8b7a72cfd9dd0 100644 (file)
@@ -119,6 +119,8 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+
+MAGIC = $(datadir)/magic
 @FSECT5_TRUE@man_MAGIC = magic.5
 @FSECT5_FALSE@man_MAGIC = magic.4
 man_MANS = file.1 $(man_MAGIC) libmagic.3
index 1f65ea2ca7dbd98aca3617e27e9a45e7e1f07f53..679dea9299420dc341151fdaa140ff201b711c12 100644 (file)
@@ -1,19 +1,39 @@
-#define        FILE_VERSION_MAJOR      3
-#define        patchlevel              42
+#define        FILE_VERSION_MAJOR      4
+#define        patchlevel              0
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.43 2003/03/23 21:16:26 christos Exp $
+ * $Id: patchlevel.h,v 1.44 2003/03/23 22:23:31 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.44  2003/03/23 22:23:31  christos
+ * finish librarification.
+ *
  * Revision 1.43  2003/03/23 21:16:26  christos
  * update copyrights.
  *
  * Revision 1.42  2003/03/23 04:06:05  christos
- * reorg
+ * Library re-organization
+ *
+ * Revision 1.41  2003/02/27 20:53:45  christos
+ * - fix memory allocation problem (Jeff Johnson)
+ * - fix stack overflow corruption (David Endler)
+ * - fixes from NetBSD source (Antti Kantee)
+ * - magic fixes
  *
- * Revision 1.1.1.1  2003/02/07 18:50:31  mru
- * Initial librarification.
+ * Revision 1.40  2003/02/08 18:33:53  christos
+ * - detect inttypes.h too (Dave Love <d.love@dl.ac.uk>)
+ * - eliminate unsigned char warnings (Petter Reinholdtsen <pere@hungry.com>)
+ * - better elf PT_NOTE handling (Nalin Dahyabhai <nalin@redhat.com>)
+ * - add options to format the output differently
+ * - much more magic.
+ *
+ * Revision 1.39  2002/07/03 18:57:52  christos
+ * - ansify/c99ize
+ * - more magic
+ * - better COMPILE_ONLY support.
+ * - new magic files.
+ * - fix solaris compilation problems.
  *
  * Revision 1.38  2002/05/16 18:45:56  christos
  * - pt_note elf additions from NetBSD
  * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
  * 
  */
-