summaryrefslogtreecommitdiff
path: root/CHANGES.rst
blob: 9641fb80b2527e04464347165827d3e07897dfa9 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
================
 Change History
================

5.1 (unreleased)
================

- Nothing changed yet.


5.0 (2023-03-27)
================

- Add support for Python 3.11.

- Drop support for Python 2.7, 3.5, 3.6.

- Drop support for deprecated ``python setup.py test``.


4.6 (2022-09-07)
================

- Add support for Python 3.9, 3.10.

- Drop support for Python 3.4.


4.5.0 (2019-12-19)
==================

- Fix tests on Python 3.8
  (`#7 <https://github.com/zopefoundation/zope.contenttype/issues/7>`_).

- Add support for Python 3.8.


4.4 (2018-10-05)
================

- Add support for Python 3.7.


4.3.0 (2017-08-10)
==================

- Add support for Python 3.6.

- Drop support for Python 3.3.

- Host documentation at https://zopecontenttype.readthedocs.io


4.2.0 (2016-08-26)
==================

- Add support for Python 3.5.

- Drop support for Python 2.6.

4.1.0 (2014-12-26)
==================

- Add support for Python 3.4 and PyPy3.

- Add support for testing on Travis.

4.0.1 (2013-02-20)
==================

- Change the file contents argument of ``guess_content_type`` from string
  to bytes.  This change has no effect on Python 2.

4.0.0 (2013-02-11)
==================

- Add some tests for better coverage.

- Add ``tox.ini`` and manifest.

- Add support for Python 3.3 and PyPy.

- Drop support for Python 2.4 and 2.5.

3.5.5 (2011-07-27)
==================

- Properly restore the HTML snippet detection, by looking at the entire string
  and not just its start.

3.5.4 (2011-07-26)
==================

- Restore detection of HTML snippets from 3.4 series.

3.5.3 (2011-03-18)
==================

- Add new mime types for web fonts, cache manifest and new media formats.

3.5.2 (2011-02-11)
==================

- LP #717289:  add ``video/x-m4v`` mimetype for the ``.m4v`` extension.

3.5.1 (2010-03-23)
==================

- LP #242321:  fix IndexError raised when testing strings consisting
  solely of leading whitespace.

3.5.0 (2009-10-22)
==================

- Move the implementation of ``zope.publisher.contenttype`` to
  ``zope.contenttype.parse``, moved tests along.

3.4.3 (2009-12-28)
==================

- Update mime-type for ``.js`` to be application/javascript.

3.4.2 (2009-05-28)
==================

- Add MS Office 12 types based on:
  http://www.therightstuff.de/2006/12/16/Office+2007+File+Icons+For+Windows+SharePoint+Services+20+And+SharePoint+Portal+Server+2003.aspx

3.4.1 (2009-02-04)
==================

- Improve ``text_type()``. Based on the patch from
  http://www.zope.org/Collectors/Zope/2355/

- Add missing ``setuptools`` dependency to setup.py.

- Add reference documentation.

3.4.0 (2007-09-13)
==================

- First stable release as an independent package.