Michael Piefel vor 18 Jahren
Ursprung
Commit
e587cfdb0e
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
  1. 13 0
      debian/changelog

+ 13 - 0
debian/changelog

@@ -1,3 +1,16 @@
+file (4.17-3) unstable; urgency=low
+
+  * Add example /etc/magic.mime and document the fact that file only look for
+    a magic.mime file if the base magic file exists (closes: #382057)
+  * Remove AWK detection by regular expression testing just for ‘BEGIN:’;
+    this caused a lot of false guesses (and problems with naughty programs
+    reading other programs’ files), this closes: #308305, #375403 and makes 
+    others disappear (for the time being, for example, it closes: #375722)
+  * Added Python 2.5 byte-compiled (closes: #376711)
+  * Fix some bad MIME types (closes: #379042, thanks to Moritz Naumann)
+
+ -- Michael Piefel <piefel@debian.org>  Mon, 14 Aug 2006 15:28:25 +0200
+
 file (4.17-2) unstable; urgency=low
 
   * Using new python infrastructure now: python2.3-magic and python2.4-magic