Update to 2.4.6, No answer from maintainer.
CHANGES BETWEEN 2.4.5 and 2.4.6
I. IMPORTANT BUG FIXES
- For TrueType based fonts, the ascender and descender values were
incorrect sometimes (off by a pixel if the ppem value was not a
multiple of 5). Depending on the use you might now experience
a different layout; the change should result in better, more
consistent line spacing.
- Fix CVE-2011-0226 which causes a vulnerability while handling
Type 1 fonts.
- BDF fonts containing glyphs with negative values for ENCODING
were incorrectly rejected. This bug has been introduced in
FreeType version 2.2.0.
- David Bevan contributed a major revision of the FreeType stroker
code:
. The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
. A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has
been introduced to support PostScript and PDF miter joins.
. FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced ches has
been fixed.
II. MISCELLANEOUS
- SFNT bitmap fonts which contain an outline glyph for `.notdef'
only no longer set the FT_FACE_FLAG_SCALABLE flag.
CHANGES BETWEEN 2.4.4 and 2.4.5
I. IMPORTANT BUG FIXES
- A rendering regression for second-order B#zier curves has been
fixed, introduced in 2.4.3.
II. IMPORTANT CHANGES
- If autohinting is not explicitly disabled, FreeType now uses
the autohinter if a TrueType based font doesn't contain native
hints.
- The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made
redundant and is simply ignored; this means that FreeType now
ignores the global advance width value in TrueType fonts.
III. MISCELLANEOUS
- `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
a font.
- Support for PCF files compressed with bzip2 has been contributed
by Joel Klinghed. To make this work, the OS must provide a
bzip2 library.
- Bradley Grainger contributed project and solution files in
Visual Studio 2010 format.
- Again some fixes to better handle broken fonts.
Upstream changes:
* Changes in cropping code:
o cropping is now works for Fuji files (instead of crash)
o bad pixels map and dark frame subtraction is turned off if cropping enable
o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
o install static libraries only when --enable-static is set
o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
Changes:
- quoted translate command string
- quote of tmpfname for coping with spaces in filenames
- added -a option
- changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt)
- added %%BeginData %%EndData as indicators for Binary Section
- added new option -b (treat as binary) to prevent filtering CR/LF stuff
- fixed help/usage formatting output
darktable is a photography workflow application: a virtual lighttable
and darkroom for photographers: it manages your digital negatives
in a database and lets you view them through a zoomable lighttable.
it also enables you to develop raw images and enhance them.
== 1.0.2: 2011-07-15
RubyKaigi2011 release.
=== Improvements
==== Core
* Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze)
[Reported by akira yamada]
==== Theme
* title-slide-background-image: Added. It shows background
image with title slide slide.
* table: Supported font color customize.
* rubykaigi2011: Added. It's for RubyKaigi2011.
=== Fixes
==== Theme
* default-item-mark-setup: Fixed duplicated font name
specified error.
* edge-info-toolkit: Fixed duplicated font name
specified error.
=== Thanks
* yamada akira
== 1.0.1: 2011-07-15
A bug fix release of 1.0.0.
=== Fixes
==== Core
* Removed needless albino gem dependency.
== 1.0.0: 2011-07-15
The first major release! We spent seven years for it!
=== Improvements
==== Core
* Made Twitter related gems optional not required.
* Disabled Clutter by default. --use-gl is required to
enable it.
[Reported by OBATA Akio]
* Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)).
RD:
# blockdiag
# relative_width = 90
# fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}
Hiki:
{{blockdiag("
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}",
{
:relative_width => 90,
# :antialias => true,
:fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
"/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
})}}
* Removed Anthy support.
* Supported syntax highlighting by CodeRay.
* Supported syntax highlighting by Emacs.
* Improved "run from console" detection.
[Reported by OBATA Akio]
* Supported non-blocking mode for Twitter connection.
[Reported by OBATA Akio]
* Improved the default logger detection.
[Reported by OBATA Akio]
* Supported Nokogiri and dropped HTree.
* Added --allotted-time option to specify presentation
allotted time.
* Added --comment-theme option to specify a theme for
comment.
For example, use --comment-theme stream-comment to
stream comment on your slide.
* Removed RWiki support.
==== Rabbiter
* Added --log-status option to log streamed information
for debug.
==== Rabbirack
* Added. It is a new Web interface for Rabbit. It will
deprecate Rabrick.
==== Theme
* Added shadow-color, shadow-x and shadow-y properties to
text element.
* syntax-highlighting: Added. It specifies colors for
syntax highlighting.
* footer-comment:
* Improved image-timer support.
* Disabled the last comment remaining by default.
* rabbit-powered-by: Disabled banner.
* pdf-tortoise-and-hare: Removed because it's merged to
pdf theme.
* pdf:
* Supported hare and tortoise.
* Supported comment.
* base: Added foreground color, background color and
shadow color configurations.
* default-comment: Added. It specifies a theme for comment.
=== Fixes
==== Core
* Fixed a problem that .mo are missing in package.
[Reported by OBATA Akio]
* Fixed a problem that appending comment from rabbiter
crashes Rabbit.
* Fixed a problem that PDF file detection is failed in
Ruby 1.9.
==== Documentation
* Fixed link URL.
[Reported znz]
=== Thanks
* OBATA Akio
* znz
`blockdiag` generate block-diagram image file from spec-text file.
* Generate block-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
Changelog:
2011.07.01 v.11.07
+ The main retouch functions can now be used in parallel
(i.e. multiple edit dialogs can be active at the same time).
+ The last position of the main window and most dialog windows is saved
and restored within a session and across sessions.
+ New function Match Colors: take a spot color sample from two images.
The colors of the 2nd image are changed to match the first.
+ New function Revise RGB: select up to 9 control pixels on an image and
adjust their RGB values. All image pixels are adjusted to match, using
weights based on distances from the control pixels. Use this function
to make complex color adjustments that vary across the image.
+ Brightness Ramp was revised to handle RGB colors. This is an alternative
method to remove a color caste that varies across an image or image area.
+ Tools > Show RGB: EV and OD units are output in addition to RGB values.
Up to five points are shown, updated live as the image is edited.
+ The Brightness/Color curves now have a range of +/-2 EV (F-stops) and
the step-adjust buttons ([+++] etc.) are calibrated in 0.1 EV steps.
Steps 1/3 this size can also be used. Use this function in conjunction
with Show RGB to make calibrated color adjustments.
+ Numeric feedback was added to the sliders in retouch edit functions.
+ Missing gallery thumbnails are generated 2-3x faster (on multi-core
processors) using multiple threads working ahead of need (usually).
+ Clone (new window) now has two variants: share desktop 50/50 or open
a new window of the same size, slightly offset for visibility.
+ Open File now has two variants: use the same window or open a new
window in a parallel instance of Fotoxx.
+ New toolbar button: save file as a new version (immediate, no dialog).
The current image and its edit history remain unchanged.
+ Save-As menu and toolbar: new checkbox option to switch the current
file to the saved file. The edit trail (undo/redo) is also retained.
+ New command line parameters:
-prev open the last file viewed in the previous session.
-recent start with a gallery of recent files (most recent at top).
(-prev used to be default but this is no longer the case).
+ If the [undo] or [redo] button is pressed with the shift-key, they
become "undo all" and "redo all". This makes it easier to compare
an image having multiple edits with the original image.
+ Select Area [Unfinish] button: put a finished area back in edit mode.
+ Pixel Edit was moved from the Art menu to the Retouch menu.
+ Hourglass cursor was replaced with a BUSY sign at bottom of the window.
+ Toolbar help is a topic help like F1. Menu help opens the user guide.
+ Bugfix: warp functions were infrequently putting artifacts in the image.
+ Bugfix: Edit Collections could crash if adds and deletes were mixed.
+ Bugfix: Select Area Edge Calculation: if killed by user, the area was
left in a half finished condition.
2011.06.13 v.11.06.2
Bugfix: Ubuntu 11.04 32-bit: libtiff.so was moved to a really different
location: /usr/lib/i386-linux-gnu/libtiff.so. This caused a misleading
diagnostic when building from source, so the check and diagnostic was
simply eliminated. The packages are not affected.
New extensions:
* GL_AMD_blend_minmax_factor
* GL_AMD_sample_positions
* GL_EXT_x11_sync_object
* GL_NV_texture_multisample
* GL_NV_video_capture
* GLX_NV_video_capture
* WGL_NV_DX_interop
* WGL_NV_video_capture
Bug fixes:
* Define GLEW_NO_GLU for no glu dependency.
* mx suffix for GLEW MX libraries, build both libraries by default.
* Cygwin build improvements
* Soname of GLEWmx shared libraries
* Query GL extension string only once
* GLX_OML_sync_control no longer requires C99
* glDraw*InstancedARB moved from GL_ARB_draw_instanced to
GL_ARB_instanced_arrays
* glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to
GL_EXT_texture_array
* Fixes for BSD build
changes:
-UI improvements
-Date / time data has its own dataset type
-Add LaTeX commands \cdot, \nabla, \overline plus some arrows
-Add linevertbar and linehorzbar error bar styles
-bugfixes
changes:
-Fixes "Hide Photos Already Imported"
-Multiple editing bugs fixed
-Resolves crash when two or more cameras have the same name
-Documentation now includes saved searches
-Piwigo bugs fixed
-Translation updates
changes:
-fixed rendering regression for second-order Bezier curves
-FreeType now uses the autohinter per default
-Support for PCF files compressed with bzip2
-misc fixes and improvements
pkgsrc change: clean up patch-ac (which fixes SA45167): put sign extension
stuff into a macro and move checks to make it closer to the upstream fix
June 25, 2011 - Version 8.60 (production release)
- Added Composite Flash tag to facilitate copying of flash information between
XMP and EXIF
- Added new Pentax and Canon LensType values and fixed a Pentax lens name
- Added a few new Leica LensType's (thanks Olaf Ulrich)
- Added a new PentaxModelID
- Enhanced GPSDateStamp conversion to tolerate null separators (Casio EX-H20G)
- Made DNG LinearizationCurve and Nikon ContrastCurve writable but protected
- Renamed Nikon LinearizationTable to NEFLinearizationTable and made writable
but protected
- Removed Leica M8 FrameSelector tag since it seems to have evolved into an
extension of the LensType tag for newer lenses
- Fixed problem with order of operations when using multiple -if options
June 11, 2011 - Version 8.59
- Added new Composite:LensID derived from XMP-aux:LensID
- Added new PentaxModelID and CanonModelID values
- Added a new Pentax LensType (thanks Artur)
- Decode maker notes in Pentax Optio S1 AVI videos
- Extract PreviewWMF from DOCX files
- Recognize WMF images
- Fixed decoding of CanonVRD WBAdjRGBLevels and renamed to WBAdjRGGBLevels
June 2, 2011 - Version 8.58
- Decode a number of CameraInfo tags for the Canon EOS 600D and 1100D
- Improved speed by a factor of 2 when reading M2TS videos
- Fixed memory leak with -stay_open feature when writing
May 26, 2011 - Version 8.57
- Added a couple of new Canon LensType values
- Added a few new Nikon LensID's (thanks Robert Rottmerhusen)
- Added format string to -v2 output for IPTC tags
- Added extra logic to avoid misidentifying unknown IFD-style maker notes
- Decode custom settings for Nikon D700 and D7000
- Fixed problem recognizing NikonCaptureData for ViewNX version 2.1.1
Apr. 16, 2011 - Version 8.56
- Added a new Canon LensType (thanks Rodolfo Borges)
- Decode EXIF information in FujiFilm HS20EXR MOV videos
- Decode NikonCaptureEditVersions when ExtractEmbedded option is used
(previously called NikonCaptureHistory)
- Decode another Samsung tag (thanks Tae-Sun Park)
- Recognize CaptureOne ".newer" COS files
- Reverted JSON output to pre-8.51 behaviour by removing '#' suffix from tag
names when print conversion is disabled on a per-tag basis
- Fixed bug introduced in 8.32 interpreting some expressions when copying tags
Apr. 11, 2011 - Version 8.55
- Added write support for FujiFilm RAF version 0716 images
- Added support for a number of new LR3 XMP tags (thanks Wolfgang Guelcker)
- Decode some more Samsung tags (thanks Tae-Sun Park)
- Improved handling of incorrectly formatted XMP
- Recognize a few alternate PS and EPS file extensions (thanks Jeff Harmon)
- Reverted a few Pentax macro lens names (less consistent, but at least they
match the official Pentax names)
- Fixed problem reading some XMP custom properties
- Fixed minor problem in HtmlDump output for Canon MakerNotes footer
Apr. 2, 2011 - Version 8.54
- Added a number of new values for various tags
- Added a new Nikon LensID
- Decode a number of encrypted Samsung SRW tags (thanks Tae-Sun Park)
- Enhanced -s option so allow a number to be specified
- Fixed problem reading some Casio EX-Z35 MakerNote values
Mar. 27, 2011 - Version 8.53
- Added a new Olympus LensType
- Added a new Nikon LensID
- Added a new PentaxModelID value
- Decode new Pentax MakerNotes format of Optio WG-1 GPS
- Decode Casio, Ricoh and Sanyo face detection information (thanks Jeffrey
Friedl and Emilio for samples)
- Decode FujiFilm face recognition information (thanks Jeffrey Friedl)
- Decode a new FujiFilm tag for GE models
- Allow writing GPSLatitudeRef/GPSLongitudeRef with a signed number
- Return proper FileType for M4P audio files
- Combined Canon FaceDetectFrameWidth/FaceDetectFrameHeight tags into
FaceDetectFrameSize for consistency with other makes
- API Changes:
- Fixed problem when specifying family 1 group in call to SetNewValue()
when tags were previously extracted with ExtractInfo()
Mar. 20, 2011 - Version 8.52
- Added -listr option and mechanism to recognize some unsupported file types
- Added read support for VSD (Microsoft Visio Drawing) files
- Added a new Pentax LensType and improved consistency of macro lens names
- Added another CanonModelID
- Calculate Duration for M2TS (AVCHD) videos
- Decode a new FujiFilm tag
- Recognize .TS extension
- Recognize FotoStation IPTC record 240
- Attempt to better identify FPX-format MSOffice documents with incorrect file
extensions
- Fixed bug applying time shift to Nikon PowerUpTime
- API Changes:
- Enhanced GetNewValues() to allow group name to be specified
- Allow description flag to be set to '0' when calling GetFileType() to
return types of recognized-yet-unsupported files
Mar. 12, 2011 - Version 8.51
- Added -csv option for import/export of CSV database files
- Added ability to import JSON files
- Added read support for APP1 "Ocad" segment
- Added a new Nikon LensID (thanks Robert Rottmerhusen)
- Decode more Reconyx MakerNotes tags (thanks Robert Hass of Reconyx!)
- Report the number of encryption bits in the PDF:Encryption tag value
- Allow empty group name when specifying a tag
- Improved decoding of Olympus ArtFilter and MagicFilter tags
- Improved exception handling to continue with next -execute command after
aborting a command due to a serious error
- Fixed problem reading indexed PGF images
xsane-0.994 -> 0.995:
---------------------
- changed layout of copy setup, removed border around all setup tabs
- changed layout of xsane main window
- xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active
- xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now
- xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "<user@domain.org>" instead of "user@domain.org" now
- xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2
functions when available and which only updates the progress_bar every 2.5 percent
what speeds up several functions - especially saving file routines -
xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction()
- xsane-back-gtk.c: in function xsane_back_gtk_value_update()
replaced comparison for SANE_FIX values
if (new_val != val)
by
if (abs(new_val - val) > 1)
- changed all "scanarea" to "scan_area" or "scan area"
- xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to
gtk_progress_bar_set_ellipsize(pbar, mode)
- xsane_help_no_devices() changed buf size to 1024
- translations: U=updated, N=not updated, A=added/new
ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN
U N U N N A N N U N N U N N N N N U N U N N N N N
99599 99599 96 99595 99 99595 99 99599 96 96 96 99 99599 99592 99 96 96 992
xsane-0.995 -> 0.996:
---------------------
- removed bug when deleting medium types: removed free() command, added realloc()
- xsane_viewer.c: reduced maximum viewer size form gdk_screen_width/gdk_screen_height to
gdk_screen_width-1/gdk_screen_height-1
- xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0
- xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table
xsane-0.996 -> 0.997:
---------------------
- removed SANE_CAP_ALWAYS_SETTABLE (not SANE1)
- added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c
- in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0
because new gtk versions don`t like non zero values for spinbuttons
- added several gdk_drawable_unref(mask)
xsane-0.997 -> 0.998:
---------------------
- removed bug saving image as 16 bit png:
until now all low byte data has been a copy of the high byte data,
so in fact all images saved untile xsane-0.997 are saved as 8 bit image
in a 16 bit format.
- changed some more gtk_adjustment_new(...) page_sizes to 0
- added several bytes_read = and bytes_written = before fread, read, fwrite, write
- added some items_done = before fscanf
- corrected some format stings (missing "%s")
New with 1.0.22, released 2011-02-13:
* New backends: kvs20xx (Panasonic KV-S20xx),
magicolor (Konica-Minolta )
* Significant enhancements to several backends.
* More than 80 new scanner models supported.
* Support many more networked scanners.
* Added -A option to scanimage
* Improved build system.
* Improved USB support.
* Improved udev rules.
* Documentation updates.
* Bugfixes.
(adjust default dependency to Gems)
== 0.9.3: 2010-06-25
A comment and Twitter support improved release.
=== Improvements
==== Core
* Supported PDF viewer on Ruby 1.9.
[Reported by tmtms]
* [#199] Supported "~" expansion in path specified by "-I".
[Reported by kdmsnr]
* Supported Twitter's OAuth.
* Supported Bundler.
* Added Rabbit.add_cleanup_proc that is an API to register
a hook on rabbit command finished.
* Added rabwii command to control Rabbit via Wii Remote.
[Based on Kiwamu Okabe's code]
* Changed default dRuby server bind address to localhost.
* Changed default --default-public-level to "all".
* rabbitter: Used OAuth.
* rabrick: Changed --druby-uri option to --rabbit-uri.
* rabbit-command: Changed --druby-uri option to --rabbit-uri.
* Removed comment view.
* rabbitter: Added --user-language option.
* Used GUI logger by default when Rabbit isn't invoked by
rubyw.exe.
[Helped by Nobuyoshi Nakada]
* Added launcher mode that show file chose dialog when
Rabbit invoked without source file on no console environment.
* Supported tag in Hiki notation. ({{tag('tag-name', 'value')}}
==== Theme
* title-background-image: Supported image file name in
slide property.
[Suggested by kdmsnr]
* background-image-toolkit: Used slide property rather
than options in theme.
* image: Made image caption's font size customizable.
* color-circle: Enabled newline-in-slides and tag theme by
default.
* slide-number: Made slide number position customizable.
[Youhei SASAKI]
* debian: Updated.
[Youhei SASAKI]
* dark-gradation: Added. It's Keynote like dark gradation
theme.
[Youhei SASAKI]
* twitter-comment: Added. It imports tweets from Twitter
as comments.
[Based on Kiwamu Okabe's code]
* comment: Removed. It's for removed comment view.
* footer-comment: Added. It shows comments on the footer.
[Based on Kiwamu Okabe's code]
* clutter-comment: Added. It streams comments on slides
with rolling by Clutter API.
* stream-comment: Added. It streams comments on slides.
=== Fixes
==== Core
* Fixed Clutter backend doesn't work.
[Reported by OBATA Akio]
* Fixed GUI logger doesn't work.
Version 1.5.3beta11 [June 11, 2011]
Fixed png_handle_sCAL which is broken in 1.5; added sCAL to pngtest.png
Revised documentation about png_set_user_limits() to say that it also affects
png writing.
Revised handling of png_set_user_limits() so that it can increase the
limit beyond the PNG_USER_WIDTH|HEIGHT_MAX; previously it could only
reduce it.
Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is
wrong (high by one) 25% of the time. Dividing by 257 with rounding is
wrong in 128 out of 65536 cases. Getting the right answer all the time
without division is easy.
Added "_SUPPORTED" to the PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION macro.
Added projects/owatcom, an IDE project for OpenWatcom to replace
scripts/makefile.watcom. This project works with OpenWatcom 1.9. The
IDE autogenerates appropriate makefiles (libpng.mk) for batch processing.
The project is configurable, unlike the Visual Studio project, so long
as the developer has an awk.
Changed png_set_gAMA to limit the gamma value range so that the inverse
of the stored value cannot overflow the fixed point representation,
and changed other things OpenWatcom warns about.
Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly. This allows
pngvalid to build when ALPHA_MODE is not supported, which is required if
it is to build on libpng 1.4.
Removed string/memory macros that are no longer used and are not
necessarily fully supportable, particularly png_strncpy and png_snprintf.
Added log option to pngvalid.c and attempted to improve gamma messages.
Version 1.5.3 [omitted]
People found the presence of a beta release following an rc release
to be confusing; therefore we bump the version to libpng-1.5.4beta01
and there will be no libpng-1.5.3 release.
Version 1.5.4beta01 [June 14, 2011]
Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
to get the same (inaccurate) output as libpng-1.5.2 and earlier.
Moved definitions of PNG_HAVE_IHDR, PNG_AFTER_IDAT, and PNG_HAVE_PLTE
outside of an unknown-chunk block in png.h because they are also
needed for other uses.
Version 1.5.4beta02 [June 14, 2011]
Fixed and clarified LEGACY 16-to-8 scaling code.
Added png_set_chop_16() API, to match inaccurate results from previous
libpng versions.
Removed the ACCURATE and LEGACY options (they are no longer useable)
Use the old scaling method for background if png_set_chop_16() was
called.
Made png_set_chop_16() API removeable by disabling PNG_CHOP_16_TO_8_SUPPORTED
Version 1.5.4beta03 [June 15, 2011]
Fixed a problem in png_do_expand_palette() exposed by optimization in
1.5.3beta06
Also removed a spurious and confusing "trans" member ("trans") from png_info.
The palette expand optimization prevented expansion to an intermediate RGBA
form if tRNS was present but alpha was marked to be stripped; this exposed
a check for tRNS in png_do_expand_palette() which is inconsistent with the
code elsewhere in libpng.
Correction to the expand_16 code; removed extra instance of
png_set_scale_16_to_8 from pngpriv.h
Version 1.5.4beta04 [June 16, 2011]
Added a missing "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.c
Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms.
Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. If this is
not enabled, png_set_strip_16() and png_do_scale_16_to_8() aren't built.
Revised contrib/visupng, gregbook, and pngminim to demonstrate chop_16_to_8
Version 1.5.4beta05 [June 16, 2011]
Renamed png_set_strip_16() to png_set_scale_16() and renamed
png_set_chop_16() to png_set_strip(16) in an attempt to minimize the
behavior changes between libpng14 and libpng15.
Version 1.5.4beta06 [June 18, 2011]
Fixed new bug that was causing both strip_16 and scale_16 to be applied.
Version 1.5.4beta07 [June 19, 2011]
Fixed pngvalid, simplified macros, added checking for 0 in sCAL.
The ACCURATE scale macro is no longer defined in 1.5 - call the
png_scale_16_to_8 API. Made sure that PNG_READ_16_TO_8 is still defined
if the png_strip_16_to_8 API is present. png_check_fp_number now
maintains some state so that positive, negative and zero values are
identified. sCAL uses these to be strictly spec conformant.
Version 1.5.4beta08 [June 23, 2011]
Fixed pngvalid if ACCURATE_SCALE is defined.
Updated scripts/pnglibconf.h.prebuilt.
Version 1.5.4rc01 [June 30, 2011]
Define PNG_ALLOCATED to "restrict" only if MSC_VER >= 1400.
Version 1.5.4 [July 7, 2011]
no changes.