File: ChangeLog

package info (click to toggle)
pythonmagick 0.9.19-11.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,812 kB
  • sloc: sh: 4,363; cpp: 2,849; perl: 279; python: 175; makefile: 126
file content (47 lines) | stat: -rw-r--r-- 2,156 bytes parent folder | download | duplicates (4)
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
2016-12-27  0.9.19 Cristy  <quetzlzacatenango@image...>
  * Compatibility with ImageMagick version >= 7 (reference
    https://github.com/ImageMagick/PythonMagick/issues/15).

2015-11-21  0.9.14 Cristy  <quetzlzacatenango@image...>
  * Update to the latest autoconf / automake files (reference
    https://github.com/ImageMagick/PythonMagick/issues/8).

2015-08-14  0.9.14 Cristy  <quetzlzacatenango@image...>
  * Ensure PythonMagick compiles against ImageMagick 7.0.2 and above.

2015-08-12  0.9.13 Cristy  <quetzlzacatenango@image...>
  * Ensure PythonMagick compiles against Boost 1.60 and above.

2015-07-07  0.9.12 Cristy  <quetzlzacatenango@image...>
  * Ensure PythonMagick compiles against ImageMagick 6.9.1-0 and above.

2014-08-13  0.9.11 Cristy  <quetzlzacatenango@image...>
  * Ensure PythonMagick compiles against ImageMagick 6.8.9-6 and above.

2014-03-16  0.9.10 Cristy  <quetzlzacatenango@image...>
  * Support  MagickCore::ColorspaceType enum (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25229).

2014-01-06  0.9.9 Cristy  <quetzlzacatenango@image...>
  * Update uto latest autoconf / automake macros.

2012-08-18  0.9.8 Cristy  <quetzlzacatenango@image...>
  * Support 'strip' method reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21896).

2011-08-10  0.9.7 Cristy  <quetzlzacatenango@image...>
  * Fix problems with class inheritance for the Drawable* classes (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19278).

2011-03-10  0.9.6 Cristy  <quetzlzacatenango@image...>
  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
    patch from nico.schloemer@gmail... to fix the build exception.

2011-03-10  0.9.5 Cristy  <quetzlzacatenango@image...>
  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
    patch from Arfrever@gento... to fix the build exception.

2009-05-13  0.9.1 Dan Kluev  <orion@ssorion.info>
  * Added python bindings for MagickCore::CompositeOperator,
	  MagickCore::GravityType, MagickCore::FilterTypes,
    MagickCore::DecorationType, MagickCore::CompressionType enums.