Browse Source

file 3.37-3.1

Christoph Biedl 22 years ago
parent
commit
7f92b0765c
1 changed files with 168 additions and 4 deletions
  1. 168 4
      debian/changelog

+ 168 - 4
debian/changelog

@@ -1,3 +1,170 @@
+file (3.37-3.1) unstable; urgency=low
+
+  * NMU
+  * Removed regexp.patch and kleff, they didn't serve a purpose
+  * Bumped standards-version to 3.5.
+  * Added Kimwitu magic
+  * Improved MS Office Magic (closes: #116693, #54960)
+  * Added XV thumb, ISDN vbox, KiSS (closes: #54391)
+  * Emacs 19 improved upstream (closes: #101336)
+  * Added long HtmlHelp magic (closes: #113876)
+  * Added webshots desktop (closes: #118517)
+  * Added newer Python magic (closes: #119572)
+  * Ogg magic improved upstream (closes: #91858)
+  * XFS cleaned up (closes: #129172)
+  * Targa reports size (closes: #133024)
+  * Documented arbitrary 50 character description limit and increased it
+    to 80 characters (closes: #12415) - the patch for unlimited length
+    doesn't work, at least not at advertised.
+  * Added Atari MSA (closes: #95040)
+  * TI-8x updated (closes: #102824)
+  * Better Swap (closes: #105504)
+  * Increased buffer size to 96K (closes: #105505)
+  * Better CRAMFS (closes: #115575)
+  * Added JFFS (closes: #118900)
+  * Added Hercules DASD image magic (closes: #122326)
+  * Added TDB magic (closes: #122328)
+  * Added Matlab (closes: #125666)
+  * Added Squeak images and (closes: #131627)
+  * Added User Mode COW magic (closes: #134619)
+  * Added even better Ogg magic and even include it (closes: #134663)
+
+ -- Michael Piefel <piefel@debian.org>  Mon, 04 Mar 2002 19:47:32 +0100
+
+file (3.37-3) unstable; urgency=low
+
+  * Implemented internal gzip support through the zlib library. It's much
+    faster than executing gzip and it works better. Many small files that
+    weren't properly handled now are. I've tested this with over 400 random
+    gzipped files and it works, but please, report any problem with this.
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Sun, 14 Oct 2001 05:56:19 -0300
+
+file (3.37-2) unstable; urgency=low
+
+  * The new sread function was sooo broken... I have now enhanced
+    it with the amazing capability of handling EOF. Now file -z
+    shouldn't hang (closes:Bug#115156).
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Thu, 11 Oct 2001 03:10:10 -0300
+
+file (3.37-1) unstable; urgency=low
+
+  * New upstream release:
+    * Recognizes mp3 files with IDv2 tags (closes:Bug#112829, Bug#96688).
+    * Adds magic for RRDtool databases (closes:Bug#114372).
+    * Weak magic for AppleWorks spreadsheet data was removed
+      (closes:Bug#110451,Bug#98447).
+  * Remove warning for not using a compiled magic version for /etc/magic.
+    I won't try to implement something to create a compiled version of
+    /etc/magic as: 1) This fle is empty by default and will have only a few
+    manually added entries, so there wouldn't be any speed gain; 2) It will
+    add complexity and it wouldn't be trivial.
+  * Added a note in magic2mime(1) deprecating its use.
+  * No longer recognizes sunclock's "vector map format" as PostScript
+    (closes:Bug#105930).
+  * Added magic for cramfs and reiserfs from russell@coker.com.au
+    (closes:Bug#105485, Bug#105508).
+  * Added two Palm file formats from
+    John Gruenenfelder <johng@bach.as.arizona.edu> (closes:Bug#104034).
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Mon,  8 Oct 2001 19:49:42 -0300
+
+file (3.33-5) unstable; urgency=low
+
+  * Added "Build-Depends: debhelper" (closes:Bug#86829).
+  * New magic for S/390 ELF binaries (closes:Bug#93491).
+  * Added support for large files (closes:Bug#93402).
+  * Fixed magic2mime to cope with the new charset detection
+    (closes:Bug#92931).
+  * Added -s option to short usage message (-h) (closes:Bug#85910).
+  * Added magic for Paint Shop Pro from
+    Telford Tendys <telford@triode.net.au> (closes:Bug#85359).
+  * Removed minor PS version number from font detection magic,
+    suggested by Reinhard Kotucha <reinhard@kammer.uni-hannover.de>
+    (closes:Bug#82667).
+  * Added magic for Flac audio (what's that? =) ) from
+    Matt Zimmerman <mdz@debian.org> (closes:Bug#91857).
+  * Added magic for newer LHA files (does someone still use lha? wow!)
+    from Paul Martin <pm@nowster.zetnet.co.uk> (closes:Bug#83454).
+  * Now shows which compressor a Debian package uses,
+    contributed by Ben Collins <bcollins@debian.org> (closes:Bug#48389).
+  * Removed creation date report from Debian magic, it no longer works.
+    It seems that the gzipped members of the .deb file are no longer
+    created with the proper date.
+  * Added lots of Palm documents contributed by
+    Michael-John Turner <mj@debian.org> (but replaced "document" with
+    "PalmOS document") (closes:Bug#87759).
+  * Added magic for Squish and JAM echomail/netmail Fidonet areas storage
+    formats contributed by peter@softwolves.pp.se (closes:Bug#90172).
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Sun,  6 May 2001 02:13:10 -0300
+
+file (3.33-4) unstable; urgency=low
+
+  * Modified Newton PDA package format magic so it doesn't match
+    Java source code files.
+  * When using -z, don't write the NUL terminator to the uncompressing
+    program.
+  * Ignore output from gzip (gzip should have an option to disable the
+    "unexpected end of file" error message) (closes:Bug#83317).
+  * Minor updates to debian/rules.
+  * Reordered description for MIPS object files to please weak parsing
+    in libtool (closes:Bug#83303).
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Tue, 30 Jan 2001 22:39:03 -0300
+
+file (3.33-3) unstable; urgency=low
+
+  * Code for detecting if an input stream is seekable assumed that lseek
+    returns 0 on success, which is untrue, and file was copying every ELF
+    file probed to a temporary file. Fixed (closes:Bug#82261).
+    Found by Colin Watson <cjw44@flatline.org.uk>.
+  * Uses -g only if debug is in the DEB_BUILD_OPTIONS variable.
+  * Updated standards-version to 3.2.1.
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Mon, 15 Jan 2001 02:26:35 -0300
+
+file (3.33-2) unstable; urgency=low
+
+  * Added ELF magic for IBM AS/390 mainframe (closes:Bug#79575).
+  * Fix from Adam Heat for very small .gz files and -z, I've also
+    added NUL termination of the uncompressed buffer
+    (closes:Bug#16837,Bug#36724,Bug#37838).
+  * If the file is ELF and is not seekable, `file' will now copy
+    it to a temporary file because the ELF code needs to fseek
+    everywhere in the file. The idea was from Adam Heath <adam@doogie.org>.
+    (closes:Bug#28964,Bug#70629).
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Sun,  7 Jan 2001 23:38:58 -0300
+
+file (3.33-1) unstable; urgency=low
+
+  * New upstream release (closes:Bug#67970). Fixes:
+    * Recognizes Berkeley DB files (closes:Bug#18821).
+    * Tries to recognize EBCDIC encoded files (closes:Bug#31949).
+    * lif files recognized in LE systems (closes:Bug#78261).
+  * Contributions from Wolfram Kleff (closes:Bug#56667).
+    * Changed pgp armored data to pgp armored *text*.
+    * Added GEM image and metafile from.
+    * Added Vivo video format.
+    * Added STAD packed image.
+    * Added AFX compressed files.
+    * Added GFA-BASIC 3 data.
+    * Added ICE and X11 authority data.
+  * Added magic for DJGPP compiled files from Robert vd Boon
+    (closes:Bug#70600).
+  * Changed file for data here and there (closes:Bug#35851).
+  * Added Sketch document (closes:Bug#67511).
+  * Added SMJPEG (image format used in games) (closes:Bug#62224).
+  * Added magic for Sony PlayStation executables (closes:Bug#31310).
+  * Added other way of detecting perl scripts (closes:Bug#45426).
+  * Fixed detection of MP3 files with the new -i option.
+  * Adapted Debian patch to include long-options alternatives for the
+    new -k and -i options. Updated the manpage.
+
+ -- Nicolás Lichtmaier <nick@debian.org>  Sun, 10 Dec 2000 19:02:07 -0300
+
 file (3.28-1) unstable; urgency=low
 
   * New upstream release. Fixes:
@@ -74,7 +241,7 @@ file (3.27-3) unstable; urgency=low
 
 file (3.27-2) unstable; urgency=low
 
-  * Removed detection of unstripped binaries. Patch from
+  * Removed detection of unstriped binaries. Patch from
     Sean Perry <shaleh@debian.org>. Fixes bugs #38407, #38417, 38419.
   * Added detection of NITF files from jrv@vanzandt.mv.com.
     Fixes bug #38452.
@@ -310,6 +477,3 @@ Changes for file-3.19-1
 	* modified Magdir/archive to add debian-split entry to ar archives
 	* modified magdir/elf to add more entry for core file
 
-Local variables:
-mode: debian-changelog
-End: