Changelog for
pdfcompare-1.6.8-lp151.2.2.noarch.rpm :
* Tue Oct 10 2017 fstrbaAATTsuse.com- Remove dependency on pdftk. It is only needed for restest.sh and pdftk depends on GCJ and its capacity to compile Java code natively. This capacity goes with the removal of gcc6, which was the last gcc version to be able to build tools for Java language.
* Tue Apr 19 2016 jwAATTowncloud.com- V1.6.8 - cleaner popup annotations unless -S - no navigation buttons unless -f ..N..
* Mon Apr 18 2016 jnweigerAATTgmail.com- V1.6.7 - support Ubuntu 14.04
* Mon Apr 18 2016 jwAATTowncloud.com- V1.6.6 - hunspell usage hint: how to add words to private dictonary.- pull_github.sh added.- use pdf_highlight.py if pdfcompare.py is not in the tar. Historic name.
* Tue Jan 07 2014 jwAATTsuse.de- V1.6.5 - merged https://github.com/jnweiger/pdfcompare/pull/4 from tomschr
* Tue Dec 03 2013 jwAATTsuse.com- added %doc COPYING- License: GPL-2.0
* Thu Jun 13 2013 jwAATTsuse.com- V1.6.4 - Allow pdftohtml to produce slightly invalid xml. We compensate using a fallback that erases all
... tags. - Not-strict improved: better ignore hyphenation change and dotted lines.
* Mon Apr 29 2013 jwAATTsuse.com- V1.6.2 - COPYING added, to retry sr#173525 - Distinction between mediabox and cropbox implemented, so that changebars and navigation is not outside the visible area. - Option --leftside added.
* Thu Mar 28 2013 jwAATTsuse.com- V1.6.1 - new option --below added, helps with obscure crashes in pyPDF. Sigh.
* Wed Mar 27 2013 jwAATTsuse.com- V1.6 - added experimental opcodes_find_moved() Works very well. - long delete popups truncated.
* Wed Mar 13 2013 jwAATTsuse.com- V1.5.1 jw
* added test/python3.sh -- cannot test much, too many modules missing.
* Added a trivial --log implementation.
* sorted command line options alphabetically.
* Sat Feb 02 2013 jwAATTsuse.com- V1.4
* option --spell added. Using hunspell.py
* several places use now urllib.quote_plus to circumvent encode() issues.
* Tue Jan 29 2013 jwAATTsuse.com- V1.2 --margins feature added
* Tue Jan 29 2013 jwAATTsuse.com- fixed helptest.sh to allow other version numbers that 3char.- propper tar-ball with make tar
* Mon Jan 28 2013 jwAATTsuse.com- V1.1b jw
* bugfix in mergeAnnots()
* factored out highlight_height and reduced from 1.4 to 1.2 for less overlap.
* Mon Jan 28 2013 jwAATTsuse.com- Version 1.1a- fixed subtracting from NoneType .- Started --feature margin code.
* Thu Jan 24 2013 jwAATTsuse.com- Version 1.1
* backwards and forwards navigation code added for easily finding next and previous page with changes. Using page_ref_magic as a placeholder with dummy self refs.
* implemented proper relocation and merge in mergeAnnots().
* some off-by-one errors fixed with first_page, last_page.
* Tue Jan 22 2013 jwAATTsuse.com- oops, fixed --features default.- added -n- skipping PDF result test if suse_version < 1210
* Mon Jan 21 2013 jwAATTsuse.com- Version 1.0
* added option --features anno,highight,changebar
* removed option --no-anno in favour of option --features.
* improved option --search-colors to handle all 4 colors.
* Fri Jan 18 2013 kpetschAATTsuse.com-Cleaned up spec file for better readability
* Fri Jan 18 2013 kpetschAATTsuse.com-Version 0.8:- Added pdfcomparetest tarball which includes unit tests- added opcodes_post_proc() to make replace operations more the human friendly- calling compressContentStreams() unless --no-compression- higher --transparency is now more transparent, not less.- delete markers at end of previous text, not start of next.
* Wed Jan 16 2013 kpetschAATTsuse.com-Version 0.6 First draft