pkgsrc changes:
use cmake rather than SCons to build.
DESTDIR support
2.45
The 2.45 is a bugfix release, to stabilize the 2.4x series.
No new feature have been added, but serious effort has been put in
tracking bugs and fixing them. Some performance issues have also been
addressed.
2.44
This release adds subsurface scattering, improved sculpting tools, ffmpeg
support for additional platforms, a number of animation tool improvements,
and a huge number of Python scripts and API enhancements.
2.43
This release features sculpting meshes that work as if they were clay,
render passes, retopology painting, multi-resolution meshes, texture map
and light map baking, support for multiple uv sets, fast 3D painting,
defocus blur node, multi-layer image read/write, painting in video
sequences, matte, key, and difference composite nodes, a number of
improved 3D animation tools such as proxy objects, walk cycles, simulation
tool improvements for fluid dynamics, hard body dynamics, and cloth and
softbody dynamics. There were also additional compositing and video
editing improvements.
2.42
This release is the result of work done for the Elephants Dream short
film. It includes major feature additions such as node based materials,
node based compositing, a renderer rewrite, improved UV tools, improved
character tools, an array modifier, and a host of other improvements.
RMagick 2 is the future of RMagick. This is the version that will get new
methods and support new ImageMagick features.
RMagick 2 does not support GraphicsMagick.
Changes:
RMagick 2.0.0
o Replaced configure/make/make install with standard Ruby setup.rb,
extconf.rb
o Removed support for Ruby earlier than 1.8.2
o Removed support for GraphicsMagick. As a result these methods are no
longer available: Image#grayscale_pseudo_class, Image#statistics.
o Removed support for all releases of ImageMagick earlier than 6.3.0.
o Removed deprecated Image#random_channel_threshold. Use
Image#random_threshold_channel instead
o Removed deprecated Image#channel_threshold. Use
Image#random_threshold_channel instead
o Removed unecessary Image#montage=
o Removed unecessary and undocumented Image#image_type=
o Removed deprecated Image::Info#tile_info, tile_info= attributes.
o Removed deprecated Image::Info#tile, tile= attributes. Use #extract,
#extract= instead
o Removed deprecated Image::Info#subimage, subimage= attributes. Use
scene, scene= instead
o Removed deprecated Image::Info#subrange, subrange= attributes. Use
number_scenes, number_scenes= instead
o Removed deprecated Magick.set_monitor. Use Image#set_monitor,
Image::Info#set_monitor instead
o Removed deprecated RunlengthEncodedCompression CompressionType. Use
RLECompression instead
o Deprecated Image#matte, matte= with ImageMagick 6.3.5 and later
o Added Image::Info#stroke=, stroke_width= and undercolor= attributes
o Added Image::Info#tile_offset= attribute
o Added Draw#fill_pattern= and #stroke_pattern= annotate attributes
o Changed Image::Info[] and Image::Info[]= to allow an omitted \"format\"
argument
o Added Image#destroy!, destroyed?, check_destroyed methods
o Support Image object creation/destruction tracing with the
Magick.trace_proc attribute
o Added Magick::QuantumRange. Magick::MaxRGB is deprecated.
o Added OptimizeTransLayer, RemoveDupsLayer, RemoveZeroLayer,
OptimizeImageLayer ImageLayerMethods enum values (available with
ImageMagick 6.3.3),
MosaicLayer, FlattenLayer (available with ImageMagick 6.3.6)
o RMagick works with Q32 version of ImageMagick
o Added ChangeMaskCompositeOp, DivideCompositeOp, LinearLightCompositeOp
CompositeOperator enum values
o Added SplineInterpolatePixel InterpolatePixelMethod enum value
o Added DitherVirtualPixelMethod, RandomVirtualPixelMethod,
BlackVirtualPixelMethod, GrayVirtualPixelMethod, WhiteVirtualPixelMethod
(available with ImageMagick 6.3.5), and MaskVirtualPixelMethod (available
with ImageMagick 6.3.3) VirtualPixelMethod enum values
o Added GIFInterlace, JPEGInterlace, PNGInterlace Interlace type enum
values (available with ImageMagick 6.3.4)
o Added SentinelFilter FilterTypes enum value (available in ImageMagick
6.3.6)
o Added Image.combine
o Added Image#separate (available with ImageMagick 6.3.2)
o Added Image#distort (available with ImageMagick 6.3.5)
o Added Image#each_pixel (thanks to Russell Norris for the suggestion and
code)
o Added Image#histogram? (available with ImageMagick 6.3.5)
o Added Image#sync_profiles (available with ImageMagick 6.3.2)
o Added Image#extent (available with ImageMagick 6.3.1)
o Added Image#excerpt, Image#excerpt! (available with ImageMagick 6.3.5)
o Added Image::Info#attenuate
o Added Image#clut_channel (available with ImageMagick 6.3.5)
o Feature Request #16264, added ImageList#composite_layers (available with
ImageMagick 6.3.3, request from Steve Martocci)
o Added Image#alpha= (available with ImageMagick 6.3.5)
o Added Image#gravity=
o Added Image#equalize_channel (available with ImageMagick 6.3.6)
o Added new FilterTypes values KaiserFilter, WelshFilter, ParzenFilter,
LagrangeFilter, BohmanFilter, BartlettFilter (available with ImageMagick
6.3.6)
o Fix bug #10339, Image#trim does not support \"reset page information
option\" (bug report from Nobody)
o Renamed RMagick.so to RMagick2.so to prevent confusion between RMagick.rb
and RMagick.so
o Feature Request #16276, re-organize doc to not split Image method pages
in the middle of an initial letter (request from Roy Leban)
o Updated for ImageMagick 6.3.7-5
o Made changes as necessary to work with current Ruby 1.9.0
Changes:
RMagick 1.15.12
o Fix bug #16221, starting with ImageMagick 6.3.2,
get_exif_by_entry/number returns empty
array/hash when no arguments are specified, even
though the image has EXIF data (bug report from
Paul Clegg)
o Fix bug #16449, Image#store_pixels removes
opacity channel (bug report from Hans de Graaff)
signature of ctime_r) reported in pkg/37272.
12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80.
* Simplified output path logic - output path defaults to the path of the input path.
* Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp.
* Do not read/write display ICC profile from/to ID files.
* Show camera white balance in EXIF page. Patch by Erik Burrows.
* Automatically fit histograms to allocated height.
* Read Canon lens from EXIF data. Patch by Andreas Steinel.
* Improved PPG interpolation. Patch by Alain Desbiolles.
* Remember maximized state of window between sessions.
* Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD.
* Added darkframe to GUI (patch by Bruce Guenter).
* Darkframe subtraction also handles hot pixels (patch by Bruce Guenter).
* Show spot values only if spot is selected and allow unselecting spot values.
* Add FITS output. Patch by Andreas Steinel. This option is disabled by default.
* Progressive JPEG encoding. Patch by Bruce Guenter.
* Blink over/under exposure in preview. Patch by Bruce Guenter.
* Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix.
* Reimplemented the EXIF page. Patch by Andrew Zabolotny.
* Display flash mode in EXIF page.
* Moved shrink/size controls from Save dialog to main window.
* Added delete button to stand-alone tool.
* Added 'send to Gimp' option to stand-alone tool.
* Made the save-as button an icon only, to save space.
* Added option to save as PNG 8 or 16 bits.
* Write EXIF data to PNG files. Based on code from DigiKam.
* Added aspect ratio control. Patch by Andrew Zabolotny.
* New Spanish translation by Enrique Jorreto Ledesma.
* New Polish translation by Tomasz Golinski.
* New Korean translation by Homin Lee.
- avoid filename encoding problems in the WMF import plug-in
- fixed horizontal flipping of linked layers
- raised the priority of the display idle renderer to improve performance
on Win32
- fixed a missing update in the Lighting plug-in UI
- fixed a potential crash in the projection code
- fixed a minor Makefile issue
- removed some pointless warnings from the JPEG and TIFF load plug-ins
- fixed size calculation for the image size warning dialog
- fixed loading of tool options for the rectangle tools
- push/pop a context in the Fog filter
- fixed potential crashes in the Python binding
- corrected grid drawing with non-integer spacing
- fixed grid snapping for coordinates less than the grid offset
- made the healing brush work properly when dragged
- update tool state when a device change happens
- improved validation of strings sent over the wire
- fixed integer check in Script-Fu
- fixed potential out-of-memory problem in Script-Fu
- fixed compilation on msys/mingw
- fixed localisation of Python plug-ins on Win32
- translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
changes:
fixed to compile on HP-UX
added Canon EOS-5D custom function support
custom timestamp prefs in exiftime listing
suppress warnings on invalid user comments
allow output of invalid tags in debug
fixed looping from recursive IFD ref, resolves CVE-2007-6356
fixed handling of field offset overflow, resolves CVE-2007-6354 &
CVE-2007-6355
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by
gutenprint 5, and gutenprint provides a gimp print plugin that links
against gimp's libraries.
1.6.1
New versions of OpenEXR and CTL are now available. This release
fixes a buffer overrun in OpenEXR and a Windows build problem in
CTL, and it removes a few unnecessary files from the .tar.gz
packages.
1.6.0
* Reduced generational loss in B44- and B44A-compressed images.
* Added B44A compression. This is a variation of B44, but with
a better compression ratio for images with large uniform areas,
such as in an alpha channel.
* Bug fixes.
1.5.0
* OpenEXR supports a new image compression method, called B44.
It has a fixed compression rate of 2.28:1, or 4.57:1 if used
in combination with luminance/chroma encoding. B44-compressed
images can be uncompressed fast enough to support real-time
playback of image sequences.
* The new playexr program plays back moving image sequences.
Playexr is multi-threaded and utilizes the threading capabilities
of the IlmImf library that were introduced in OpenEXR 1.3.0.
The program plays back B44-compressed images with fairly
high-resolution in real time on commodity hardware.
* The playexr program and a new version of the existing exrdisplay
image viewer both support color rendering via color transforms
written in the new Color Transformation Language or CTL. CTL
is not part of OpenEXR; it will be released separately. CTL
support in playexr and exrdisplay is optional; the programs
can be built and will run without CTL.
* In preparation for the release of CTL, OpenEXR has been split
into three separate packages:
o IlmBase 0.9.0 includes the Half, Iex, Imath and IlmThread
libraries
o OpenEXR 1.5.0 includes the IlmImf library, programming
examples and utility programs such as exrheader or
exrenvmap
o OpenEXRViewers 0.9.0 includes the playexr and exrdisplay
programs
* The "Technical Introduction to OpenEXR" document now includes
a recommendation for storing CIE XYZ pixel data in OpenEXR
files.
* A new "OpenEXR Image Viewing Software" document describes
the playexr and exrdisplay programs. It briefly explains
real-time playback and color rendering, and includes recommendations
for testing if other image viewing software displays OpenEXR
images correctly.
* The OpenEXR sample image set now includes B44-compressed
files and files with CIE XYZ pixel data.
Half is a class that encapsulates our 16-bit floating-point format.
IlmThread is a thread abstraction library for use with OpenEXR
and other software packages. It currently supports pthreads and
Windows threads.
Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.
Iex is an exception-handling library.
Changes since 3.67:
Version 3.83
- Text, Fix: text editing in changing scales works now
- New menu item "Display -> Show/Hide Coordinates" to toggle the presence
of the coordinate box of document
- Inspector: Lock switch for crosshairs
- Gerber-Export: improved
- DXF-Import: improved
- Apple, Document Window: area outside document is now transparent (Window color)
- Apple, Fix: arcs with zero line width are printed with default line width
- Apple, Fix: Build Contour of vertical centered Text positions result correctly
- Apple, Fix: move graphic objects with cache, scaled (Apple workaround)
- Apple, Fix: move vortex of graphic objects with cache, scaled (Apple workaround)
- Apple, Fix: rotate graphic objects with cache, scaled (Apple workaround)
Version 3.82
- New: Batch printing (Multiples) added, including serial numbers
- New: Contour-Panel:
switch, whether to replace the source graphics (or keep it)
Panel has now it's own Unit Popup
- New: convert TextPath to Path
- New, Editing: with Control + Mouse you can drag Curve points within a path
- TransformPanel: now with a nice bar of Icons to look better
- Undo: number of undos increased to 25 instead of 10
- DIN-Import: for Excellon, the tools can be defined within the file
- Fix, Curve-Inspector: display correct points for selected handles
- Fix, HPGL-Import: Labels fixed
- Fix, Join:
two paths or polylines are joined by keeping the order
Undo with two closed paths corrected
- Fix, Path: Makes Undo work for moving several points in a path
- Fix, Arc: 360 degree snap works better now
- Fix, Snap: snapping on itself removed
- Fix, Select: Selecting a point no longer creates a move point undo step
- Fix, Punch: Undo added for groups
- Fix, Punch: Undo without crash
- Fix, Inspector: changing color on non-editable layer leaves color well
with correct color
- Fix, Layer-Inspector: display Layer, if non-visible layer is turned on
editable
- Fix, Text: editing at the top of a window now scrolls the text to visibility
- Fix, DXF-Import: close of polylines corrected to work in all cases
- Apple, PDF-Import: dynamic linking of import libraries works on OS X 10.4.7
- Apple: graphics cache is on as default
- GNUstep: Our patch for loading images from a bundle has been applied
Version 3.81
- Selection: the first click on an object now selects the entire object.
A click on an edge of a selected object will select the control point.
- Fix, GNUstep: crash with Layer-Inspector is fixed
- Fix, GNUstep: correct defaults for zero line widths, drag boxes, ...
- New Domain Cenon.eu registered
Version 3.80
- New, Import: Import to existing layers by comparing layer names
- New, Import: Import to existing layers by comparing colors with
objects on the layer
- Preferences: New entry "Select by border" to select filled objects
at border only
- Copy/Paste: lock is not copied
- PolyLine: allows snap to own points
- Fix, DXF-Import: closing of a PolyLine with an arc added
- Fix, DXF-Import: fill color of stroked objects now defaults to stroke color
- Fix, Punch with Rectangle: rectangles with rounded corners are
displayed correctly
- Fix, Apple: Contour of mirrored text is now placed correctly
- Apple: Graphics cache is now available (Preferences switch is active)
- Apple: Preferences switch to turn off Antialiasing activated
- Copy/Paste: PDF Pasteboard Type added for Apple
- Fix, Radial Fill: fill center is saved correctly
- Fix, Radial Fill: center stays inside box, when object is rotated
- Fix, Group: grouping with activate color well keeps color
- Fix, Rectangle: correct display of rectangles with maximum edge radius
- Fix, Rotate: more precise
- Fix, Inspector: change from other App to Cenon keeps Inspector contents
- Fix: Start of Cenon by double click on a document file allows
modules to load their stuff
Version 3.71
- New: Multi page documents (basic handling of pages + printing)
Template layers for even, odd and all pages with
wildcards for page number #PAGENUM# and page count #PAGECNT#
- New: new editing Tool to add a vertex to Paths and PolyLines
- New: removing of a vertex from Path and PolyLine
- Punch: punch with Groups and Rectangles added
- Undo for flatten text added
- Optimization of memory usage
- Fix: crash removed on Quit
- Fix: several bug fixes for calculating contours of objects
- Fix, Gerber-Export: Filled PolyLines are now filled
don't export empty layers any more
- Fix, many bug fixes
Version 3.70
- Layer Inspector: direct adding of a layer with the given name
- Punch: it is now possible to punch with an unfilled object
- Ungroup: in mixed selection the groups can be ungrouped
- Join: better closing (fill) of open paths
- Printing: print always 100%
- Fix, Printing: Print-Panel settings are stored
- Gerber-Import: improved import of polygons
- Gerber-Import: Arc angles close to 360 degree improved
- Gerber-Export: output of complex paths improved
- PostScript-Import: better support of CMYK color space
- Display: better performance with many objects in groups or paths
- Fix: loading of an empty group works
- Fix, Contour: large images don't crash with contour fill and image contour
- Fix for PolyLines within Paths
- Antialiasing fixes for Apple and GNUstep
- more bug fixes
1.) Remove directory "share/gnuplot/4.2/PostScript" during deinstallation.
2.) Prevent installation of "share/texmf-local/tex/latex/gnuplot" if
LaTeX is available (because we don't want to depend on "tetex").
3.) Update package list of "gnuplot-nox11" for version 4.2.
Bump revision of both packages.
* New plot styles
o Histogram
o Label plots
o Image data
o Filled curves
o Vectors
* Input from binary data files
* New plot elements
o RGB colors
o Arbitrary rectangles
* String handling
o String and text data read from datafiles
o User-defined string variables, operators, and functions
* Macros
* Auto-layout of multiple plots on a page
* Internal variables
* New or revised terminal drivers
o wxt
o emf
o gif, jpeg, png
o postscript
o ai
o epslatex, pslatex, pstex
o windows
* Canvas size
Release 1.4.12 (2007-11-26 Carl Worth <cworth@cworth.org>)
==========================================================
This is the sixth update in cairo's stable 1.4 series. It comes five
months after the 1.4.10 release. This fix includes various bug fixes
originally developed during the 1.5.x development and backported to
1.4.
Some of the most significant bug fixes prevent crashes:
* Avoid overflow when allocating large buffers (Vladimir Vukicevic)
* Fix crash with cairo_pattern_set_user_data (Carl Worth)
* Fix broken locking in cairo-ft error path (Chris Wilson)
* Avoid crash when cleaning up after Render extension (Carl Worth)
* Avoid crash for zero-sized bitmap glyph (Chris Wilson)
* Avoid crash with type-1 fonts and ft and atsui enabled (Brian Ewins)
* Fix many error-handling cases in the Quartz/ATSUI code (Brian Ewins)
* Eliminate cairo_stroke crash with scaling near zero (Carl Worth)
Other fixes address rendering problems:
* Fix PDF linear gradients without stops at 0.0 and 1.0 (Adrian Johnson)
* Fix PDF CFF subsetting to work with Apple Preview (Adrian Johnson)
* Report proper errors on out-of-memory on win32 (Vladimir Vukicevic)
* Fix EXTEND_NONE gradients for cairo-quartz (Brian Ewins)
* Fix odd-number-of-dashes dashing for cairo-quartz (Brian Ewins)
* Fix erroneous results from cairo_stroke_extents (Carl Worth)
* Force non-AA text when bitmap strikes are available (Keith Packard)
* Fix cairo-atsui font metrics (Richard Hult)
And some avoid raising cairo errors for innocent problems:
* Avoid drawing shutdown for glyph-not-found in font (Behdad Esfahbod)
* Don't raise an error for creating an empty path (Chris Wilson)
At least one optimization managed to sneak in:
* Free glyph surfaces after uploading to X server cache (Behdad Esfahbod)
And there are a few very minor fixes, (such as build fixes).
August 27 2007 - V2.01
Fixed UTF8 input problems with box file reader.
Fixed various infinite loops and crashes in dawg code.
Removed include of config_auto.h from host.h.
Added automatic wctype encoding to unicharset_extractor.
Fixed dawg table too full error.
Removed svn files from tarball.
Added new functions to tessdll.
Increased maximum utf8 string in a classification result to 8.
RMagick 1.15.11
o Fix bug #15887, the x_ and y_resolution
attributes don't respect the units attribute
(bug report from Ben Greenburg)
o Fix bug #15889, memory leak in
Draw#composite method (bug report from Till
Vollmer)
2007-08-27 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac: Up version to 0.8.6 for release
2007-08-27 Rodney Dawes <dobey.pwns@gmail.com>
* legacy-icon-mapping.xml:
Add applications-other link to gnome-other
Add phone link to stock_cell-phone
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12155
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12156
2007-08-26 Rodney Dawes <dobey.pwns@gmail.com>
* README: Update with example of usage
2007-08-18 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac: Up version to 0.8.5 for release
2007-08-18 Rodney Dawes <dobey.pwns@gmail.com>
* Makefile.am: Handle the uninstalled pc file separate from the
normal pc file so we don't install it
See http://bugs.freedesktop.org/show_bug.cgi?id=10222
2007-08-18 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac: Up version to 0.8.4 for release
2007-08-18 Rodney Dawes <dobey.pwns@gmail.com>
* legacy-icon-mapping.xml: Fix mail status icons to be status and not
link to the action counterparts
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11468
2007-08-18 Rodney Dawes <dobey.pwns@gmail.com>
* legacy-icon-mapping.xml: Add mail-attachment link
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11467
2007-08-16 Rodney Dawes <dobey.pwns@gmail.com>
* legacy-icon-mapping.xml: Add emotes context, icons, and links
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac: Up version to 0.8.3 for release
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
* icon-name-mapping.pl.in: Update author info
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
* AUTHORS: Update my info
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
Original patch from Damien Carbery <damien.carbery@sun.com>
* Makefile.am: Update to include icon-naming-utils-uninstalled.pc.in
* configure.ac: Output icon-naming-utils-uninstalled.pc
* icon-naming-utils-uninstalled.pc.in: Add uninstalled pc.in file
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10222
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
* legacy-icon-mapping.xml: Link help-about to gtk-about
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11168
2007-08-13 Rodney Dawes <dobey.pwns@gmail.com>
Some patching from Luca Ferretti <elle.uca@libero.it>
* legacy-icon-mapping.xml:
Update document-revert links to use ltr/rtl forms
Add links for emblem-{noread,nowrite}
Add link for gtk-execute
Add links for gtk-spell-check and stock_spellcheck
Add link for stock_print-setup
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11479https://bugs.freedesktop.org/show_bug.cgi?id=11480https://bugs.freedesktop.org/show_bug.cgi?id=11481https://bugs.freedesktop.org/show_bug.cgi?id=11482https://bugs.freedesktop.org/show_bug.cgi?id=11507https://bugs.freedesktop.org/show_bug.cgi?id=11532
2007-08-01 Rodney Dawes <dobey.pwns@gmail.com>
Patch from Luca Ferretti <elle.uca@libero.it>
* legacy-icon-mapping.xml: Update gtk-{indent,unindent} links
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11466
2007-03-23 Rodney Dawes <dobey@novell.com>
* legacy-icon-mapping.xml: Add gtk-directory link to folder icon
2007-03-23 Rodney Dawes <dobey@novell.com>
* legacy-icon-mapping.xml: Link process-stop to gtk-cancel
2007-02-19 Rodney Dawes <dobey@novell.com>
* legacy-icon-mapping.xml: Add links for document-revert
- removed broken and useless HSV Graph script
- update the histogram when a color correction tool is cancelled
- fixed a crash with certain plug-in or script descriptions
- corrected a tooltip
- fixed a crash when GIMP is run without any modules
- fixed error handling in the TIFF plug-in
- fixed a problem with Sample points
- fixed a crash when merging layers in indexed image
- update the histogram when painting
- fixed another problem with merge operations on indexed images
- fixed crash in TIFF plug-in when saving indexed images
- changed defaults so that a system monitor profile is only used when the
user explicitely enabled this feature
- fixed endless loop when running equalize on transparent areas
- fixed heap corruption in GimpColorScale widget that caused a crash in the
Compose plug-in
- fixed use of background color in Particle Trace script
- set the image menu insensitive when there's no image opened
- translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
version 1.2.23beta01 [October 15, 2007]
Reduced number of invocations of png_strlen() in pngset.c.
Changed [azAZ09_] to [_abcde...89] in Makefile.am for better localization.
version 1.2.23beta02 [October 16, 2007]
Eliminated png_strncpy() and png_strcpy() (Pierre Poissinger)
Changed $AN to $(AN) in Makefile.am.
version 1.2.23beta03 [October 16, 2007]
Fixed off-by-one error in pngset.c
Restore statement to set last character of buffer to \0 in pngerror.c
version 1.2.23beta04 [October 23, 2007]
Reject attempt to set all-zero cHRM values.
version 1.2.23beta05 [October 26, 2007]
Add missing quotes in projects/visualc6, lost in version 1.2.20rc3
version 1.2.23rc01 [November 2, 2007]
No changes.
version 1.2.23 [November 6, 2007]
No changes.
-DPNG_NO_ASSEMBLER_CODE. Bump rev. I've tested png on NetBSD/amd64
with the assembler code and it seems no less functional than NetBSD/i386.
ok'd weeks ago (before freeze)--I forgot to commit it.
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.