* The target profile in ProfileImage() is no longer accessed after its freed
* Bug fix for -page
* Minor change to -function Arctan to make first argument match slope
* Do not treat -page as a global option
* Create thread set for pseudo-random number generator
* Do not change opacity value for the -alpha background option.
* Rebuild automake / autoconf scripts
* Check for XMakeImage() integer overflow vulnerability
* Permit reading a specific frame of a multi-page TIFF with blobs.
* Added new -function methods Arcsin and Arctan
* Fixed a regression with PNG8: format
* The -geometry option was improperly applied twice
* Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr
* Updated help output and command-line options documentation to bring
the -alpha options up to date with what's actually in the code
* Change "depreciated" to "deprecated" in several files
* Change OpenMP schedule from dynamic to static for RenderFreeType()
* Recognize unicode strings when computing caption word wrapping
* New -alpha background option to set fully-transparent pixels to the
background color
* Combined layer of transparent PSD image was not being read properly
reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
CVE-2009-1182 and CVE-2009-1183.
also some patches from poppler for postscript output generation problems
seen here.
* Fixed a use-after-free error in the GIF reader.
* Flushed the output log to display the current trial in real time.
* Fixed an error in reporting unrecognized file formats.
* Removed the requirement to "fix" TIFF files that contain unrecognized
metadata.
* Simplified the option abbreviation rules. Option names can now be
abbreviated to their shortest unique prefix, as in X11 applications.
upstream has provided a way to fetch the distfile with a URL that
can be constructed by pkgsrc
Upstream changes:
* Experimental support for the build tool waf.
* Fix test failures when compiling with -O0. See r631.
* Ensure that conversions from double to int are performed
correctly. Fixes for ticket31.
* Clarify what gtk_image_view_get_draw_rect() and
gtk_image_view_get_viewport() returns when the view is not
allocated.
== Changes 0.6.0 from 0.5.9: 2009-05-23
=== Improvements
* Supported Bonjour: [kimura wataru]
* Added new mascot character "Tailavi": [MoMo]
* ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
* Added subtitle to windows title.
* Supported slide property.
* Added alternative images for "rabbit and tortoise".
* Original image is used for PDF embedding instead of
resized image.
=== Fixes
* Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
* Fixed install document: [zunda]
* Fixed English: [Eduardo Gonzalez]
Version 0.6.0 :
* Core
* Scaling beyond 200% is now possible
* Interface
* Added interactive mode
* Moved "Mode" to the output tab and renamed it
* Added 2 new scale-back modes
* Fixed non-interactive mode, added scripts for
command-line batch processing
Version 0.5.0 :
* Core
* Faster engine, lower memory requirements
* Introduced rigidity masks
* Added GAP support
* Introduced left-right/top-bottom balance
* Interface
* Ignore discard masks when enlarging
* Added reset and revert to last used values
buttons for the size, and general reset
* The dialog now comes up with the last used
values for the size
* Added info icons
* Added russian help page
Version 0.4:
* New features:
* Support for image types (color models):
GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
and custom
* Additional builtin energy functions based on
luma instead of brightness
* Support for custom energy functions
* Functions to read out the energy map
* Cancel function to interrupt computations
* Additional methods for bias and rigidity masks
* Use a single progress instead of several
ones when the update is performed in steps
* Can handle input buffers non-destructively
* Performace related:
* Faster rescaling thanks to optimisations in
the code
* Spare memory when not using features (e.g. the
bias)
* Configuration
* The default installation directory is now /usr
instead of /usr/local
* Compiling under MinGW now correctly produces a
DLL with the default settings
* Now it also compiles under MS Visual C++
* All public macro names start with LQR_* (old
versions are still available but can be disabled
at configure time)
Version 0.3:
* New features:
* Enlargement is not limited to 200% any more
(it is automatically performed in steps)
* Added readout functions for the internal
visibility map
Version 0.2:
* New fetures:
* Support for 16-bit, 32-bit and 64-bit
per channel images
* Rigidity masks
* Left-right/top-bottom balance
* Performace related:
* Improved attached visibility maps
management (lower memory requirements)
* All internal buffers turned from
double to float, improving both speed
and memory requirements
* Documentation:
* Reviewed manual and completed refence
* Added man pages
- Updating package for p5 cairo bindings from 1.060 to 1.061
Upstream changes:
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* NEWS
* README
* lib/Cairo.pm: Stable release 1.061.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm -> lib/Cairo.pm (moved)
* MakeHelper.pm -> inc/MakeHelper.pm (moved)
* MANIFEST
* Makefile.PL: Move the two modules into their own folders to make
it clear that the one is the real thing while the other is just
build helper code.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two
compiler warnings.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm: In the POD, use =item instead of =head4 for methods so
that not every single method shows up in a table of contents.
Also fix two other small POD glitches.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MANIFEST.SKIP: Update for SVN.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Use EU::MM's META_MERGE instead of EXTRA_META.
2008-10-26 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: CAIRO_FONT_TYPE_QUARTZ was introduced in cairo 1.6,
not 1.4.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm: Use the correct enum type instead of int for the
enum converters.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm:
* Cairo.xs:
* CairoFont.xs:
* CairoFt.xs:
* CairoMatrix.xs:
* CairoPath.xs:
* CairoPattern.xs:
* CairoSurface.xs:
* MakeHelper.pm:
* Makefile.PL:
* cairo-perl-private.h:
* cairo-perl.h:
* cairo-perl.typemap:
* examples/simple.pl:
* t/Cairo.t:
* t/CairoFont.t:
* t/CairoFt.t:
* t/CairoMatrix.t:
* t/CairoPath.t:
* t/CairoPattern.t:
* t/CairoSurface.t: In preparation of the move to SVN, use the Id
keyword in place of Header.
2008-09-07 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: When prompting for auto-installing dependencies,
default to 'no' so that automatic testers with CPANPLUS.pm don't
end up invoking CPAN.pm. (RT #38286)
2008-09-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* README: Fix the dependency versions for EU::Depends and
EU::PkgConfig.
* Cairo.pm: Mention http://cairographics.org/manual/ in the API
documentation section. Fix a POD error.
* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ. (RT
#34681)
2008-06-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/CairoSurface.t: Cairo::PsSurface->create can under certain
conditions apparently return a surface that is not a PS surface.
Handle this gracefully. (RT #33871)
version 2.26.2
- Don't take new photo while waiting for the previous
Ignore new photo requests if we are still waiting for an "handoff"
signal for the previous one, fixes bug #582902
- Fix a couple of trivial memory leaks in the thumbnail generator code, fixes bug #578289
- Don't return if "image-loading" icon is not found, we will have an empty
pixbuf while the thumbnail thread is running but it is surely better than
no thumbnail at all. Try to fallback to generic "image" icon before giving up,
fixes (at least it should) bug #582240.
- added/updated translations
- ar, courtesy of Khaled Hosny
- be, courtesy of Ягор Кур'яновіч
- el, courtesy of Simos Xenitellis
- es, courtesy of Jorge González
- kn, courtesy of Shankar Prasad
to fix the bug where the colors slider doesn't move past value 245 when
using GTK>=2.14.0.
Also include desktopdb.mk as told by pkglint. Bump PKGREVISION.
- Updating package graphics/graphviz to 2.22.2
- Setting license to cpl-1.0
- Rework optional dependencies handling (handle dependencies
of dependencies)
Upstream changes:
March 13, 2009
- Release 2.22.2
- fix for buffer overflow (present in 2.22.0 and 2.22.1)
- Fixed bugs:
1596, 1602
March 9, 2009
- Release 2.22.1
- build fixes for Visual Studio and for FreeBSD
March 3, 2009
- Release 2.22.0
- Core:
- libgvc api changed, version bumped. Affects third party
applications using libgvc.
- plugin api changed, version bumped. Affects third party
plugins for graphviz.
- 90% conversion to cgraph has been done, but not enabled yet,
(and yes, its true what they say about the last 10% )
- drop libagraph from distribution (use libcgraph)
- layout code completely converted to floating point.
- new "dot -P" option for generating a graph of available
plugins.
- registered MIME type: text/vnd.graphviz for .gv files
- rename files from .dot to .gv to avoid conflict with
Word templates. .dot still supported, but deprecated.
- new command: mm2gv (matrix-market graph file conversion)
- rename commands: dot2gxl -> gv2gxl
gxl2dot -> gxl2gv
- Plugins:
- new rsvg plugin for support of node shapes in SVG format
- new gs plugin for support of node shapes in PS format
- new lasi plugin for support of UTF-8 characters in PS output
(the above thee plugins are Linux only, at the moment)
- new quartz plugin (MacOSx only)
- new gdiplus plugin (Windows only)
- new -Tvml support in core plugin (thanks Steve Roush)
- new -Ttk support in core plugin (also used by Tcldot and
gv_tcl language bindings.)
- disabled old style codegens completely
- Linux:
- new Ubuntu8 builds
- new Fedora 10 and 11 builds
- MacOSx:
- Universal binary for Leopard: i386, x86_64, ppc, ppc64
- Should not conflict with parallel install of MacPorts
version of graphviz
- Improved GUI
- Windows:
- VisualC project files now available, in addition to the GNU
Makefiles that are used the mingw builds.
- Language Bindings:
- fixed problem with writing dot, xdot, plain, canon to
memory or to Tcl_Channels
- renamed man pages to Debian style: gv.3tcl, gv.3perl, etc
- Fixed bugs:
827, 1365, 1366, 1367, 1368, 1374, 1375, 1376, 1378, 1380, 1382,
1383, 1385, 1386, 1388, 1390, 1391, 1392, 1394, 1395, 1397,
1398, 1399, 1405, 1407, 1410, 1412, 1414, 1415, 1416, 1421,
1424, 1425, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438,
1440, 1441, 1444, 1446, 1451, 1452, 1453, 1456, 1457, 1459,
1460, 1461, 1462, 1463, 1464, 1465, 1466, 1470, 1474, 1475,
1476, 1477, 1478, 1484, 1485, 1489, 1490, 1492, 1493, 1495,
1496, 1499, 1500, 1501, 1502, 1503, 1505, 1509, 1513, 1521,
1523, 1525, 1530, 1531, 1532, 1533, 1535, 1536, 1539, 1540,
1542, 1543, 1546, 1547, 1551, 1553, 1554, 1561, 1565, 1566,
1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
1582, 1584, 1586,
Changes:
RMagick 2.9.2
o Add new HorizontalTileEdgeVirtualPixelMethod,
VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod
VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1)
o Added BilinearForwardDistortion, BilinearReverseDistortion enums
(available in ImageMagick 6.5.1-2)
o Add missing composite operators to Magick::Draw#composite method
o Add warning about dropping support for ImageMagick < 6.3.5 and
Ruby < 1.8.5
o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s
(reported by Roman Simecek)
matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users. A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots. All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.
This package contains the Tk driver for matplotlib.
Tutorial: http://matplotlib.sourceforge.net/tutorial.html
* Defined TOO_FAR == 32767 in deflate.c (again). The definition
has continually been inadvertently omitted during zlib updates
since pngcrush version 1.6.4.
* Revised handling of xcode files so at least we can get printout
of IHDR values with "pngcrush -fix -n -v xcode.png"
Changes 1.6.16:
* Added -newtimestamp and -oldtimestamp options and changed
default condition to timestamping the output file with
the current time (i.e., -newtimestamp is default)
* If the -oldtimestamp option is used then the output file
has the same timestamp as the input file.
* Added CgBI chunk detection.
Changes 1.6.15:
* Fixes some missing typecasts on png_malloc() calls, patch from
an anonymous reporter to the SourceForge bug tracker.
* Added -time_stamp option to change time stamping from default
condition.
PyGooCanvas 0.14.1 (May 10 2009)
==================
o Fix a segfault due to an API change in PycCairo (Gian Mario)
o Autogenerate the ChangeLog from git logs (Gian Mario)
o Fix the build when using libtool 2.x (Gian Mario)
o Make the required changes after the switch to git (Gian Mario)
Based on maintainer update request by PR 41063.
While here, add commented out LICENSE (LGPL-2.1 or MPL-1.1).
Overview of changes from pycairo 1.8.2 to pycairo 1.8.4
=======================================================
General Changes:
Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6
Bug Fixes:
20674: Add get/set_extend for Gradient Patterns
New Classes:
cairo.ToyFontFace
New Methods:
Pattern.get_extend
Pattern.set_extend
ToyFontFace.get_family
ToyFontFace.get_slant
ToyFontFace.get_weight
Deleted Methods:
SurfacePattern.get_extend
SurfacePattern.set_extend
Other Changes:
Threading for surfaces with stream functions has been reenabled.
Documentation updates.
0.1.9
------------------------------------------------------------------------
Added Leica RWL raw format in list of supported files.
Updated to LibRaw 0.7.2 :
- More accurate types conversion in libraw_datastream.h to make compilers happy.
- New postprocessing parameter auto_bright_thr: set portion of clipped pixels for
auto brightening code (instead of dcraw-derived hardcoded 1%).
- '-U' option for dcraw_emu sample sets auto_bright_thr parameter.
Updated to LibRaw 0.7.1 :
- Fixed broken OpenMP support.
Updated to LibRaw 0.7.0 :
- Black (masked) pixels data extracted from RAW and avaliable in application.
- Application can turn off RAW data filtering (black level subtraction,
zero pixels removal and raw tone curve).
- New 'input framework' released. Reading raw data from file and memory buffer supported from scratch.
LibRaw-using application can implement own data reading functions (e.g. reading from network stream).
- Fuji SuperCCD: raw data extracted without 45-degree rotation.
- New sample applications: 4channels and unprocessed_raw.
- Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date)
Updated to libraw 0.6.15:
- more accurate pentax dSLR support
- fixes in Kodak 620x/720x identification
- faster identification procedure for some formats.
- Fixed bug in custom gamma curve creation
Updated to libraw 0.6.14:
- user-specified gamma curve.
- Pentax K2000/Km support.
- Changes in Canon sRAW processing (support for 5D2 fw 1.07).
version 1.2.36beta01 [February 28, 2009]
Revised comments in png_set_read_fn() and png_set_write_fn().
Revised order of #ifdef's and indentation in png_debug definitions of png.h
bug introduced in libpng-1.2.34.
version 1.2.36beta02 [March 21, 2009]
Use png_memset() after png_malloc() of big_row_buf when reading an
interlaced file, to avoid a possible UMR.
Undid recent revision of PNG_NO_STDIO version of png_write_flush(). Users
having trouble with fflush() can build with PNG_NO_WRITE_FLUSH defined.
Revised libpng*.txt documentation about use of png_write_flush().
Removed fflush() from pngtest.c.
Added "#define PNG_NO_WRITE_FLUSH" to contrib/pngminim/encoder/pngusr.h
version 1.2.36beta03 [March 27, 2009]
Relocated misplaced PNG_1_0_X define in png.h that caused the prototype
for png_set_strip_error_numbers() to be omitted from PNG_NO_ASSEMBLER_CODE
builds. This bug was introduced in libpng-1.2.15beta4.
Added a section on differences between 1.0.x and 1.2.x to libpng.3/libpng.txt
version 1.2.36beta04 [April 5, 2009]
Fixed potential memory leak of "new_name" in png_write_iCCP() (Ralph Giles)
version 1.2.36beta05 [April 24, 2009]
Added "ifndef PNG_SKIP_SETJMP_CHECK" block in pngconf.h to allow
application code writers to bypass the check for multiple inclusion
of setjmp.h when they know that it is safe to ignore the situation.
Made some cosmetic changes to whitespace in pngtest output.
Renamed "user_chunk_data" to "my_user_chunk_data" in pngtest.c to suppress
"shadowed declaration" warning from gcc-4.3.3.
Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
warning about a global "gamma" variable in math.h on some platforms.
version 1.2.36rc01 [April 30, 2009]
No changes.
version 1.0.44 and 1.2.36 [May 7, 2009]
No changes.
GooCanvas 0.14 (Mar 15 2009)
==============
o Added support for tooltips (this means we need GTK+ 2.12).
(Note that there is a GTK+ bug which will cause problems with
tooltips on a large canvas. See bug #573294.)
o Added "x", "y", "width" and "height" properties to items that
didn't have them.
o Fixed bug in goo_canvas_convert_from_item_space().
o Added "scroll-event" signal to GooCanvasItem.
GooCanvas 0.13 (Nov 30 2008)
==============
o New GooCanvasGrid item for drawing grids on the canvas.
o Support for static items that don't move as the canvas is zoomed
and scrolled (this is a bit experimental).
o Font hinting is not turned off any more - this means smaller text should
be more readable. Hopefully it doesn't affect text layout.
o Fixed a few GooCanvasTable drawing bugs.
o Fixed GooCanvasText drawing, when align is set.
o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
o Added "animation-finished" signals to GooCanvasItem & Model.
Clutter-GTK 0.8.3 20/02/2009
============================
- Require Clutter >= 0.8.7
- Emit the ::activate and ::deactivate signals on the stage when we get a
focus event on the embedding widget
- Propagate the modifiers state for motion events
clutter-box2d-0.8.2:
====================
Changes:
- Fixed bug in prismatic joint constructor.
- Updated box2d version used.
- Updated and improved documentation.
- Updated and improved parameter handling in public API
entry points.
- Added support for callbacks for collisions.
- Bug fixes relating to reference keeping.
- Brought sandbox testbed app up to date with API changes.