-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog
More file actions
70 lines (44 loc) · 2 KB
/
changelog
File metadata and controls
70 lines (44 loc) · 2 KB
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
python-aalib (0.5) UNRELEASED; urgency=low
* Add support for macOS.
Thanks to Valery Krasnoselsky for the bug report.
https://github.com/jwilk/python-aalib/issues/3
* Use HTTPS for aa-project.sourceforge.net.
* Use HTTPS for jwilk.net.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 13 Feb 2023 13:29:34 +0100
python-aalib (0.4) unstable; urgency=low
* Use default structure field alignment.
This fixes ABI mismatch on 64-bit architectures.
https://github.com/jwilk/python-aalib/issues/4
* Add ABI checking tests.
* Add separate license file.
* Stop using to 2to3.
* Include MANIFEST.in in the source tarball.
* Use distutils644 to normalize source tarball permissions etc.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 25 Feb 2021 17:37:15 +0100
python-aalib (0.3.2) unstable; urgency=low
* Include test image in the tarball.
Thanks to Stefano Rivera for the bug report.
https://github.com/jwilk/python-aalib/issues/1
-- Jakub Wilk <jwilk@jwilk.net> Sun, 12 Jun 2016 00:15:04 +0200
python-aalib (0.3.1) unstable; urgency=low
* Drop support for Python 2.5.
* Make the test work offline.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 28 May 2016 15:00:31 +0200
python-aalib (0.3) unstable; urgency=low
* Add support for Python 3.X.
* Update the package descriptions.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 02 Mar 2013 19:31:06 +0100
python-aalib (0.2.1) unstable; urgency=low
* Tests: fix compatibility with PIL ≥ 1.2.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 11 Feb 2013 16:16:06 +0100
python-aalib (0.2) unstable; urgency=low
* Optimize Screen.put_image().
* Relicense to the Expat license.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 11 Nov 2010 23:55:24 +0100
python-aalib (0.1.1) unstable; urgency=low
* Define the NoImageBuffer exception.
Thanks to Piotr Ożarowski for the bug report.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 24 Jan 2010 23:27:02 +0100
python-aalib (0.1) unstable; urgency=low
* Initial release.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 22 Feb 2009 18:51:00 +0100