forked from aliles/filemagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
39 lines (31 loc) · 1015 Bytes
/
CHANGELOG
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
Changelog
---------
Next release 1.7
````````````````
* Improved warning message when closing magic.Magic at garbage collection.
* Published Python wheel packages to PyPI to improve install times.
1.6 (2013-05-29)
````````````````
* Stop forcing the installation of distribute.
1.5 (2012-12-18)
````````````````
* Work around for Issue 5289 with ctypes on Solaris.
* Improved repr string for magic.Magic object.
* Add CONTRIBUTORS file to package.
1.4 (2012-12-11)
````````````````
* Automatically clean up memory when garbage collected.
* Add memory management section to documentation.
1.3 (2012-05-30)
````````````````
* Test against libmagic 5.11.
1.2 (2012-03-26)
````````````````
* Add `command line invocation <http://filemagic.readthedocs.org/en/latest/command.html>`_.
1.1 (2012-03-16)
````````````````
* Sphinx documentation on `Read the Docs <http://readthedocs.org/>`_
* Prevent segmentation fault when using list() with older libmagic
1.0 (2012-03-15)
````````````````
* First version released