Changelog for
htmldoc-1.8.28-381.1.x86_64.rpm :
Mon May 2 14:00:00 2016 mpluskalAATTsuse.com
- Cleanup spec file with spec-cleaner
- Use macro for configure
Wed Feb 25 13:00:00 2015 benoit.moninAATTgmx.fr
- update to version 1.8.28:
* Updated default PDF version to 1.4.
* SECURITY: Fixed three buffer overflow issues when reading AFM
files and parsing page sizes.
* Fixed incompatibility with Fortify\'s version of strcpy, which
does not work properly with variable-length arrays (STR #235)
* Fixed compilation against PNG library 1.5 or later (STR #243)
* Fixed documentation errors (PR #6593, PR #6595)
* Marked Zapf-Dingbats as a standard font (STR #198)
* Fixed GPL license text in GUI (STR #222)
* Fixed a table formatting problem when a column has multiple
colspan values (PR #6709)
* Fixed parsing of HTML comments (STR #181)
* Fixed potential out-of-bounds read in table-of-contents
rendering code (STR #183)
* Fixed handling of image URLs with ampersands in them (STR #186)
* Fixed top/bottom margins for logo and header/footer images
(STR #174)
* Fixed image alignment bug (Bug #231)
* Fixed X11 build problem (Bug #243)
- add source url
- drop the following patches after upstream fix:
* htmldoc_CVE-2009-3050_535943.diff
* htmldoc-fortify.diff
* htmldoc-libpng15.diff
* htmldoc-link-x11.patch
- refresh patch htmldoc-docpath.diff
- add patch htmldoc-cups_rand.patch to work around a build error
(upstream bug #510)
- remove now unused --with-fltk configure options
- set datadir for make install
- do not package doc/ source directory: documentation is already
provided by htmldoc.pdf
- remove COMPILE.txt from doc: useless in a rpm
- add -q to %setup to avoid spamming the build log
Fri Apr 19 14:00:00 2013 dimstarAATTopensuse.org
- Add htmldoc-link-x11.patch: link the GUI app against libX11.
Tue Sep 4 14:00:00 2012 pgajdosAATTsuse.com
- builds also against libpng15
* libpng15.patch
Tue Dec 20 13:00:00 2011 cooloAATTsuse.com
- add autoconf as buildrequire to avoid implicit dependency
Tue Dec 20 13:00:00 2011 cooloAATTsuse.com
- remove call to suse_update_config (very old work around)
Mon Feb 15 13:00:00 2010 rguentherAATTsuse.de
- Fix stricter fortification fallout with GCC 4.5.
Fri Dec 11 13:00:00 2009 lmuelleAATTsuse.de
- Fix buffer overflow in the set_page_size function; CVE-2009-3050;
(bnc#535943).
Thu Aug 3 14:00:00 2006 lmuelleAATTsuse.de
- Update to version 1.8.27.
+ Fixed a crash bug that appeared when more than 10 blank
pages were present in a document (PR #6223)
+ Color changes were not reflected in PRE text (STR #129)
+ Remote URLs did not always work on older operating
systems (PR #6179)
+ Image filenames using % escapes were not decoded
properly.
+ Rows using BGCOLOR that spanned across multiple pages
did not render properly (PR #6149)
+ Rows no longer start on a new page due to a cell with
both HEIGHT and ROWSPAN specified (PR #6086)
+ CMYK JPEG images caused HTMLDOC to crash (PR #6106)
+ Table cell width calculations didn\'t always account for
the proper minimum width (STR #121)
+ Images were not copied when generating indexed HTML
output to a directory (STR #117)
+ Changing the bottom margin resulted in text that was
formatted below the bottom margin.
+ The Monospace-Oblique font was not embedded properly in
PDF files.
+ Outline and keyword strings in PDF files are now stored
as Unicode (STR #113)
+ The Flate compression code could get in an infinite
loop if it ran out of memory (STR #101)
+ Book files saved from the GUI did not handle filenames
with spaces (STR #105)
+ Fixed and re-enabled the ASCII85Device filter support
in PostScript Level 2/3 output (STR #116)
+ Character entities in the first word of a file were not
rendered properly (STR #111)
+ Fixed-size table columns were incorrectly resized when
a table width was also specified and there was extra
space to distribute (PR #6062)
+ Text could \"walk\" up or down when in-line images were
used (PR #6034)
+ Row backgrounds incorrectly replaced cell backgrounds
when the first cell in a row used ROWSPAN (PR #6033, PR
[#6036])
+ HTMLDOC did not correctly parse FONT FACE attributes
(PR #6006)
+ Images in Level 2/3 PostScript output did not work on
some printers (PR #6000)
+ The GUI did not use the first page header (PR #5978)
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires