* src/bdf/bdflib.c (setsbit, sbitset): Handle values >= 128
gracefully.
(_bdf_set_default_spacing): Increase `name' buffer size to 256 and
issue an error for longer names.
(_bdf_parse_glyphs): Limit allowed number of glyphs in font to the
number of code points in Unicode.
This fixes CVE-2007-1351.
Pkgsrc changes:
- Removed unnecessary definitions for TIFF_LIBRARY. Both tiff and png
libraries can be found automatically.
- The package supports installation into DESTDIR.
- patch-aa is now integrated
- New patch-ab is necessary to get correct permissions for the executable file
Changes since version 1.0:
==========================
- Fixed off by one convolution error and libpng interface to 1.2.8
changes:
+ Added buffer interface support to the Path constructor
+ Added new ImageMath module.
+ Added pixel access object
+ Added support for duplex scanning to the Sane interface
+ Added save support for Spider images
+ Added float/double support to the TIFF loader
+ Added NumPy array interface support
+ Added experimental "floodfill" function to the ImageDraw module
+ Added threading support for the Sane driver
-bugfixes
* Patch [ 1667939 ]: fix crash when tile-tracing with too small
clones
* Patch [ 1666532 ]: Broken link in inkview man page
* Patch [ 1665447 ]: fix for the blur quantization bug 1617082
* Patch [ 1664849 ]: fix for 1662589: increase blur margins
* Patch [ 1664004 ]: embedimage.py with fixed search order
* Patch [ 1662649 ]: markers.svg with reversed order
* Crudely improve check-markup for { markup, fix translations with
bugs in that area (dz and zh_TW).
* Patch [ 1659404 ]: Set locale directory from environment variable
* Patch [ 1657072 ]: fix for bug 1654495
* Patch [ 1654636 ]: defocus dropper checkboxes
* Updated slovak translation
* Adding japanese.nsh and russian.nsh into files that should go into
the release tarball
* Correct russian translation
* Patch [ 1651797 ]: fix for attributes when saving/save-a-copy
* Patch [ 1651752 ]: fix dropper tool
* Pattern along path extension fixed on Windows
* Include libtiff3.dll in the Windows distribution, fixing crash
when opening TIFF files
* Patch [ 1673067 ]: fix blur export on flowtext
* Patch [ 1678075 ]: fix FontInstance.cpp compile issue
* Patch [ 1673502 ]: fix broken Envelope (Summers Night) effect
* Security: fixed format string overflows in dialogs (CVE-2007-1463)
and whiteboard Jabber protocol (CVE-2007-1464).
This switches to the new stable branch. Too many changes to list here,
see the changelog.
Most notably: speed improvements, PDF output improvement, API additions,
bugfixes.
This switches to the new stable branch. There are too many API additions
and other changes to list here -- see the changelog.
Some notes:
-There is an unpatented hinter built in per default. The "truetype"
pkgsrc option does still enable another one -- the documentation here
is inconsistent, so I've left this alone for now. I couldn't find
a visible effect with my fonts on my display.
-New pkgsrc option "subpixel". Enables subpixel rendering for LCDs.
Not default because there are patent issues.
-There is sone strange effect of the CONFIG_SHELL environment valiable
on the "configure" script. Worked around this by overriding the
env var in the pkg Makefile. Someone understanding shell quoting might
be able to locate the underlying problem.
Comix 3.6.3
- Added a Hungarian translation by Ernő Drabik.
- Added a patch by Abdullah Hamed that fixes so that the arrow keys can be
used to flip pages also when not in fit-to-screen mode when the
corresponding preference is set. Just like was possible only with the
scroll wheel before.
- Fixed a bug with opening certain Zip files. Thanks to Steve Juranich for
the fix.
- Fixed a bug concerning %'s in filenames.
2007-02-16 Rodney Dawes
* configure.ac: Up version to 0.8.2 for release
2007-02-16 Rodney Dawes
* configure.ac:
* icon-name-mapping.pl.in:
Update the Copyright year for 2007
2007-02-16 Rodney Dawes
* legacy-icon-mapping.xml: Add links for the KDE viewmag icons
2007-02-15 Rodney Dawes
* icon-name-mapping.pl.in: Allow INU_DATA_DIR to override the path
where legacy-icon-mapping.xml can be found, to allow for use of
the utility in uninstalled situations
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9101
2007-02-15 Rodney Dawes
* legacy-icon-mapping.xml: Add gtk-select-all link to edit-select-all
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9966
changes:
-New native JPEG2000 image loader
-New optimized layout to show Comments & Tags side bar contents
-more EXIF properties can be shown
-Warning for lossy JPEG file saving
-Tags View from Comments & Tags side bar support drag & drop
changes:
-KPhotoAlbum is now capable of categorizing and showing videos
-Sub-categories are now shown as hierarchies in the browser and in the
annotation dialog. In the annotation dialog it is possible to put an
item into a sub-category simply by dragging it in there
-some UI improvements
-bugfixes