Age | Commit message (Collapse) | Author | Files | Lines |
|
Version 1.1.1:
* Fixed typo in English jpegpixi manual page.
* Updated postal address of the Free Software Foundation.
|
|
2007-05-25 v1.25 Tels 127 tests
* fix bug #26130 - hang in parsing JPG/TIFF images with repeating
block numbers
|
|
Release 1.4.6 (2007-05-01 Carl Worth <cworth@cworth.org>)
=========================================================
This is the third update in cairo's stable 1.4 series. It comes a
little less than three weeks since the 1.4.4 release. This release
fixes the broken mutex initialization that made cairo 1.4.4 unusable
on win32, OS/2, and BeOS systems. This release also adds significant
improvements to cairo's PDF backend, (native gradients!), and a couple
of performance optimizations, (one of which is very significant for
users of the xlib backend).
Release 1.4.4 (2007-04-13 Carl Worth <cworth@cworth.org>)
=========================================================
This is the second update release in cairo's stable 1.4 series. It
comes just less than a month after 1.4.2. The changes since 1.4.2
consist primarily of bug fixes, but also include at least one
optimization. See below for details.
There have been lots of individuals doing lots of great work on cairo,
but two efforts during the 1.4.4 series deserve particular mention:
Internal cleanup of error handling, (Chris Wilson)
--------------------------------------------------
Chris contributed a tremendous series of patches (74 patches!) to
improve cairo's handling of out-of-memory and other errors. He began
by adding gcc's warn_unused_attribute to as many functions as
possible, and then launched into the ambitious efforts of adding
correct code to quiet the dozens of resulting warnings.
Chris also wrote a custom valgrind skin to systematically inject
malloc failures into cairo, and did all the work necessary to verify
that cairo's performance test suite runs to completion without
crashing.
The end result is a much more robust implementation. Previously, many
error conditions would have gone unnoticed and would have led to
assertion failures, segmentation faults, or other harder-to-diagnose
problems. Now, more than ever, cairo should cleanly let the user know
of problems through cairo_status and other similar status
functions. Well done, Chris!
More malloc reduction, (Mathias Hasselmann)
-------------------------------------------
After 1.4.0, Behdad launched an effort to chase down excessive calls
to malloc within the implementation of cairo. He fixed a lot of
malloc-happy objects for 1.4.2, but one of the worst offenders,
(pixman regions), was left around. Mathias contributed an excellent
series of 15 patches to finish off this effort.
The end result is a cairo that calls malloc much less often than it
did before. Compared to 1.4.2, 55% of the calls to malloc have been
eliminate, (and 60% have been eliminated compared to 1.4.0). Well
done, Mathias!
|
|
New in 0.6.15 (2007-05-23) since 0.6.14 (2007-05-10):
* Added support for 2 new types of Pentax makernotes & Casio type2 makernote
* Added support for Win XP metadata (Author, Comment, KeyWords, Title,
Subject) tags
* Bug fixes:
[ 1443183 ] install error when doxygen is not present.
* New translations: Czech, Slovak.
* Improved doxygen generated API and code internals
documentation. Made building of code internals docs optional
(--enable-internal-docs) as the call graphs take quite long to
build. Made building any docs optional (--disable-docs).
New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27):
* Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196
* Extended support of Canon, Nikon, Olympus makernotes
* Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent
modification of maker notes
* Other fixes and improvements which include API/ABI additions.
|
|
|
|
KoverArtist is a program for the fast creation of covers for
cd/dvd cases and boxes. The main idea behind it is to be able
to create decent looking covers with some mouseclicks.
|
|
adopted by many Linux distributions as well as FreeBSD ports:
o jpegtran: add "-perfect" switch:
Fail if there are non-transformable edge blocks.
o jpegtran: add "-crop" switch:
Crop to a rectangular subarea.
o jpegtran: correct EXIF handling.
o jpegexiforient: Get and set the Exif Orientation Tag.
o exifautotran: Transforms Exif files so that Orientation becomes 1.
Suggested by dzoe on #NetBSD IRCNet.
|
|
affected packages.
|
|
|
|
This is an application to do presentation with RD document.
|
|
|
|
|
|
|
|
Documentation for the 0.9.1 release.
|
|
New support Logitech QuickCam chat (Device ID:0x092e).
|
|
Comix 3.6.4
- Added a Russian translation by Artyom Smirnov.
- Added a Croatian translation by Adrian C.
- Fixed a bug in the thumbnailer, comicthumb, failing to create thumbnails
for Zip and tar archives.
- Some minor changes.
|
|
|
|
pkg-build-options.mk procedure.
|
|
Changes since 1.58:
- Tried to make DSCfilter command more robust
- better detection for files that have a binary heading stuff containing
even %! as character sequence
- changed year in comment and info printout only
- incorporated changes for Windows/Cygwin detection
- removed surrounding ticks '' for -c $translation in $translatecmd
- removed useless/unsupported 2>&1 in $bboxver for Windows
- fix for two negative offsets in translation
|
|
|
|
- Files named ".DS_Store" (from the MacOS GUI) do not belong to this
package, so we filter them at installation time.
Changes approved by Jan Schaumann.
|
|
- Added HOMEPAGE.
- Libraries should be installed with BSD_INSTALL_LIB, not BSD_INSTALL_DATA
(see patch-ak).
- Added support for installation to DESTDIR (Makefile, patch-ac, patch-ak,
patch-am, patch-az).
|
|
- improved import of multi-page TIFF files
- reduced rounding errors in Blur routines (core and plug-ins)
- further improved parameter checks in the PDB
- added support for loading .abr v2 Photoshop brushes
- improved border behavior of the Blur tool
- show the brush outline at the Clone tool's source position
- added libgimpbase API to retrieve the user's Pictures folder
- add a shortcut to the user's Pictures folder to the file-chooser dialog
- improved the quality of the Motion Blur filter
- save paths in TIFF files
- let the Screenshot plug-in name the new layer after the window
- use memory slices to reduce memory fragmentation
- some code cleanup
- lots of bug fixes
|
|
- fixed parsing of GFig files with CRLF line endings
- guard against a possible stack overflow in the Sunras loader
- fixed definition of datarootdir in gimptool-2.0
- fixed Perspective tool crash on Mac OS X
- fixed area resizing in the Image Map plug-in
- added missing library in gimptool-2.0 --libs output
- added new localizations: Occitan and Persian
|
|
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Many API improvement.
Features
--------
* Support Cairo::Surface.new with block.
* Support RubyGems.
* Add experimental API Cairo::Context#pseudo_blur. (API
may be changed.)
* Fix strange Cairo::Context#push_group and
Cairo::Context#pop_group behaviour.
* Fix Cairo::Context::Path#map_path_onto.
* Add high-level color interface. (Cairo::Color)
* Improve color related API. For example:
From:
context.set_source_rgb(1, 0, 0)
To:
context.set_source_color(:red)
* Support RGB/CMYK/HSV conversion.
* Many default color definitions.
* Support path creation using Cairo::Path without
Cairo::Context.
* Improve constant value specify API. For example:
From:
Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100)
To:
Cairo::ImageSurface.new(:argb32, 100, 100)
* Support win32 surface. (Yoshinao Muramatsu)
|
|
Bump PKGREVISION.
And change HOMEPAGE to rcaio's one.
|
|
in CVE-2007-2356. Bump package revision.
|
|
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* Add missing pkg-config.rb.
Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================
Features
--------
* All cairo 1.4.0 API are implemented.
|
|
|
|
|
|
Ruby bindings for cairo // cairo extension for Ruby
* PNG saving
* PostScript saving
* PDF saving
* SVG saving
* all cairo API
|
|
|
|
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/RSVG is a Ruby binding of librsvg.
|
|
|
|
|
|
|
|
PDF metainfo plugin
* Free memory and file descriptor as soon as possible after reading the
metadata.
KPDF
* Show the tooltip of a link when hovering on them.
* Add the possibility of rasterize the file to image before printing it.
* React to the commands for opening the TOC pane, and for expanding the
subtrees of the TOC.
* Fix unability to open some files.
* Fix keyboard navigation when switching tabs in konqueror.
* Fix wrongly asking for password.
* Render pstricks psgrid correctly.
* Fix some transparency issues.
* Accept image width and height to be reals even if standard mandates
integers.
* Fix problems with deletion of message boxes of already closed documents.
* Restore the previously open pane in the side toolbox after reloading a
watched document.
* Improve selected page size detection when printing.
KolourPaint
* Add "File / Scan...".
* Save local files atomically - KolourPaint will no longer truncate an
existing file if the KImageIO library for the file format is missing
or if you run out of disk space.
* Add global session save/restore.
* Make "File / Open Recent" work consistently when multiple windows are
open.
Kuickshow
* Fix crash when pressing delete without having anything selected.
|
|
|
|
|
|
No comment on pkgsrc-users nor from the maintainers after two weeks.
|
|
|
|
reported in CVE-2007-2754. Bump package revision.
|
|
Pkgsrc changes:
- The package supports installation to DESTDIR.
- p5-GDGraph also needs p5-GD directly.
- A more recent version of p5-GDTextUtil is needed.
Changes since version 1.43:
===========================
25 Apr 2007
- Patched bugs 21610, 20792, 20802, 23755 and 22932
- Updated POD to clarify current maintenance status, and encourage
bug reporting via RT (and to point out some external help resources)
- Release 1.44
17 May 2006
- Patched bugs 7307, 2944 (extended the fix to mixed graphs), 4177, and 16863.
- Fixed a fencepost error in pie.pm that caused an occasional segfault
(reported by John Westlund and Hank Leininger)
- Fixed a bug that broke bar charts with no visible 0-axis
(reported by Steve Foster)
19 Feb 2006
- Patched bugs 2218, 4632 (which had two duplicates), 7881, and 15374
- Failed to update CHANGES file before releasing 1.4307 to CPAN (oops)
4 Feb 2006
- Patched bugs 16880 and 16791
19 Dec 2005
- Resolved the following bug reports/feature requests from RT:
1363, 2944, 3346, 3850, 4104, 4380, 4384,
4469, 5275, 5282, 6751, 6786, 7287, 7819
- Straightened out $my_graph/$graph confusion in docs
- Added five new sample scripts
- Individual module versions now reflect a branch from original CVS
versioning, in case things need to be merged at some later date.
- Uploading to CPAN as 1.4305 under ~BWARFIELD because I can't seem
to get in touch with Martien Verbruggen.
|
|
Pkgsrc changes:
- The package uses a C compiler.
- Removed unnecessary :M* modifier (pkglint gave the hint).
Changes since version 2.30:
=====================================
2.35 Some instructions on installation for Windows users.
Doesn't push libpng onto @LIBS unless png support is requested.
Supports Storable's freeze/thaw via a custom serializer.
Remove "scale redefined" message during compilation of Polyline.
2.34 Added a check for stray gd.h include files from older installations.
If any are found, Makefile.PL will issue a warning.
Fixed incorrect documentation of GD::Simple->string() method. The
method call *does* move the pen.
2.33 Added appropriate #ifdefs to allow to compile under version 5.6.0
(due to lack of threading macros before 5.8).
2.32 Added a GD::Simple->HSVtoRGB() method.
Documentation fixes from Mark Manning.
Added a clear() method to GD::Polygon to remove all vertices.
2.31 Fixed GD::Simple->transparent to support symbolic color names.
Made changes that should render the module thread-safe.
Changed newSVpv calls to newSVpvn, in hopes of improving performance.
Added a GD::Simple->HSVtoRGB() method.
Fixed incorrect freeing of user-provided raw data in newFromGdData()
and newFromGd2Data() (this caused segfaults; patch provided by
Nigel Sandever)
|
|
|
|
|
|
"Sparklines are data-intense, design-simple word-sized graphics"
Edward Tufte, in "Beautiful Evidence"
GD::Graph::sparklines is a Perl module for creating sparklines using the
GD::Graph infrastructure.
|
|
|
|
Bump PKGREVISION.
|
|
|