Skip to content

Commit

Permalink
Release soon
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@279686 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
mkoppanen committed May 1, 2009
1 parent 47a1bf1 commit 0a86740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 43 deletions.
46 changes: 4 additions & 42 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ IMPORTANT: Version 2.x API is not compatible with earlier versions.
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2009-03-21</date>
<date>2009-05-01</date>
<version>
<release>2.3.0b1</release>
<release>2.3.0RC1</release>
<api>2.3.0</api>
</version>
<stability>
Expand All @@ -32,46 +32,8 @@ IMPORTANT: Version 2.x API is not compatible with earlier versions.
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed compilation against older ImageMagick versions (Patch by Tim Herzog)
- Fixed getImageMatte to actually return boolean instead of int

- Added methods:
* Imagick::getImageMimeType
* Imagick::writeimagefile
* Imagick::writeimagesfile
* Imagick::resetimagepage
* Imagick::setimageclipmask
* Imagick::getimageclipmask
* Imagick::animateimages
* Imagick::recolorimage
* Imagick::floodfillpaintimage
* Imagick::opaquepaintimage
* Imagick::transparentpaintimage
* Imagick::decipherimage
* Imagick::encipherimage
* Imagick::getimagealphachannel
* Imagick::getimagechanneldistortions
* Imagick::getimagegravity
* Imagick::setimagegravity
* Imagick::remapimage
* Imagick::exportimagepixels
* Imagick::getimagechannelkurtosis
* Imagick::functionimage
* Imagick::importImagePixels
* Imagick::sparseColorImage
* Imagick::deskewImage
* Imagick::segmentImage

* Imagickdraw::gettextkerning
* Imagickdraw::settextkerning
* Imagickdraw::gettextinterwordspacing
* Imagickdraw::gettextinterwordspacing

* ImagickPixel::getColorValueQuantum
* ImagickPixel::setColorValueQuamtum
* ImagickPixel::getIndex
* ImagickPixel::setIndex

- Fixes PECL bug #16085 (Twice crop returns invalid result)
- Removed unnecessary checks
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/* Define Extension Properties */
#define PHP_IMAGICK_EXTNAME "imagick"
#define PHP_IMAGICK_VERSION "2.3.0-dev"
#define PHP_IMAGICK_VERSION "2.3.0-rc1"
#define PHP_IMAGICK_EXTNUM 20300

/* Import configure options
Expand Down

0 comments on commit 0a86740

Please sign in to comment.