Mar. 12, 2008 - Version 7.21 (production release)
- Added support for Leica M8 maker notes (in both DNG and JPEG images)
- Added ability to write encrypted Nikon makernote information (!!)
- Fixed decoding of Nikon D3 color balance information
- Decode AFPointsUsed for Nikon D3 and D300 (thanks Jens Duttke)
[many minor changes]
- fixed a regression introduced by the brush cursor optimization
- fixed bug in transform tool preview
- fixed PSD export of images with layer masks
- fixed base64 encoding routine of the Mail plug-in
- use the correct background color when creating a new image
- explicitly link libgimpthumb with GLib
- improved selection of the font sample string
- unified handling of "Enter" and "Space" keysyms
- fixed bug in the Glossy script when used with a pattern
- correctly record dimensions in Exif data when saving as JPEG
- fixed sensitivity of plug-in menu items
- fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
plug-ins
- added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V)
- added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
- fixed missing preview update in Curves tool
- fixed a bug in the Frosty Logo script
- fixed backward transformations using the PDB
- translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
revision 1.398
date: 2008/02/06 21:29:13; author: dcoffin; state: Exp; lines: +61 -36
Added the "-P" and "-S" options.
Support the Sony DSLR-A200 and the PowerShots A720 and S5 IS.
----------------------------
revision 1.397
date: 2007/12/10 07:43:31; author: dcoffin; state: Exp; lines: +56 -6
Support the Panasonic DMC-L10, added the "-W" option.
----------------------------
revision 1.396
date: 2007/11/16 15:24:52; author: dcoffin; state: Exp; lines: +3 -0
Cropped four columns from the Nikon D3.
----------------------------
revision 1.395
date: 2007/11/12 20:28:32; author: dcoffin; state: Exp; lines: +34 -26
Abolished the getrat() macro, support the Hasselblad H3D.
----------------------------
revision 1.394
date: 2007/11/04 02:18:54; author: dcoffin; state: Exp; lines: +12 -6
Added the Olympus E-3 and adjusted a few maximums.
----------------------------
revision 1.393
date: 2007/10/30 06:23:29; author: dcoffin; state: Exp; lines: +333 -88
Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III,
Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300,
Panasonic DMC-FZ18, and Sony DSLR-A700.
Support the new Canon sRAW CR2 format.
Added median filtering after interpolation.
The library "libotf" provides the following facilites.
o Read Open Type Layout Tables from OTF file. Currently these
tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
o Convert a Unicode character sequence to a glyph code sequence by
using the above tables.
The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007)
Bugs Fixed:
o BMP: Support large files.
o DIB: Support large files.
o PNG: Fix depth handling with 16-bit PNG files in the Q8 build.
o SUN: Properly report image depth.
o TIFF: Endian option (-endian) now controls TIFF byte endian order
rather than bit fill order.
o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability
(IDefense 09.19.07).
o HSL colorspace transform: Avoid optimization bug noticed on Opteron
with GCC.
o HWB colorspace transform: Avoid optimization bug noticed on Opteron
with GCC.
o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace
when HSL was requested.
o Successfully reads files with names like 'file[123]'.
o 'gm display': No longer rely on isatty() to determine if input is
from a pipe (use 'gm display -' to display an image read from a pipe).
Feature Improvements:
o 'identify +ping' forces the pixels to be read (similar to GM 1.2).
o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit).
o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control
TIFF bit fill order.
Performance Improvements:
o No longer bogs down if a directory contains hundreds of thousands of
files and the filename looks like a wildcard specification.
Overview of changes in Cairo 1.045
==================================
* Fix memory allocation errors on win32. [T.J. Ferraro]
Overview of changes in Cairo 1.044
==================================
* Add entries for the various kinds of surfaces to the API listing.
* Fix some test suite and build issues.
Overview of changes in Cairo 1.043
==================================
* Fix a few build and compatibility problems.
Overview of changes in Cairo 1.042
==================================
* Fix a few build and test failures.
Overview of changes in Cairo 1.041
==================================
* Use Test::Numer::Delta to make floating point tests more reliable.
Overview of changes in Cairo 1.040
==================================
* Re-add Cairo::Surface::finish.
* Add support for cairo_get_scaled_font.
* Document the new API.
Overview of changes in Cairo 1.031
==================================
* Track upstream API improvements.
* Fix enum error messages to display the correct list of allowed values.
* Fix a endianness-related test failure.
KPDF
* Don't close with no further notice when trying to allocate too much
memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
says they can not be longer as Acrobat does.
Feb. 5, 2008 - Version 7.15 (production release)
- API Changes:
- Also allow File::RandomAccess reference as argument to ImageInfo()
- Added -T option (equivalent to -t -S -q -f)
[many small fixes and improvements omitted; see Changes file.]
Pkgsrc changes:
- none
Changes since version 2.33:
===========================
2.36 16 September, 2007
-Fixed SVG::DOM POD
2.35 14 September, 2007
-Fixed SVG::DOM POD
2.34 17 May 2005
-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
fields to get rid of artificial blank spaces that confuse some browsers
-SVG::DOM - added getRootNode method
-Added user-contributed DOM2 methods to SVG::DOM
- Fixed bugs
- Improvements to PHP binding
- Improvements to OCAML binding
- Make regression tests run from the build tree, rather than require
installation
- Repair freetype detection on RedHat-7 (Yes, people still use it!!)
- Fix zoom-at-mouse-location in -Txlib and -Tgtk
- Fix some dotty regressions
Changes 2.16:
- Fixed bugs
- new regression test suite
- new cgraph library (will eventually replace graph and agraph)
- add "image" and "imagescale" for simpler support for images in nodes
- add "tab" "box3d" and "component" shapes
- replace arith.h in distro
- add functions to access version info to avoid need for gvcint.h
- Fix problem with irregular character spacing at 96dpi in pango/cairo output
formats.
- Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif
- Add DevIL plugin providing: .bmp .jpg .png .tif .tga
- Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2
.wbmp <- gifs are now antialiased
- Rework plugin framework to separate device from renderer, and to autoload
load dependendent plugins
- show defaults in output from: ./configure --help
- add more info to dot -v and dot -v2 debug outputs
- various issues with CR/LF in windows, but not in binary outputs.