summaryrefslogtreecommitdiff
path: root/cpan/dist/MIME-Types/ChangeLog
blob: dc21dedbd8fcda6b7e023cd5d667c35b4037b85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Revision history for Perl extension MIME::Types.

Unless explicitly stated differently are all changes produced by
Mark Overmeer <mimetypes@overmeer.net>

version 1.004: Tue Oct 22 19:22:43 CEST 2002

	- [Dan Puro] sent a reference to a list stored at
	  http://www.indiana.edu/cgi-bin-local/mimetypes.  Most differences
	  are added, but some where competing... and I won.

version 1.003: Wed Oct  2 09:42:58 CEST 2002

	- [Darell Fuhriman] added application/x-rar-compressed and
	  application/x-msdownload

	- [Vladimir V. Kolpakov] set $/ = "\n" on parsing data from
	  inside file, which was written on UNIX and used in Windows.

	- [Dan Puro] added application/wordperfect5.1 extension wpd.

	- [Petri Riihikallio] added .xlt for Excel and .pps/.pot
	  for PowerPoint.

version 1.002: Mon Aug 12 11:40:55 CEST 2002

	- [Jan Kratochvil] added audio/amr and audio/amr-wb to the
	  set of known datatypes.  Types defined by rfc3267

version 1.001: Tue Jun 18 13:39:56 CEST 2002

	- Brown paper-bag release.  Accidentally, code was installing
	  itself as MIME::MIME::Types

version 1.00: Tue Jun 18 13:27:16 CEST 2002

	- No real changes for some time now, so released a stable with
	  version of 1.00

	- Doc typo:  MIME::Types->extension must be MIME::Types->mimeTypeOf

	- Overloaded comparison of $mimetype with string now works.  Before,
	  only two objects could be compared.

version 0.16: Tue Feb 19 12:08:51 CET 2002

	- MIME::Type->simplified('text') will return 'text/plain'

	- MIME::Types->type($mime) will return undef for illegal $mime

version 0.15: Wed Jan 23 21:22:26 CET 2002

	- [Dirk Lutsebaeck] contributed a few mime-types.  I am open
	  to receive more improvements.

	- Refrased the reason for removal of import_mime_types, a
	  residual of the pre-0.10 version of this module.

	- Changed MIME::Type::mainType() into MIME::Type::mediaType() to
          follow the terminology of the RFC more closely.  The old name
	  is still usable.

	- Added MIME::Types::addType

	- Added overloading stringify and comparison to MIME::Type objects.
	  some tests in t/11typeol.t

version 0.14:  Sat Dec  1 13:56:51 CET 2001
        - Did a bad job (it's hard to support backwards compat if you run
          5.6)  Thanks to [Tatsuhiko Miyagawa]

version 0.13:  Sat Dec  1 01:53:20 CET 2001
	- [Slaven Radic] back-port to 5.005

version 0.12:  Wed Nov 28 09:39:44 CET 2001
	Mark Overmeer took the namespace over from Jeff Okamoto
	- In scalar context MIME::Types::type will return only the
	  first type that fits.

version 0.10:  Sat Nov  3 22:46:22 2001
	Mark Overmeer
	- Total redesign of the interface, object oriented with two
	  classes: the MIME::Types and the MIME::Type.
	- No seperate mime.types file anymore, but included inside
	  MIME::Types, such that installation is much easier.
	- Merged-in apache's mime types 1.3.14
	- New test files.
	- Modernized test.pl into t/30export.t

version 0.06:  Fri Jun 22 15:18:28 PDT 2001
	- Repackage.

version 0.05:  Fri Jun 15 15:10:08 PDT 2001
	- Added changes to import_mime_types by Antonios Christofides
	  (A.Christofides@hydro.ntua.gr)

version 0.04:  Thu Apr 19 15:37:23 PDT 2001
	- Added new function import_mime_types by Mike Cramer
	  (cramer@webkist.com) to read an Apache-style mime.types file.

version 0.03:  Fri Feb 23 10:32:44 2001
	- Many changes by David Wheeler (david@wheeler.net) including:
	- substituting some regexp's with faster string calls
	- simplifying the mapping table startup code
	- allowing the returning of array references instead of lists

version 0.02:  Sat Nov  6 00:00:00 1999
	- Fix a few bad suffix mappings and add a bit of robustness

version 0.01:  Tue Oct  5 14:00:18 1999
	- original version; created by h2xs 1.18