changelog 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316
  1. file (5.03-4) unstable; urgency=low
  2. * Adding README.source.
  3. * Adding patch to add new magic for Lyx (Closes: #556194).
  4. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  5. new magic for bacula volumes (Closes: #556981).
  6. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  7. new magic for olympus orf files (Closes: #519305).
  8. * Adding patch from Josh Triplett <josh@joshtriplett.org> to add new
  9. magic for gstreamer binary registry files (Closes: #559117).
  10. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add new
  11. magic for MDMP crash report data files.
  12. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add update
  13. magic for postscript fonts.
  14. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add new
  15. magic for xfs dumps.
  16. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add new
  17. magic for ppc swapfiles.
  18. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add new
  19. magic for delta iso files.
  20. * Adding patch from Daniel Novotny <dnovotny@redhat.com> to add new
  21. magic for delta rpm files.
  22. * Adding patch from Alexander Danilov <alexander.a.danilov@gmail.com>
  23. to add new magic for AVCHD Clip Information files (Closes: #538847).
  24. * Adding patch to add new magic for Chiasmus (Closes: #540368).
  25. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to
  26. update magic for truetype collections (Closes: #545709).
  27. * Adding patch from Joerg Friedrich <Joerg.Friedrich@friedrich-kn.de>
  28. to add support for all flags from magic.h in python-magic (Closes:
  29. #529354).
  30. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  31. new magic for HDR formats (Closes: #520416).
  32. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  33. new magic for Foveon X3F (Closes: #516800).
  34. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  35. new magic for Paint.NET images (Closes: #504779).
  36. * Adding patch to add mime type for 7-zip files (Closes: #552742).
  37. -- Daniel Baumann <daniel@debian.org> Sat, 05 Dec 2009 19:04:48 +0100
  38. file (5.03-3) unstable; urgency=low
  39. * Updating tgif magic, thanks to Hugo Graumann <graumann@ucalgary.ca>
  40. (Closes: #549601).
  41. * Enabling nut magic patch.
  42. * Correcting wrong vcs-browser field.
  43. * Updating setup.py calls in rules for python2.6, thanks to Piotr
  44. Ozarowski <piotr@debian.org> (Closes: #555208).
  45. -- Daniel Baumann <daniel@debian.org> Tue, 10 Nov 2009 19:46:51 +0100
  46. file (5.03-2) unstable; urgency=low
  47. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  48. new magic for the NUT Container format (Closes: #528242).
  49. * Adding patch from Alan Woodland <ajw05@aber.ac.uk> to add new magic
  50. for BLCR context files (Closes: #538407).
  51. * Updating standards version to 3.8.3.
  52. * Updating maintainer field.
  53. * Updating vcs fields.
  54. -- Daniel Baumann <daniel@debian.org> Sun, 04 Oct 2009 11:28:34 +0200
  55. file (5.03-1) unstable; urgency=high
  56. * Merging upstream version 5.03:
  57. - Fixes more buffer overflows.
  58. -- Daniel Baumann <daniel@debian.org> Fri, 08 May 2009 23:07:54 +0200
  59. file (5.02-1) unstable; urgency=high
  60. * Using correct rfc-2822 date formats in changelog.
  61. * Merging upstream version 5.02:
  62. - Fixes a buffer overflow.
  63. -- Daniel Baumann <daniel@debian.org> Tue, 05 May 2009 00:05:44 +0200
  64. file (5.01-1) unstable; urgency=low
  65. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to
  66. fix false matches against Z-machine pattern (Closes: #499748).
  67. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to
  68. improve XWD magic in order to not give false results on mp3 files
  69. (Closes: #511764).
  70. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to fix
  71. unescaped spaces in erlang magic (Closes: #514056).
  72. * Updating UUID patches to cope with leading zeroes, thanks to Bjorn
  73. Mork <bjorn@mork.no> (Closes: #515019).
  74. * Updating section for python-magic-dbg.
  75. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to fix
  76. a spacing error in the manpage (Closes: #515761).
  77. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to
  78. updated utf-8 big-endian magic (Closes: #513526).
  79. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to add
  80. new magic for git packs and indexes (Closes: #509942).
  81. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to
  82. update magic for spectrum tap files (Closes: #501589).
  83. * Merging upstream version 5.01.
  84. * Removing magic-update-erlang.patch, went upstream.
  85. * Rediffing magic-add-qdbm.patch.
  86. * Rediffing magic-add-tokyocabinet.patch.
  87. * Manually renaming magic directory in rules to correct name.
  88. * Updating file-mgc.patch for file 5, produces raw magics again now
  89. (Closes: #522433).
  90. -- Daniel Baumann <daniel@debian.org> Sun, 03 May 2009 11:02:00 +0200
  91. file (5.00-1) unstable; urgency=low
  92. * Merging upstream version 5.00 (Closes: #520532).
  93. * Using quilt rather than dpatch.
  94. * Updating years in copyright file.
  95. * Reordering rules file.
  96. * Stopping to rebootstrap autofoo, it is not needed anymore.
  97. * Updating to standards version 3.8.1.
  98. * Updating conglomeration.patch.
  99. -- Daniel Baumann <daniel@debian.org> Sat, 21 Mar 2009 09:59:00 +0100
  100. file (4.26-2) unstable; urgency=medium
  101. * Using patch-stamp rather than patch in rules file.
  102. * Replacing obsolete dh_clean -k with dh_prep.
  103. * Adding patch from Toeroek Edwin <edwintorok@gmail.com> to update llvm magics
  104. (Closes: #505805).
  105. * Adding patch to add mime entries for ruby (Closes: #502201).
  106. * Adding patch from Ori Avtalion <ori@avtalion.name> to update gimp magics
  107. (Closes: #501200).
  108. * Corrected spelling of 'ScummVM' in magic-add-scummvm.dpatch.
  109. * Adding patch from Adam Buchbinder <adam.buchbinder@gmail.com> to update wav
  110. magics (Closes: #508174).
  111. -- Daniel Baumann <daniel@debian.org> Tue, 09 Dec 2008 13:28:00 +0100
  112. file (4.26-1) unstable; urgency=low
  113. * Updating vcs fields in control file.
  114. * Merging upstream version 4.26.
  115. * Rediffing 903-file-localmagic.dpatch.
  116. -- Daniel Baumann <daniel@debian.org> Mon, 08 Sep 2008 13:57:00 +0200
  117. file (4.25-1) unstable; urgency=low
  118. * Adding patch from Russell Coker <russell@coker.com.au> to add volume label
  119. and UUID support for linux ext (Closes: #489865).
  120. * Adding patch from Russell Coker <russell@coker.com.au> to add volume label
  121. and UUID support for linux swap (Closes: #489865).
  122. * Adding patch from Eric Cooper <ecc@cmu.edu> to update ocaml magics
  123. (Closes: #488992).
  124. * Removing 907-file-funcs.dpatch, went upstream.
  125. * Removing 905-file-printf.dpatch, went upstream.
  126. * Updating 903-file-localmagic.dpatch for 4.25.
  127. * Updating 901-file-mgc.dpatch for 4.25.
  128. * Updating 338-magic-add-cromfs.dpatch for 4.25.
  129. * Updating 325-magic-add-sgf.dpatch for 4.25.
  130. * Updating 321-magic-add-pe5.dpatch for 4.25.
  131. * Updating 212-magic-update-pfm.dpatch for 4.25.
  132. * Updating 211-magic-update-mono.dpatch for 4.25.
  133. * Updating 206-magic-update-bash.dpatch for 4.25.
  134. * Updating 205-magic-update-tcsh.dpatch for 4.25.
  135. * Removing 201-magic-update-mp3.dpatch, went upstream.
  136. * Merging upstream version 4.25.
  137. -- Daniel Baumann <daniel@debian.org> Tue, 15 Jul 2008 16:26:00 +0200
  138. file (4.24-4) unstable; urgency=high
  139. * Adding patch from Jelmer Vernooij <jelmer@samba.org> to add new
  140. magics for bzr (Closes: #488742).
  141. * Adding symlinks to /usr/share/misc to conform to the LSB, thanks to
  142. Matthias Klose <doko@debian.org>.
  143. * Adding zlibg1-dev to libmagic-dev depends (Closes: #472856).
  144. * Adding patch to revert upstream change to stop build plain magic
  145. files. This fixes #481247 correctly now (Closes: #481247).
  146. * Reverting previous wrong NMU.
  147. -- Daniel Baumann <daniel@debian.org> Tue, 01 Jul 2008 18:46:00 +0200
  148. file (4.24-3.1) unstable; urgency=low
  149. * Non-maintainer upload from the Cambridge BSP.
  150. * Work around bug #488562, that file assumes readdir() will return sorted
  151. names - instead of compiling magic.mgc from Magdir directly, use the logic
  152. already in debian/rules to build (the file that will become)
  153. /usr/share/file/magic, then compile magic.mgc from that. (Closes: #481247)
  154. -- Simon McVittie <smcv@debian.org> Sun, 29 Jun 2008 19:32:24 +0000
  155. file (4.24-3) unstable; urgency=medium
  156. * Rewriting copyright file in machine-interpretable format.
  157. * Updating package to debhelper 7.
  158. * Adding patch to update pfm magic.
  159. * Adding patch to update mono magic.
  160. * Adding patch to update Digifax magic.
  161. * Adding patch to update OS/2 REXX magic.
  162. * Adding patch to update real media magic.
  163. * Adding patch to update zip magic.
  164. * Updating bash magic to also look for /usr/bin/bash.
  165. * Updating tcsh magic to also look for /usr/bin/tcsh.
  166. * Adding patch from Russell Coker <russell@coker.com.au> to add new magic for
  167. selinux (Closes: #485886).
  168. * Updating to standards 3.8.0.
  169. * Adding patch to add mime for asf magics (Closes: #483797).
  170. * Adding patch from Werner Fink <werner@suse.de> to add new magic for scribus.
  171. * Adding patch from Werner Fink <werner@suse.de> to update reiserfs magic also
  172. detecting ReiserFS V3.6.19.
  173. * Adding patch from Werner Fink <werner@suse.de> to add new magic for CROM
  174. filesystem.
  175. * Adding patch from Werner Fink <werner@suse.de> to update (and re-enabled)
  176. awk magic.
  177. * Adding patch from Werner Fink <werner@suse.de> to fix regressions with mp3
  178. files (Closes: #480683, #481377).
  179. * Adding patch for new TokyoCabinet database magic, thanks Benoit Sibaud
  180. <bsibaud@april.org> (Closes: #481768).
  181. * Adding patch for new QDBM Quick Database Manager magic, thanks Benoit Sibaud
  182. <bsibaud@april.org> (Closes: #481717).
  183. * Fixing regression in file 4.24 with file_printf(), thanks Martin Dorey
  184. <mdorey@bluearc.com> (Closes: #481523).
  185. * Removing annoying warnings when files can't be opened, thanks Martin Dorey
  186. <mdorey@bluearc.com> (Closes: #481512).
  187. * Adding new magic for freemind, thanks to Jamie Thompson
  188. <debian-bugs@jamie-thompson.co.uk> (Closes: #472385).
  189. -- Daniel Baumann <daniel@debian.org> Thu, 26 Jun 2008 16:06:00 +0200
  190. file (4.24-2) unstable; urgency=medium
  191. * Adding plain magic files for compatibility.
  192. * Using lintian debhelper to install lintian overrides.
  193. * Removing watch file.
  194. * Removing useless whitespaces in changelog file.
  195. * Adding vcs fields in control file.
  196. * Upgrading package to debhelper 6.
  197. -- Daniel Baumann <daniel@debian.org> Sat, 03 May 2008 14:09:00 +0200
  198. file (4.24-1) experimental; urgency=low
  199. * New upstream release:
  200. - The following patches went upstream completely:
  201. 102-magic-remove-bennet, 103-magic-remove-bzip, 104-magic-remove-cgm,
  202. 105-magic-remove-com, 106-magic-remove-emf, 108-magic-remove-quicktime,
  203. 201-magic-update-avi, 203-magic-update-cow, 204-magic-update-cracklib,
  204. 206-magic-update-elf-b, 207-magic-update-elf-c, 208-magic-update-hp,
  205. 209-magic-update-jpeg, 210-magic-update-m4v, 211-magic-update-macintosh,
  206. 213-magic-update-pcp, 214-magic-update-perl, 215-magic-update-sh,
  207. 216-magic-update-spectrum, 301-magic-add-adf, 302-magic-add-apple2,
  208. 303-magic-add-arm, 304-magic-add-avg, 305-magic-add-clarion,
  209. 306-magic-add-dds, 307-magic-add-erlang, 308-magic-add-gedcom,
  210. 309-magic-add-git, 309-magic-add-inform, 310-magic-add-llvm,
  211. 311-magic-add-lua, 312-magic-add-luks, 313-magic-add-lzma,
  212. 314-magic-add-mathcad, 315-magic-add-mdi, 316-magic-add-mercurial,
  213. 317-magic-add-mozilla, 318-magic-add-nlm, and 332-magic-add-svg,
  214. 901-file-elf, 902-file-kfreebsd, and 905-file-segfault.
  215. - The following patches went upstream almost completely:
  216. 998-doc-manpages and 999-conglomeration.
  217. - Thanks to Reuben Thomas <rrt@sc3d.org> to merge them.
  218. -- Daniel Baumann <daniel@debian.org> Tue, 01 Apr 2008 11:30:00 +0200
  219. file (4.23-2) unstable; urgency=low
  220. * Applied patch from Neil Williams <codehelp@debian.org> to add crossbuild
  221. support to debian/rules (Closes: #465111).
  222. -- Daniel Baumann <daniel@debian.org> Sun, 10 Feb 2008 20:16:00 +0100
  223. file (4.23-1) unstable; urgency=low
  224. * New upstream release:
  225. - Removing '101-magic-remove-awk.dpatch', went upstream.
  226. - Removing '107-magic-remove-msi.dpatch', went upstream.
  227. - Removing '202-magic-update-blender.dpatch', went upstream.
  228. - Removing '205-magic-update-elf-a.dpatch', went upstream.
  229. - Removing '212-magic-update-os2rexx.dpatch', went upstream.
  230. - Removing '319-magic-add-ocfs.dpatch', went upstream.
  231. -- Daniel Baumann <daniel@debian.org> Sat, 12 Jan 2008 17:23:00 +0100
  232. file (4.21-4) unstable; urgency=low
  233. * Bumping to new policy.
  234. * Using new homepage field in control.
  235. * Using ${binary:Version} in all depends.
  236. * Added patch from Josh Triplett <josh@freedesktop.org> to add new magic for
  237. Mozilla XUL fastload files (XUL.mfasl and XPC.mfasl; Closes: #452354).
  238. * Added patch from Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr> to add new
  239. magic for Mercurial bundles (Closes: #451067).
  240. * Correct wrong applied patch for SNES sound files (Closes: #410847).
  241. * Added patch from Mathias Brodala <info@noctus.net> to add new magic for
  242. X11 cursor files (Closes: #451246).
  243. -- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 18:09:00 +0100
  244. file (4.21-3) unstable; urgency=low
  245. * Including extra headers in /usr/include/file (Closes: #397307).
  246. * Added patch from Eduardo Sabbatella <eduardo_sabbatella@yahoo.com.ar> to
  247. add magic for SGF Smart Game Format (Closes: #428605).
  248. * Added patch from Josh Triplett <josh@freedesktop.org> to add magic for git
  249. bundles (Closes: #430070).
  250. * Added patch from Mathieu Malaterre <mathieu.malaterre@gmail.com> to extend
  251. JPEG 2000 magic (Closes: #439005).
  252. * Added patch from Daniele Sempione <scrows@oziosi.org> to add magic for
  253. Microsoft Document Imaging Format (.mdi) (Closes: #430548).
  254. * Added patch from Nicolas Collignon <tsointsoin@gmail.com> to add magics
  255. for OpenSSH and OpenSSL certificates/key files (Closes: #439537).
  256. -- Daniel Baumann <daniel@debian.org> Sun, 26 Aug 2007 09:51:00 +0200
  257. file (4.21-2) unstable; urgency=low
  258. * Applied patch from Michael Casadevall <sonicmctails@gmail.com> to fix
  259. FTBFS on hurd (Closes: #433716).
  260. -- Daniel Baumann <daniel@debian.org> Thu, 19 Jul 2007 08:27:00 +0200
  261. file (4.21-1) unstable; urgency=low
  262. * New upstream release.
  263. * Rediffed 211-magic-update-os2rexx.dpatch.
  264. * Removed 302-magic-add-ape.dpatch, went upstream.
  265. * Rediffed 304-magic-add-arm.dpatch.
  266. * Rediffed 317-magic-add-ocfs.dpatch.
  267. * Rediffed 318-magic-add-par2.dpatch.
  268. * Rediffed 322-magic-add-scummvm.dpatch.
  269. * Rediffed 325-magic-add-subversion.dpatch.
  270. * Rediffed 326-magic-add-supercollider.dpatch.
  271. * Rediffed 328-magic-add-xen.dpatch.
  272. * Removed 999-upstream-reg-startend.dpatch, now included in upstream.
  273. * Updated 905-file-segfault.dpatch.
  274. * Rediffed 999-conglomeration.dpatch.
  275. -- Daniel Baumann <daniel@debian.org> Fri, 01 Jun 2007 20:29:00 +0200
  276. file (4.20-8) unstable; urgency=low
  277. * Build a python-magic-dbg package.
  278. -- Daniel Baumann <daniel@debian.org> Thu, 17 May 2007 20:40:00 +0200
  279. file (4.20-7) unstable; urgency=medium
  280. * Replacing work around patch from Ubuntu with proper fix from
  281. Werner Fink <werner@suse.de> of OpenSuse (CVE-2007-2026).
  282. -- Daniel Baumann <daniel@debian.org> Thu, 17 May 2007 19:57:00 +0200
  283. file (4.20-6) unstable; urgency=medium
  284. * Fixed clean: target in rule (Closes: #424269).
  285. * Added patch from Anthon van der Neut <anthon@mnt.org> to add magic for LUKS
  286. (Closes: #394246).
  287. * Added patch from Jelmer Vernooij <jelmer@samba.org> to add magic for
  288. Power-Tab.
  289. * Added patch from Sven Anders <anders@anduras.de> to fix a segfault with -c.
  290. * Added patch from Kees Cook <kees@ubuntu.com> to work around regex DoS
  291. (CVE-2007-2026) by disabling the respective magic.
  292. * Added patch from Noel Torres <tecnico@ejerciciosresueltos.com> to add magic
  293. for SVG (Closes: #417331).
  294. * Added patch from Josh Triplett <josh@freedesktop.org> to add magic for
  295. Mathcad documents (Closes: #421426).
  296. * Added patch from Matthias Urlichs <smurf@debian.org> to update elf magic
  297. with missing elf architectures (Closes: #424859).
  298. * Added patch from Josef Spillner <2005@kuarepoti-dju.net> to update magic
  299. for HFS+ partition table detection (Closes: #405313).
  300. -- Daniel Baumann <daniel@debian.org> Thu, 17 May 2007 18:15:00 +0200
  301. file (4.20-5) unstable; urgency=low
  302. * Added patch from Ralph Amissah <ralph.amissah@gmail.com> to update magic for
  303. SiSU Markup Language.
  304. * Added patch from Josh Triplett <josh@freedesktop.org> to disable magic for
  305. Bennet Yee's face format (Closes: #420855).
  306. * Updated copyright file (Closes: #398453).
  307. -- Daniel Baumann <daniel@debian.org> Thu, 26 Apr 2007 08:13:00 +0200
  308. file (4.20-4) unstable; urgency=low
  309. * Rediffed some patches, now having always the same format of adding new
  310. magics.
  311. * Added patch from Ralph Amissah <ralph.amissah@gmail.com> to add magic for
  312. SiSU Markup Language.
  313. * Added patch from Radek Vokal <rvokal@redhat.com> to add magic for
  314. Xen saved domains.
  315. * Added patch from Radek Vokal <rvokal@redhat.com> to add magic for
  316. Apple Emulator 2IMG format.
  317. * Added patch from Aaron Botsis <redhat@digitalmafia.org> to add magic for
  318. Oracle Clustered Filesytem.
  319. * Added patch from Werner Fink <werner@suse.de> to update pcp magics.
  320. * Added patch from Mads Martin Joergensen <mmj@suse.de> to add magic for
  321. NetWare Loadable Modules (NLMs).
  322. * Added patch from Reuben Thomas <rrt@sc3d.org> to add magic for
  323. Inform interactive fiction language (Closes: #394522).
  324. * Added patch to add magic for Erlang BEAM and JAM files (Closes: #388356).
  325. * Added patch from David Newgas <david@newgas.net> to add magic for
  326. AVG vault files (Closes: #381053).
  327. * Added patch from root <ap@insysnet.ru> to add magic for detecting
  328. H.264 video in AVI files (Closes: #347263).
  329. * Added patch from Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr> to update
  330. lua magic with Lua bytecode (Closes: #335036).
  331. * Added patch from Daniel van Eeden <daniel_e@dds.nl> to add magic for
  332. PAR2 archive files (Closes: #294070).
  333. * Added patch from Mario Lang <mlang@debian.org> to add magic for
  334. SuperCollider 3 Synth Definition File Format (Closes: #284803).
  335. * Added patch from Russell Coker <russell@coker.com.au> to add magic for
  336. Adaptive Multi-Rate Codec files (Closes: #279322).
  337. * Added patch from Phil Endecott <phil05@chezphil.org> to add magic for
  338. GEDCOME genealogical data files (Closes: #277339).
  339. * Added patch from Nicolas François <nicolas.francois@centraliens.net>to
  340. fix wrong formating in manpage (Closes: #417511).
  341. -- Daniel Baumann <daniel@debian.org> Tue, 03 Apr 2007 14:25:00 +0200
  342. file (4.20-3) unstable; urgency=low
  343. * Added patch from Josh Triplett <josh@freedesktop.org> to add magic for
  344. SNES SPC700 sound files (Closes: #410847).
  345. * Added patch from Reuben Thomas <rrt@sc3d.org> to add magic for the
  346. Lua scripting language (Closes: #394524).
  347. * Added patch from Nigel McNie <nigel@mcnie.name> to detect m4v files as m4v
  348. instead of mp4 (Closes: #384018).
  349. * Added patch from Mark Hindley <mark@hindley.org.uk> to update
  350. sh scripts identifier (Closes: #368613).
  351. * Added patch from Robert Millan <rmh@aybabtu.com> to add magic for the
  352. LZMA compression format (Closes: #364260).
  353. * Added patch from Simon Horman <horms@debian.org> to add magic for the
  354. Ulead Photo Explorer5 image format (Closes: #339397).
  355. * Added patch from Robert Millan <rmh@aybabtu.com> to add magic for the
  356. Monkey's audio format (Closes: #334862).
  357. * Added patch from Josh Babcock <jbabcock@atlantech.net> to updated magic for
  358. Blender (Closes: #323291).
  359. * Added patch from Matthew Palmer <mpalmer@debian.org> to update magic for
  360. COW from 2.0 to 3.0 (Closes: #283515, #319128).
  361. * Added patch from Robert Millan <rmh@aybabtu.com> to add magic for the
  362. OpenRISC binary format (Closes: #316076).
  363. * Added patch from Philip Kendall <pak21@srcf.ucam.org> to update the
  364. spectrum magics (Closes: #296202).
  365. * Added patch from Al Stone <ahs3@debian.org> to add magic for the
  366. LLVM byte-codes (Closes: #293427).
  367. * Added patch from Julien Blache <jblache@debian.org> to add magic for
  368. Clarion files (Closes: #282680).
  369. * Added patch from Sven Hartge <debian@ds9.argh.org> to add magic for
  370. scummVM savegame files (Closes: #263488).
  371. * Added patch from Nicolas Chauvat <nicolas.chauvat@logilab.fr> to add magic
  372. for CGNS Advnaced Data Format files (Closes: #242644).
  373. * Added patch from Edward Betts <edward@debian.org> to add magic for
  374. pmenu (Closes: #38543).
  375. -- Daniel Baumann <daniel@debian.org> Tue, 27 Mar 2007 17:51:00 +0100
  376. file (4.20-2) unstable; urgency=low
  377. * New maintainer (Closes: #416263).
  378. * Redone debian directory.
  379. -- Daniel Baumann <daniel@debian.org> Tue, 27 Mar 2007 13:28:00 +0100
  380. file (4.20-1) unstable; urgency=high
  381. * New upstream version
  382. - Fixes supposed vulnerability in the file_fprintf in funcs.c
  383. (closes: #415362 and justifies urgency)
  384. - MPEG ADTS signedness fixed (closes: #392009)
  385. - Better TeX/LaTeX magic (closes: #402062)
  386. - Better XML mimetype magic (closes: #345834)
  387. - More linespacing in manpage (closes: #402058)
  388. * Revert URL in copyright file (see #406820), as the old one is supposed to
  389. be correct, even if it disappeared temporarily.
  390. * Fixed typo in manpage (closes: #394514)
  391. * Make Perl script entries consistent (closes: #394523)
  392. * Disable second MS Installer entry (closes: #409895)
  393. * Disable one-byte magic for COM (closes: #393775, #339618)
  394. * audio/midi mimetype (closes: #401839)
  395. * Enable gzip mimetype magic (closes: #324889)
  396. * Disabled some QuickTime entries (ASCII words, closes: #366986, #308394)
  397. -- Michael Piefel <piefel@debian.org> Mon, 19 Mar 2007 14:55:46 +0100
  398. file (4.19-1) unstable; urgency=low
  399. * New upstream version.
  400. * Use correct new URL to upstream now (closes: #406820)
  401. -- Michael Piefel <piefel@debian.org> Fri, 19 Jan 2007 16:03:27 +0100
  402. file (4.17-5) unstable; urgency=high
  403. * Initialize some previously uninitialized memory, this could lead to a
  404. segmentation fault when using magic_compile in libmagic (closes: #403085)
  405. -- Michael Piefel <piefel@debian.org> Fri, 15 Dec 2006 13:36:12 +0100
  406. file (4.17-4) unstable; urgency=medium
  407. * Add proper depends for python-magic (fixes not yet filed serious bug)
  408. -- Michael Piefel <piefel@debian.org> Tue, 26 Sep 2006 14:01:00 +0200
  409. file (4.17-3) unstable; urgency=low
  410. * Add example /etc/magic.mime and document the fact that file only look for
  411. a magic.mime file if the base magic file exists (closes: #382057)
  412. * Remove AWK detection by regular expression testing just for ‘BEGIN:’;
  413. this caused a lot of false guesses (and problems with naughty programs
  414. reading other programs’ files), this closes: #308305, #375403 and makes
  415. others disappear (for the time being, for example, it closes: #375722)
  416. * Added Python 2.5 byte-compiled (closes: #376711)
  417. * Fix some bad MIME types (closes: #379042, thanks to Moritz Naumann)
  418. -- Michael Piefel <piefel@debian.org> Mon, 14 Aug 2006 15:28:25 +0200
  419. file (4.17-2) unstable; urgency=low
  420. * Using new python infrastructure now: python2.3-magic and python2.4-magic
  421. dropped in favour of python-magic containing all versions
  422. * Identify Mono assemblies (closes: #314756)
  423. -- Michael Piefel <piefel@debian.org> Wed, 14 Jun 2006 11:39:15 +0200
  424. file (4.17-1) unstable; urgency=low
  425. * New upstream (closes: #343648)
  426. * Improved over-confident 64bit-cracklib rule (closes: #343504)
  427. * Revert ELF file-reading (by Alessandro Rubini, closes: #345089)
  428. * Detect GNU/kFreeBSD binaries (by Robert Millan, closes: #307475)
  429. -- Michael Piefel <piefel@debian.org> Wed, 15 Mar 2006 10:25:06 +0100
  430. file (4.15-2) unstable; urgency=low
  431. * Add Build-Depends to python, although I really don’t see the point of the
  432. python package (since file Build-Depended transitively on python2.3
  433. anyway), which claims to be a dependency package only (closes: #333859)
  434. * Disabled EMF detection as it not only caused false positives, which might
  435. have been acceptible, but a segmentation fault (closes: #333502)
  436. * Move the magic databases from /usr/share/misc/file to /usr/share/file;
  437. this still violates the FHS in letter, but not in spirit; this is
  438. different from the position in other distros (closes: #215139, #278478)
  439. -- Michael Piefel <piefel@debian.org> Fri, 14 Oct 2005 16:01:54 +0200
  440. file (4.15-1) unstable; urgency=low
  441. * New upstream, closes: #305914
  442. - Maya with string version (closes: #246962)
  443. - added ESRI Shapefile format (closes: #277552)
  444. - added Adlib tunes (closes: #317192)
  445. - many more magic additions, probably closing some bugs as well
  446. - magic files can now contain regular expressions
  447. * Fix manpage typo (closes: #323539)
  448. * Mention possibly unexpected behaviour of -k in man page (closes: #259193)
  449. * ELF machine 21 can be PowerPC64 (closes: #299620)
  450. * Remove gzip/bzip2-detection for Debian packages (closes: #328623)
  451. * Updated HP 38/39/40/48/49 magic (closes: #326680)
  452. * Disabled BZIP detection (closes: #277648)
  453. * Enabled the python bindings (Martin von Löwis, closes: #325073)
  454. -- Michael Piefel <piefel@debian.org> Wed, 12 Oct 2005 10:35:17 +0200
  455. file (4.12-1) unstable; urgency=high
  456. * New upstream version. Closes: #283316, a potential stack smash in ELF
  457. header parsing. Urgency set to high.
  458. * /etc/magic is read, as it should (Closes: #279324)
  459. * No further changes to increase the slim chance of getting into Sarge.
  460. -- Michael Piefel <piefel@debian.org> Mon, 06 Dec 2004 10:42:47 +0100
  461. file (4.10-3) unstable; urgency=high
  462. * The “for the love of Branden” release.
  463. * Urgency high in a vain attempt to get this into sarge.
  464. * Fix MIME detection for 3DS (actually, remove it because it was hilarious,
  465. closes: #216368)
  466. * Do _not_ depend on gcc-3.4
  467. -- Michael Piefel <piefel@debian.org> Fri, 30 Jul 2004 11:14:48 +0200
  468. file (4.10-2) unstable; urgency=medium
  469. * Fix multibyte vs. byte issue in files-from (closes: #261799)
  470. -- Michael Piefel <piefel@debian.org> Wed, 28 Jul 2004 11:40:53 +0200
  471. file (4.10-1) unstable; urgency=low
  472. * New upstream version.
  473. - No more doubling of file names with -z (closes: #260393)
  474. * New magic for SLL16 (closes: #249190)
  475. * New magic for SVN dumps (closes: #256652)
  476. * Patch for error return code on non-existant files
  477. (courtesy of Federico Grau, closes: #257805)
  478. -- Michael Piefel <piefel@debian.org> Mon, 26 Jul 2004 12:58:40 +0200
  479. file (4.09-1) unstable; urgency=low
  480. * New upstream version. This includes almost every patch that the Debian
  481. version had, so this package is very close to upstream's.
  482. * Disable some more Apple magic (closes: #231476); curiously, most of the
  483. Apple magic is very weak.
  484. * Disable very weak Assembler magic (closes: #223328)
  485. * Disable weak AWK magic (closes: #223282)
  486. * Added DjVu magic (closes: #238570)
  487. * Removed erroneous 5th column in magic.mime (closes: #246428)
  488. * Better error report messages in two places (closes: #243446, #252951)
  489. * Use /etc/magic again (failed to touch Makefile.in, closes: #231306)
  490. -- Michael Piefel <piefel@debian.org> Fri, 11 Jun 2004 14:35:30 +0200
  491. file (4.07-2) unstable; urgency=low
  492. * Move the "debian-additions" magic file back in; it got lost
  493. * Move up "compress" in the list to test for gzip before FLI; this
  494. closes: #228391 - but what happens if I have a real FLI file that
  495. starts with the two gzip magic bytes?
  496. * Replace the really bad magic for MP3 in magic.mime with the one found
  497. in "animation" (closes: #227625)
  498. -- Michael Piefel <piefel@debian.org> Tue, 20 Jan 2004 11:57:47 +0100
  499. file (4.07-1) unstable; urgency=low
  500. * New upstream
  501. * do not loop endlessly when encountering zero-length section offsets in ELF
  502. headers (closes: #226289)
  503. -- Michael Piefel <piefel@debian.org> Wed, 14 Jan 2004 10:54:32 +0100
  504. file (4.06-2) unstable; urgency=low
  505. * Unified HTML detection for normal and mime; handles the main complaint of
  506. #223340, but not all of it.
  507. * Added Hangul Word Processor File (closes: #219867)
  508. * Added Outlook personal folder (closes: #183764)
  509. * Added Mobipocket e-book (closes: #222855)
  510. * Added BIOS ROM dumps (closes: #150880)
  511. * Added some Doom and Quake (closes: #135671)
  512. * Added Sun/Cobalt boot ROMs (closes: #216867)
  513. * Made VMware magic more robust and (hopefully) correct (closes: #219037);
  514. file used to report nothing at all, due to an empty description string and
  515. heavy reliance on the subtype (which didn't match)
  516. -- Michael Piefel <piefel@debian.org> Fri, 12 Dec 2003 13:25:34 +0100
  517. file (4.06-1) unstable; urgency=low
  518. * New upstream.
  519. - Return error for non-existant files (closes: #215801)
  520. - Adds BitTorrent (closes: #201301)
  521. * Fix minor AAC typo (closes: #215052)
  522. * More QuickTime subformats (closes: #198809)
  523. * Rearrange Flac detection (closes: #213693)
  524. * Improved CAB detection (closes: #208926, #205431)
  525. * Added Netscape Bookmarks (closes: #207344)
  526. * Added DACT (closes: #195882)
  527. * Added GCC precompiled headers (closes: #204304)
  528. * Added GEOS (closes: #162852)
  529. * Added HVQM4 (Still counting, Mark? Closes: #151138)
  530. -- Michael Piefel <piefel@debian.org> Fri, 17 Oct 2003 12:40:54 +0200
  531. file (4.04-1) unstable; urgency=low
  532. * New upstream
  533. * add MAXPATHLEN to apprentice.c in order to make it build on the
  534. Hurd (closes: #212215)
  535. * add TFMX (closes: #151217, as the rest was already there)
  536. * recognize PO files (closes: #138423)
  537. -- Michael Piefel <piefel@debian.org> Tue, 23 Sep 2003 17:06:48 +0200
  538. file (4.03-3) unstable; urgency=low
  539. * more and better magic:
  540. - added Python 2.3 byte-compiled
  541. - corrected magic for HFS+ (closes: #207576)
  542. - fixed XML magic and added to MIME magic (closes: #186613)
  543. - added Xbox magic (closes: #183432)
  544. - remove ", English" from MIME type output (closes: #160415)
  545. - remove the vain attempts to guess the size of JPEG files as they are
  546. either wrong or confusing (sort of closes: #74938, #153833, #198053)
  547. - add Gnumeric magic to both normal and MIME magic; note you still have to
  548. pass -z to file (closes: #205708, #206756)
  549. - remove compresse MIME types (related to #170981)
  550. - add ACE archiver (closes: #178807)
  551. * add more descriptive message for unreadable files (closes: #203168)
  552. * rearranges header inclusions so that configuration is the same in all
  553. compiled files (closes: #208785)
  554. * fix the long-standing crash-on-compressed bug (closes: #197442, #207458)
  555. -- Michael Piefel <piefel@debian.org> Fri, 05 Sep 2003 11:59:54 +0200
  556. file (4.03-2) unstable; urgency=low
  557. * Compressed Flash (closes: #179640), also for MIME (closes: #186946)
  558. * Added GPG (closes: #197646) and JFFS2 (closes: #188780);
  559. accidentally also closes: #203158 (debian-additions not empty anymore)
  560. -- Michael Piefel <piefel@debian.org> Tue, 29 Jul 2003 13:28:39 +0200
  561. file (4.03-1) unstable; urgency=low
  562. * New upstream
  563. - fixes Zsh bug (closes: #195583, #196163)
  564. - incorporates many Debian changes to magic entries
  565. - also closes: #196162 (no more Broken HTML)
  566. * Reformatted ancient changelog entries and made sure changelog
  567. is in UTF-8.
  568. * File depends on correct library version now (closes: #194697)
  569. * Recognizes more Magic Cookies (closes: #201301)
  570. * Dynamically updates libtool (closes: #195330)
  571. -- Michael Piefel <piefel@debian.org> Sun, 27 Jul 2003 23:39:15 +0200
  572. file (4.02-4) unstable; urgency=low
  573. * The "no closes:" release.
  574. * Removed one last artifact of the raw-magic option.
  575. * Adapt the very-short-file fix to the new environment.
  576. -- Michael Piefel <piefel@debian.org> Sat, 17 May 2003 20:01:17 +0200
  577. file (4.02-3) unstable; urgency=low
  578. * Remove the nomgc symbol from the library (closes: #193355); this kind of
  579. reopens #115573, but I am now sure that this is not a bug, document the
  580. behaviour instead.
  581. * Make HTML magic a little less picky (closes: #193296)
  582. * Close files after looking at them (closes: #193580)
  583. * Don't report bogus for unreadable files (closes: #193582)
  584. -- Michael Piefel <piefel@debian.org> Sat, 17 May 2003 18:01:27 +0200
  585. file (4.02-2) unstable; urgency=low
  586. * Changed Priority of libmagic-dev to optional (closes: #193254)
  587. * Add Conflicts of libmagic1 to older file (closes: #193236, #193238)
  588. * Use newer libtool (closes: #193152)
  589. -- Michael Piefel <piefel@debian.org> Wed, 14 May 2003 13:47:47 +0200
  590. file (4.02-1) unstable; urgency=low
  591. * New upstream version
  592. * Acknowledge NMU, closes: #184204
  593. * Description length limit is down to 64 again. The easy way, setting it in
  594. file.h, doesn't work anymore, and I've not yet found out why.
  595. * Upstream has made a library out of the magic number recognition routines.
  596. Consequently, split the package up into three binary packages, adding
  597. libmagic1 and libmagic-dev.
  598. * debian/rules: all new and shiny; better autotools supprt
  599. * add some more magic:
  600. - TI emulators skins (closes: #167267)
  601. - Objective Caml (closes: #166830)
  602. - ReBorn (closes: #156279)
  603. - SE Linux policy database (closes: #159283)
  604. - Flow Cytometry Standard (closes: #160984)
  605. * remove some magic:
  606. - Brian Postma's Soundmon Module (closes: #168661)
  607. - LILO (closes: #160602)
  608. * fixed some magic:
  609. - XWD X Window Dump (closes: #164047, #81771)
  610. * fix reference to magic man page in README (closes: #159992)
  611. -- Michael Piefel <piefel@debian.org> Sun, 11 May 2003 20:15:20 +0200
  612. file (3.40-1.1) unstable; urgency=high
  613. * [readelf.c] Apply patch from upstream version 3.41 to fix buffer overflow
  614. - CAN-2003-0102
  615. - http://www.idefense.com/advisory/03.04.03.txt
  616. - Closes: #184204
  617. -- Matt Zimmerman <mdz@debian.org> Thu, 03 Apr 2003 13:50:22 -0500
  618. file (3.40-1) unstable; urgency=low
  619. * New upstream version (closes... no, this time I'm faster)
  620. * Switched Maintainer and Uploaders field, thereby effectively taken over
  621. the package after not having heard of the previous maintainer for about
  622. a year (finally officially closes: #174338, which is already closed)
  623. * No more whitespace on first line of debian/rules (closes: #164651)
  624. * It seems this already was fixed, but using an addition to the additional
  625. StuffIt magic now (closes: #170893)
  626. * Added VRML (closes: #166955)
  627. * Corrected unknown groff character names in magic(5) manpage (closes: #180056)
  628. * Update TI Calculator Magic (closes: #162820)
  629. * Make the ELF string extraction a little more robust (closes: #166832)
  630. * Recognizes HTML even with whitespace (closes: #119193)
  631. * Do not hang on rapidly growing archives with -z (closes: #162896)
  632. * Remove CVS date from Ogg output, it is not very useful as version number
  633. is printed anyway, and may cause trouble as it is not a real string, thus
  634. breaking the output routine for LANG!=C (closes: #178479)
  635. * Fix alignment of multifile output and wide characters
  636. -- Michael Piefel <piefel@debian.org> Sun, 16 Feb 2003 17:31:21 +0100
  637. file (3.39-1) unstable; urgency=low
  638. * NMU
  639. * New upstream version (closes: #148212, #151907)
  640. - incorporates most Debian patches
  641. - adds 9660 filesystem magic (closes: #157050; Upstream has
  642. a different magic than reporter.)
  643. - adds MNG magic (closes: #147264, see below)
  644. - adds PHP magic (closes: #145929)
  645. - detects UTF-8 and UTF-16 with BOM (closes: #102076)
  646. - some short string magic commented out (closes: #134266)
  647. * New Debian patches
  648. - improved Linux kernel magic, make it like lilo (closes: #106898)
  649. - changed BMP MIME type to x-ms-bmp (closes: #124234)
  650. - added JNG magic (closes: #147264)
  651. - added alternate ZIP magic (closes: #56292)
  652. - added alternate StuffIt magic (closes: #114027)
  653. - added/changed magic for Screamtracker (closes: #60009)
  654. - added vCalendar magic (closes: #158338)
  655. - added ZX spectrum magic (closes: #157162)
  656. - added EST flat binary (closes: #139239), Aculab VoIP firmware
  657. (closes: #138967), PPCBoot image (closes: #138958); thank you, Mark
  658. - tried some magic for multiple master fonts (closes: #29685)
  659. - removed some Mac magic (closes: #113733); this is not the
  660. real fix (TM), but works for the particular problem
  661. - removed some two-byte ASCII magic - too simple (closes: #144398)
  662. - fixed some entries extracting strings (changed \n to \0)
  663. - added new command line option -M which ignores compiled databases
  664. (closes: #115573)
  665. - give warning for one-byte files (magic is at least two bytes long,
  666. closes: #95778, #117222)
  667. * Move Debian magic additions all together in one spot to facilitate
  668. patching and communication with upstream
  669. -- Michael Piefel <piefel@debian.org> Sun, 01 Sep 2002 13:13:15 +0200
  670. file (3.37-3.1) unstable; urgency=low
  671. * NMU
  672. * Removed regexp.patch and kleff, they didn't serve a purpose
  673. * Bumped standards-version to 3.5.
  674. * Added Kimwitu magic
  675. * Improved MS Office magic (closes: #116693, #54960)
  676. * Added XV thumb, ISDN vbox, KiSS (closes: #54391)
  677. * Emacs 19 improved upstream (closes: #101336)
  678. * Added long HtmlHelp magic (closes: #113876)
  679. * Added webshots desktop (closes: #118517)
  680. * Added newer Python magic (closes: #119572)
  681. * Ogg magic improved upstream (closes: #91858)
  682. * XFS cleaned up (closes: #129172)
  683. * Targa reports size (closes: #133024)
  684. * Documented arbitrary 50 character description limit and increased it
  685. to 80 characters (closes: #12415) - the patch for unlimited length
  686. doesn't work, at least not at advertised.
  687. * Added Atari MSA (closes: #95040)
  688. * TI-8x updated (closes: #102824)
  689. * Better Swap (closes: #105504)
  690. * Increased buffer size to 96K (closes: #105505)
  691. * Better CRAMFS (closes: #115575)
  692. * Added JFFS (closes: #118900)
  693. * Added Hercules DASD image magic (closes: #122326)
  694. * Added TDB magic (closes: #122328)
  695. * Added Matlab (closes: #125666)
  696. * Added Squeak images and (closes: #131627)
  697. * Added User Mode COW magic (closes: #134619)
  698. * Added even better Ogg magic and even include it (closes: #134663)
  699. -- Michael Piefel <piefel@debian.org> Mon, 04 Mar 2002 19:47:32 +0100
  700. file (3.37-3) unstable; urgency=low
  701. * Implemented internal gzip support through the zlib library. It's much
  702. faster than executing gzip and it works better. Many small files that
  703. weren't properly handled now are. I've tested this with over 400 random
  704. gzipped files and it works, but please, report any problem with this.
  705. -- Nicolás Lichtmaier <nick@debian.org> Sun, 14 Oct 2001 05:56:19 -0300
  706. file (3.37-2) unstable; urgency=low
  707. * The new sread function was sooo broken... I have now enhanced
  708. it with the amazing capability of handling EOF. Now file -z
  709. shouldn't hang (closes:Bug#115156).
  710. -- Nicolás Lichtmaier <nick@debian.org> Thu, 11 Oct 2001 03:10:10 -0300
  711. file (3.37-1) unstable; urgency=low
  712. * New upstream release:
  713. * Recognizes mp3 files with IDv2 tags (closes:Bug#112829, Bug#96688).
  714. * Adds magic for RRDtool databases (closes:Bug#114372).
  715. * Weak magic for AppleWorks spreadsheet data was removed
  716. (closes:Bug#110451,Bug#98447).
  717. * Remove warning for not using a compiled magic version for /etc/magic.
  718. I won't try to implement something to create a compiled version of
  719. /etc/magic as: 1) This fle is empty by default and will have only a few
  720. manually added entries, so there wouldn't be any speed gain; 2) It will
  721. add complexity and it wouldn't be trivial.
  722. * Added a note in magic2mime(1) deprecating its use.
  723. * No longer recognizes sunclock's "vector map format" as PostScript
  724. (closes:Bug#105930).
  725. * Added magic for cramfs and reiserfs from russell@coker.com.au
  726. (closes:Bug#105485, Bug#105508).
  727. * Added two Palm file formats from
  728. John Gruenenfelder <johng@bach.as.arizona.edu> (closes:Bug#104034).
  729. -- Nicolás Lichtmaier <nick@debian.org> Mon, 08 Oct 2001 19:49:42 -0300
  730. file (3.33-5) unstable; urgency=low
  731. * Added "Build-Depends: debhelper" (closes:Bug#86829).
  732. * New magic for S/390 ELF binaries (closes:Bug#93491).
  733. * Added support for large files (closes:Bug#93402).
  734. * Fixed magic2mime to cope with the new charset detection
  735. (closes:Bug#92931).
  736. * Added -s option to short usage message (-h) (closes:Bug#85910).
  737. * Added magic for Paint Shop Pro from
  738. Telford Tendys <telford@triode.net.au> (closes:Bug#85359).
  739. * Removed minor PS version number from font detection magic,
  740. suggested by Reinhard Kotucha <reinhard@kammer.uni-hannover.de>
  741. (closes:Bug#82667).
  742. * Added magic for Flac audio (what's that? =) ) from
  743. Matt Zimmerman <mdz@debian.org> (closes:Bug#91857).
  744. * Added magic for newer LHA files (does someone still use lha? wow!)
  745. from Paul Martin <pm@nowster.zetnet.co.uk> (closes:Bug#83454).
  746. * Now shows which compressor a Debian package uses,
  747. contributed by Ben Collins <bcollins@debian.org> (closes:Bug#48389).
  748. * Removed creation date report from Debian magic, it no longer works.
  749. It seems that the gzipped members of the .deb file are no longer
  750. created with the proper date.
  751. * Added lots of Palm documents contributed by
  752. Michael-John Turner <mj@debian.org> (but replaced "document" with
  753. "PalmOS document") (closes:Bug#87759).
  754. * Added magic for Squish and JAM echomail/netmail Fidonet areas storage
  755. formats contributed by peter@softwolves.pp.se (closes:Bug#90172).
  756. -- Nicolás Lichtmaier <nick@debian.org> Sun, 06 May 2001 02:13:10 -0300
  757. file (3.33-4) unstable; urgency=low
  758. * Modified Newton PDA package format magic so it doesn't match
  759. Java source code files.
  760. * When using -z, don't write the NUL terminator to the uncompressing
  761. program.
  762. * Ignore output from gzip (gzip should have an option to disable the
  763. "unexpected end of file" error message) (closes:Bug#83317).
  764. * Minor updates to debian/rules.
  765. * Reordered description for MIPS object files to please weak parsing
  766. in libtool (closes:Bug#83303).
  767. -- Nicolás Lichtmaier <nick@debian.org> Tue, 30 Jan 2001 22:39:03 -0300
  768. file (3.33-3) unstable; urgency=low
  769. * Code for detecting if an input stream is seekable assumed that lseek
  770. returns 0 on success, which is untrue, and file was copying every ELF
  771. file probed to a temporary file. Fixed (closes:Bug#82261).
  772. Found by Colin Watson <cjw44@flatline.org.uk>.
  773. * Uses -g only if debug is in the DEB_BUILD_OPTIONS variable.
  774. * Updated standards-version to 3.2.1.
  775. -- Nicolás Lichtmaier <nick@debian.org> Mon, 15 Jan 2001 02:26:35 -0300
  776. file (3.33-2) unstable; urgency=low
  777. * Added ELF magic for IBM AS/390 mainframe (closes:Bug#79575).
  778. * Fix from Adam Heat for very small .gz files and -z, I've also
  779. added NUL termination of the uncompressed buffer
  780. (closes:Bug#16837,Bug#36724,Bug#37838).
  781. * If the file is ELF and is not seekable, `file' will now copy
  782. it to a temporary file because the ELF code needs to fseek
  783. everywhere in the file. The idea was from Adam Heath <adam@doogie.org>.
  784. (closes:Bug#28964,Bug#70629).
  785. -- Nicolás Lichtmaier <nick@debian.org> Sun, 07 Jan 2001 23:38:58 -0300
  786. file (3.33-1) unstable; urgency=low
  787. * New upstream release (closes:Bug#67970). Fixes:
  788. * Recognizes Berkeley DB files (closes:Bug#18821).
  789. * Tries to recognize EBCDIC encoded files (closes:Bug#31949).
  790. * lif files recognized in LE systems (closes:Bug#78261).
  791. * Contributions from Wolfram Kleff (closes:Bug#56667).
  792. * Changed pgp armored data to pgp armored *text*.
  793. * Added GEM image and metafile from.
  794. * Added Vivo video format.
  795. * Added STAD packed image.
  796. * Added AFX compressed files.
  797. * Added GFA-BASIC 3 data.
  798. * Added ICE and X11 authority data.
  799. * Added magic for DJGPP compiled files from Robert vd Boon
  800. (closes:Bug#70600).
  801. * Changed file for data here and there (closes:Bug#35851).
  802. * Added Sketch document (closes:Bug#67511).
  803. * Added SMJPEG (image format used in games) (closes:Bug#62224).
  804. * Added magic for Sony PlayStation executables (closes:Bug#31310).
  805. * Added other way of detecting perl scripts (closes:Bug#45426).
  806. * Fixed detection of MP3 files with the new -i option.
  807. * Adapted Debian patch to include long-options alternatives for the
  808. new -k and -i options. Updated the manpage.
  809. -- Nicolás Lichtmaier <nick@debian.org> Sun, 10 Dec 2000 19:02:07 -0300
  810. file (3.28-1) unstable; urgency=low
  811. * New upstream release. Fixes:
  812. * A serious attempt to detect JPEG is done now, but the
  813. format seems to be not very magic friendly (closes:Bug#31950).
  814. * DB2 magic added (closes:Bug#19097).
  815. * Added another case combination for the detection of HTML files
  816. (closes:Bug#45326).
  817. * Improved newly added xml detection (eg: added XSL stylesheets detection).
  818. * Some magic files weren't being included, modified Makefile.am.
  819. The files now included are jpeg, grace, mcrypt, palm and spectrum.
  820. -- Nicolás Lichtmaier <nick@debian.org> Tue, 28 Dec 1999 00:58:01 -0300
  821. file (3.27-7) unstable; urgency=low
  822. * Added entry for recently announced new LSM file format.
  823. * Removed README.Debian and folded it into the copyright file
  824. (closes:Bug#53069).
  825. -- Nicolás Lichtmaier <nick@debian.org> Fri, 24 Dec 1999 20:23:48 -0300
  826. file (3.27-6) unstable; urgency=low
  827. * Applied patch with improvements to magi2mime
  828. from J.H.M. Dassen (Ray) <ray@cistron.nl> (closes:Bug#51399).
  829. * Added some Windows magic from Pavel Machek <pavel@bug.ucw.cz>
  830. (closes:Bug#31023).
  831. * Added magic for PCX, Adobe's PSD, MS Word, and replaced
  832. magic for kernel detection with contributions from
  833. Wolfram Kleff <kleff@cs.uni-bonn.de> (closes:Bug#46781).
  834. * Added magic for Linux kernel System.map files.
  835. -- Nicolás Lichtmaier <nick@debian.org> Sun, 12 Dec 1999 17:09:08 -0300
  836. file (3.27-5) unstable; urgency=low
  837. * Put docs and manpages under /usr/share.
  838. * Updated `Standards-Version' to 3.1.0.
  839. * Added contributed magic for `Smith Corona Personal Word Processors'
  840. (closes:Bug#45704).
  841. * Added magic for X-Post-it (closes:Bug#43031).
  842. * Improved detection of MS-DOS batch files a bit (closes:Bug#50205).
  843. -- Nicolás Lichtmaier <nick@debian.org> Mon, 15 Nov 1999 01:09:13 -0300
  844. file (3.27-4) unstable; urgency=low
  845. * It was not reading /etc/magic.
  846. * Updated manpage to say that local magic entries are read from
  847. and should be written to /etc/magic.
  848. -- Nicolás Lichtmaier <nick@debian.org> Sat, 10 Jul 1999 19:40:17 -0300
  849. file (3.27-3) unstable; urgency=low
  850. * Added detection of SIDPlay audio files (closes: Bug#35564, Bug#35483).
  851. * Added "#include <errno.h>" to compress.c (closes: Bug#37705).
  852. * Fixed tiny typos in README (closes: Bug#38877).
  853. * Added magic for Atari ST executables from Wolfram Kleff
  854. <kleff@cs.uni-bonn.de>.
  855. * Added formats for some communications standards contributed by
  856. W. Borgert <debacle@debian.org> (closes: Bug#34542, Bug#34779).
  857. * Removed detection of format `Fasttracker "oktalyzer" module sound data'.
  858. It was just 2 bytes at offset 0 and generated false positives
  859. (closes: Bug#36704).
  860. * Added detection of MPEG audio level 2.5 and improved messages for level
  861. 3 (mp3) contributed by Wolfram Kleff <kleff@cs.uni-bonn.de>
  862. (closes: Bug#40733).
  863. * Added audio/midi to magic2mime.
  864. * Readded magic2mime to package. It was removed by mistake.
  865. -- Nicolás Lichtmaier <nick@debian.org> Sat, 10 Jul 1999 03:11:45 -0300
  866. file (3.27-2) unstable; urgency=low
  867. * Removed detection of unstriped binaries. Patch from
  868. Sean Perry <shaleh@debian.org>. Fixes bugs #38407, #38417, 38419.
  869. * Added detection of NITF files from jrv@vanzandt.mv.com.
  870. Fixes bug #38452.
  871. * No longer includes Localstuff in /usr/share/misc/magic. Local
  872. definitions should go to /etc/magic.
  873. -- Nicolás Lichtmaier <nick@debian.org> Fri, 28 May 1999 00:39:32 -0300
  874. file (3.27-1) unstable; urgency=low
  875. * New upstream release. Fixes bugs #36786, #30692,
  876. #29353 (added shockwave/flash files).
  877. * Removed detection of "OS/2 URL objects": too general.
  878. * Truncates \n on output. file's outputs MUST be one line per file.
  879. Fixes bugs #34439, #34290, #35222, #32305, #32302, #30875.
  880. -- Nicolás Lichtmaier <nick@debian.org> Tue, 25 May 1999 21:50:13 -0300
  881. file (3.26-2) frozen unstable; urgency=low
  882. * Moved x86 boot sector detection after linux kernel detection.
  883. Fixes bug #24185.
  884. * Added kernel version extraction for newer kernels.
  885. * Removed `,' from GIF description's end.
  886. * Changed version shown to 3.26-Debian, as this version is different from
  887. upstream.
  888. * Added manpage for magic2mime.
  889. * Added more mime types for magic2mime and some fixes for the script.
  890. * Switched to debhelper.
  891. -- Nicolás Lichtmaier <nick@debian.org> Wed, 20 Jan 1999 02:08:24 -0300
  892. file (3.26-1) frozen unstable; urgency=low
  893. * New upstream release. Upstream author included many Debian enhancements
  894. and added some minor fixes. Fixes bug #30692. Bug #30875 was fixed in
  895. previous NMU.
  896. * Fixed autoconf use.
  897. -- Nicolás Lichtmaier <nick@debian.org> Wed, 20 Jan 1999 03:15:45 +0000
  898. file (3.24-4.2) frozen unstable; urgency=HIGH
  899. * NMU:
  900. Fix critical bugs #31031 and #31057.
  901. -- Vincent Renardias <vincent@waw.com> Wed, 06 Jan 1999 01:51:15 +0100
  902. file (3.24-4.1) frozen unstable; urgency=low
  903. * Non-maintainer release.
  904. * Add patch so "\n"-style escapes work (closes:Bug#22854).
  905. -- Joel Klecker <espy@debian.org> Sun, 13 Dec 1998 16:44:18 -0800
  906. file (3.24-4) frozen unstable; urgency=low
  907. * Added `-f' to an rm that might obstaculize automatic builds,
  908. fixes bug #19970.
  909. * Removed very old Debian package detection that caused files starting
  910. with 0.9 to show no description at all, fixes bugs #19657 and #19677.
  911. -- Nicolás Lichtmaier <nick@feedback.net.ar> Sun, 22 Mar 1998 23:18:34 -0300
  912. file (3.24-3) unstable; urgency=low
  913. * Small fix in online help.
  914. * Changed `Standards-version' to 2.4.0.0 (no changes required).
  915. * Moved /usr/share/magic to /usr/share/misc/magic, fixes bug #18639.
  916. -- Nicolás Lichtmaier <nick@feedback.net.ar> Sun, 08 Mar 1998 14:28:45 -0300
  917. file (3.24-2) unstable; urgency=low
  918. * Fixed upstream completely broken configure.in (wasn't showing special
  919. files major & minor numbers).
  920. * Included upsstream magic2mime in the binary package.
  921. * Added more HTML tokns to names.h.
  922. * Added lzop compressd files definition, contributed
  923. by Paolo Molaro <lupus@lettere.unipd.it>.
  924. * Moved magic data to /usr/share/magic (not a conffile). /etc/magic will
  925. be used for local magic definitions.
  926. -- Nicolás Lichtmaier <nick@feedback.net.ar> Tue, 24 Feb 1998 21:21:59 -0300
  927. file (3.24-1) unstable; urgency=low
  928. * names.h: Added HTML.
  929. * New upstream release.
  930. -- Nicolás Lichtmaier <nick@feedback.net.ar> Sat, 21 Feb 1998 00:47:11 -0300
  931. file (3.23-1) unstable; urgency=low
  932. * Added long version for the new option `-b' (`--brief'). Added long
  933. option to manpage. Added the option to the usge message (`--help').
  934. * Added GNU message catalog magic, contributed
  935. by Santiago Vila Doncel <sanvila@unex.es>, fixes bug #14743.
  936. * Removed duplcated entry for romfs, fixes bug #13977.
  937. * New upstream release, fixes bug #17830.
  938. -- Nicolás Lichtmaier <nick@feedback.net.ar> Thu, 19 Feb 1998 00:12:32 -0300
  939. file (3.20.1-8) unstable; urgency=low
  940. * Added magic for Octave contributed
  941. by Dirk Eddelbuettel <edd@rosebud.sps.queensu.ca>
  942. * names.h: Added detectionn of Java source code.
  943. * softmagic.c: When converting endianness only swap bytes if needed.
  944. * Use %m instead of strerr.
  945. * Added magic for WordPerfect files, contributed
  946. by Scott K. Ellis <ellis@charon.valueweb.net>.
  947. -- Nicolás Lichtmaier <nick@feedback.net.ar> Fri, 10 Oct 1997 17:22:27 -0300
  948. file (3.20.1-7) unstable; urgency=low
  949. * Changed maintainer address.
  950. * Added filesystems and Linux86 magic, contributed
  951. by Juan Cespedes <cespedes@debian.org>, fixes #13279.
  952. * Keep files' date.
  953. * Added GIMP file formats, contributed
  954. by Kenneth MacDonald <kenny@ed.ac.uk>.
  955. -- Nicolás Lichtmaier <nick@feedback.net.ar> Wed, 09 Jul 1997 00:22:38 -0300
  956. file (3.20.1-6) unstable; urgency=low
  957. * Minor changes to debian/rules.
  958. * Modified manpage.
  959. * Added `--help' option.
  960. * Added magic data for vgetty voice formats (thanks to
  961. David Engel <david@sw.ods.com>).
  962. * Arguments to a printf casted to long long, fixes #10779.
  963. -- Nicolás Lichtmaier <nick@feedback.com.ar> Mon, 23 Jun 1997 20:21:58 -0300
  964. file (3.20.1-5) unstable; urgency=low
  965. * Added Linux kernel boot image version detection for new kernels.
  966. * Removed `-Wall' warnings.
  967. * Added "DEC SRC Virtual Paper: Lectern files" type,
  968. contributed by Karl M. Hegbloom <karlheg@inetarena.com>.
  969. * Removed useless RCS ids.
  970. * Corrected compilation flags.
  971. * Don't try to keep file modification time, it changed file status change
  972. time. And it's more natural a change in access time than in file status
  973. change time. Fixes bug #7920.
  974. * Minor fix to manpage.
  975. -- Nicolás Lichtmaier <nick@feedback.com.ar> Wed, 18 Jun 1997 21:55:49 -0300
  976. file (3.20.1-4) unstable; urgency=low
  977. * Built with libc6.
  978. -- Nicolás Lichtmaier <nick@feedback.com.ar> Wed, 18 Jun 1997 00:09:58 -0300
  979. file (3.20.1-3) unstable; urgency=low
  980. * Removed information about who created the /etc/magic file.
  981. * Removed creation date from /etc/magic. This changed the md5sum of this
  982. conffile every release.
  983. * Man page updated.
  984. * Added long options support.
  985. -- Nicolás Lichtmaier <nick@feedback.com.ar> Tue, 11 Mar 1997 15:19:43 -0300
  986. file (3.20.1-2) unstable; urgency=low
  987. * Improved MS applications' docuemts detection (#4473).
  988. * Added Steve McIntyre's contributed formats (#6735).
  989. * New upstream release has fixed bugs #5777 #5838 and #6656 . All
  990. reporting that file didn't detect Java's .class.
  991. * My name is Nicolás. Fixes #7238 (!).
  992. -- Nicolás Lichtmaier <nick@feedback.com.ar> Wed, 12 Feb 1997 02:53:42 -0300
  993. file (3.20.1-1) unstable; urgency=low
  994. * Added LSM files detection.
  995. * Clarified header of /etc/magic.
  996. * Added detection of creation time for .deb's.
  997. * Added detection of 2.1.x kernels.
  998. * Upstream fix to handle \n in arguments to string format broke
  999. description that expected \n to end the string. Changed file
  1000. to discard \n's and following text at print time.
  1001. * Upstream changelog included.
  1002. * New upstream release
  1003. -- Nicolás Lichtmaier <nick@feedback.com.ar> Sun, 9 Feb 1997 23:41:39 -0300
  1004. file (3.19-7) unstable; urgency=low
  1005. * Corrected section in control file.
  1006. * New maintainer.
  1007. -- Nicolás Lichtmaier <nick@feedback.com.ar> Sun, 9 Feb 1997 21:49:19 -0300
  1008. file (3.19-6) unstable; urgency=low
  1009. * Added detection of pcap data files (like used by tcpdump) Peter Tobias
  1010. <tobias@et-inf.fho-emden.de>
  1011. * Removed signal detection from core files. Doesn't work for ELF binaries
  1012. Peter Tobias <tobias@et-inf.fho-emden.de>.
  1013. * Changed to new source format.
  1014. -- Nicolás Lichtmaier <nick@feedback.com.ar> Mon, 3 Feb 1997 20:11:00 -0300
  1015. file (3.19-5)
  1016. * Change of maintainer and updated for multi-architecture build (fixes Bug #3332)
  1017. * Un-right-justified the description field
  1018. * Move entry for debian packages to the correct spot and update it for debian 2.0 packages (fixes Bug #3411)
  1019. * Add entry for TrueType fonts to Magdir/fonts
  1020. -- Darren Stalder <torin@daft.com>, Mon Jul 8 23:07:21 1996
  1021. file (3.19-4)
  1022. * added entry for Adobe Postscript PPD files in Magdir/ppd.
  1023. file (3.19-3)
  1024. * added entry for linux kernal images to source file Magdir/linux
  1025. file (3.19-2)
  1026. * add MAGIC=/etc/magic to make(1) invocation
  1027. * change maintainer email address
  1028. file (3.19-1)
  1029. * added debian.* files
  1030. * modified Magdir/archive to add debian-split entry to ar archives
  1031. * modified magdir/elf to add more entry for core file