Changelog for
libnetpbm11-10.66.3-2.1.x86_64.rpm :
Sat Aug 30 14:00:00 2014 cooloAATTsuse.com
- fix license for spdx 1.2 (IJG is now part of it, loosing SUSE prefix)
Mon Jun 23 14:00:00 2014 pgajdosAATTsuse.com
- updated to 10.66.3
* sgitopnm: fix bug: no output if input is RLE compressed.
* jpegtopnm -dumpexif: fix incorrect display of resolution.
* jpegtopnm -dumpexif: fix truncated make, model, or datetime.
* jpegtopnm -dumpexif: fix wild pointer with invalid EXIF data.
* build fixes
Tue Apr 1 14:00:00 2014 pgajdosAATTsuse.com
- updated to 10.66.00
* Add pamvalidate.
* Add pamfix: Does what pamfixtrunc did, plus repairs excessive
sample values.
* pgmramp: add -diagonal.
* libnetpbm: Read functions validate that sample values do not
exceed maxval.
* etc. see HISTORY for details
Wed Nov 27 13:00:00 2013 pgajdosAATTsuse.com
- updated to 10.64.04
* pnmtops: Fix bug: wrong output with -ascii85. Introduced in
10.63 (June 2013).
* pnmtops: Fix bug: wrong output with -rle. Introduced in
10.63 (June 2013).
* pnmtops: Fix bug: fails with message about waitpid() failing
if invoked with SIGCHLD ignored. Introduced in 10.56
(September 2011).
* pnmtops: Fix bug: closes Standard Error. Introduced in
10.64.02 (today).
* pnmtops: Fix bug: program hangs if it inherits lots of open
files. Introduced in 10.56 (September 2011).
* pngtopam: fix bug: ignores -gamma. Introduced in 10.48
* see HISTORY for details
- removed wordaccess-include-be.patch (upstreamed)
- removed stdbool-after-jasper.patch (workaround not needed yet)
Thu Oct 3 14:00:00 2013 dvaleevAATTsuse.com
- fix include syntax for BigEndian platforms
(wordaccess-include-be.patch)
Wed Sep 11 14:00:00 2013 pgajdosAATTsuse.com
- updated to 10.63.01
* pngtopam: fix bug: ignores -gamma. Introduced in 10.48
(September 2009).
* Add pamtowinicon, winicontopam. Thanks Ludolf Holzheid.
* pgmnoise: add -maxval, speed up. Thanks Prophet of the Way.
* etc. see doc/HISTORY
- added stdbool-after-jasper.patch, to be removed in the next
submission [bnc#839584]
Mon Dec 31 13:00:00 2012 pgajdosAATTsuse.com
- Update to 10.61.01:
* pamstereogram: change -guidesize default from 10 to 20
* pgmhist: Add -machine option.
* pgmhist: Add -median, -quartile, and -decile options.
* pamstereogram: Add -guidetop and -guidebottom options to replace
trick where negative -guidesize means top, positive means
bottom, absent means none.
* pamstereogram: -smoothing smooths images even without -texfile.
* pnmcat: set don\'t care bits in packed PBM output to zero so
they are predictable.
* etc. see doc/HISTORY
Sun Dec 2 13:00:00 2012 asterios.dramisAATTgmail.com
- Update libmin to 60.
- Added libjpeg-devel, libxml2-devel and pkgconfig(x11) as build requirements.
Wed Nov 21 13:00:00 2012 pgajdosAATTsuse.com
- updated to 10.60.03:
* Xbmtopbm: fix incorrect output, memory leak. Thanks Prophet of
the Way
.
* Pamtojpeg2k: default to no compression ratio constraint and
allow compression ratios less than 1. Because of compression
metadata, small images do require loss of quality in order to
get down to a compression ratio of 1.
* Sunicontopnm: Fix incorrect output for depth 8. Always broken
(depth = 8 capability was added in Netpbm 10.53 (December 2010).
pamgauss: Fix bug: erroneously says -maxval is too big on 64 bit
system. Always broken (Pamgauss was added in 10.23 (July 2004).
* xpmtoppm: major speedup for 3-character-per pixel files,
memory reduction for all files: use hash table instead of
linear search or direct index, go row by row.
* xpmtoppm: fix bogus \"color number too large\" failure. Broken
in 10.49 (December 2009).
* pnm_hashtuple: slight performance improvement from new hash
function. Thanks Prophet of the Way .
* ppmtospu: wild memory accesses. Always broken (program added in
10.58 (March 2012).
* pamtosrf: fix storage corruption. Always broken (program added
in 10.55 (June 2011).
Tue Nov 20 13:00:00 2012 pgajdosAATTsuse.com
- add url tag
Thu Sep 6 14:00:00 2012 pgajdosAATTsuse.com
- updated to 10.59.2:
* transition super-stable --> advanced branch
* builds with libpng15
* patches summary:
- > dropped unneeded or upstreamed patches:
- fixes.patch
- libpng14.patch
- manpages.patch
- pamscale.patch
- pnmtopng-CAN-2978.patch
- > left patches
[#] make.patch (suse specific)
[#] no-build-time.patch (suse specific)
[#] missing-file-close.patch (should be upstreamed in newer
versions)
[#] tmpfile.patch (rewritten)
[#] security-code.patch (taken from fedora, replacement of
former security.patch)
[#] security-scripts.patch (taken from fedora, replacement of
former security2.patch)
Thu Aug 30 14:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-3-Clause and GPL-2.0+ and SUSE-IJG and MIT and
SUSE-Public-Domain
SPDX format, as per Fedora declaration
Tue Aug 7 14:00:00 2012 pgajdosAATTsuse.com
- updated to 10.35.86:
* ppmtobmp: fix failure with \"internal error\" message on all
uses.
* pamscale: fix all black output with resampling.
* pgmtexture: fix integer overflow in difference variance.
* pgmtexture: fix array bounds violations in various calculations.
* pngtopnm: fix crash with invalid tIME chunk.
Tue Nov 1 13:00:00 2011 pgajdosAATTsuse.com
- updated to 10.35.82:
* pnmtopng: fix bug: with -alpha specifying a mask which contains
no fully transparent area, output PNG is fully opaque.
Introduced in 10.29.
* pnmquant: work with older Perl that doesn\'t have 3-argument open.
* pnmtops: fix message: says \"from top edge\" where it means
\"from bottom edge.\"
* pgmtexture: fix wrong sum variance result. Wrong since the
beginning. Thanks Francois P. S. Luus .
Tue May 24 14:00:00 2011 pgajdosAATTnovell.com
- updated to 10.35.80:
* asciitopgm: fix bug: memory corruption on too-long lines.
* asciitopgm: fix bug: improper handling of blank lines.
* pngtopnm: fix bug: -verbose reports history chunk present when
it\'s really a palette.
* bmptopnm: Don\'t crash on invalid zero value of image height in
the BMP header of a compressed file.
* bmptopnm: don\'t crash on large invalid value of \'colorsused\' in
the BMP header.
* ilbmtoppm: Don\'t crash on image that has a transparent color
index, but no color map.
Tue Nov 16 13:00:00 2010 pgajdosAATTsuse.cz
- updated to 10.35.77:
* ppmtompeg: fix crash with free of unallocated memory.
* Build: don\'t expect snprintf() to exist.
* Build: don\'t use or bzero().
Wed Sep 1 14:00:00 2010 pgajdosAATTsuse.cz
- updated to 10.35.76:
* Pnmtopng: -libversion doesn\'t report level of linked libz.
* don\'t fail due to SIGRTMIN, SIGRTMAX being undefined.
* palmtopnm: fix for pixel size 16. Thanks Paul Bolle
.
* fix -reduce. Introduced in 10.27.
- build against libpng14
* libpng14.patch
Tue Aug 31 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Do not include build date in binaries
Tue Apr 6 14:00:00 2010 pgajdosAATTsuse.cz
- requires libpng12-compat-devel instead of libpng-devel for build:
netpbm will be compatible with libpng 1.4 branch from
version 10.48
Tue Mar 30 14:00:00 2010 pgajdosAATTsuse.cz
- updated to 10.35.74 (see doc/HISTORY)
* upstreamed or outdated
- colornames-init.diff (present in the code)
- endian.patch (tested against bnc#105431)
- pamtouil.patch (present in the code)
- ximtoppm-fixes.patch (present in the code)
- [partially, refreshed] fixes.patch
- pngtomng-transparent.patch (tested against bnc#225258)
- rgb.patch (/usr/share/X11/rgb.txt is in RGB_DB2 yet)
* .dif renamed to make.patch
* gcc45.patch merged into fixes.patch
Sat Feb 13 13:00:00 2010 rguentherAATTsuse.de
- fix harmless buffer-overflow to fix build with GCC 4.5
Fri Dec 18 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Tue Nov 24 13:00:00 2009 pgajdosAATTsuse.cz
- updated to 10.35.69 (see HISTORY)
Thu Aug 6 14:00:00 2009 pgajdosAATTsuse.cz
- updated to 10.35.66 (see HISTORY)
+ mainly build fixes
- added fclose [bnc#528306]
* missing-file-close.patch
Mon Jul 13 14:00:00 2009 cooloAATTnovell.com
- fix broken symlink
Wed Jun 17 14:00:00 2009 nadvornikAATTsuse.cz
- improved generating of man pages [bnc#431226]
- fixed various warnings
Tue Jun 16 14:00:00 2009 nadvornikAATTsuse.cz
- generate man pages from html
Mon Jun 15 14:00:00 2009 nadvornikAATTsuse.cz
- updated to 10.35.64
* for detailed changelog see
/usr/share/doc/packages/netpbm/HISTORY
- use security patches from Fedora
Mon Jun 1 14:00:00 2009 nadvornikAATTsuse.cz
- build fix: use non-conflicting name instead of \"getline\"