Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
libpagemaker 0.0.4
- Add a command line tool for conversion to plain text, called pmd2text.
- Require C++11 for build.
- Drop outdated MSVC project files.
- Fix parsing of page dimensions and shape coordinates in Mac documents.
That makes the output at least somewhat useful, but more work is needed
to handle big endian files properly.
- Fix parsing of color tint in Mac documents. (tdf#109126)
- Fix parsing of text formatting attributes in Mac documents.
- Properly handle all caps and small caps.
- Parse more text formatting attributes.
- Parse more paragraph attributes.
|
|
|
|
2017-06-22
Version 2.5.7
Updated Unicode character names and normalization data to 10.0.0
Added a 64-bit Windows build
Updated documentation
2016-04-19
Version 2.5.6
Added a diversion of /usr/bin/teckit_compile to avoid a conflict with the
texlive-binaries package on Linux
2016-04-11
Version 2.5.5
Split shared libraries into a separate Linux package
Made Linux packages multiarch-compatible
Fixed compiler warnings
2014-07-09
Version 2.5.4
Improved building and testing scripts
Enabled tests to be run on Windows without bash
2014-06-30
Updated Unicode character names and normalization data to 7.0.0
Fixed data normalization bug
Updated tests
Improved Unicode version updating
Fixed compiler warnings
2011-01-13
Updated Unicode character names and normalization data to 6.0.0
Updated copyright dates and contact details
2009-01-30
Fixed returning zero-length strings in Perl
2008-04-07
updated Unicode character names and normalization data to 5.1
now building Windows release with mingw32-gcc instead of CodeWarrior
minor compiler bugfixes and code cleanup for portability
2006-03-16
updated Unicode character names and normalization data to 5.0
added license files and docs to subversion repository
released new Windows binary package, supporting -x option in teckit_compile
|
|
|
|
|
|
libmspub 0.1.3
- Workaround a build error on some 32-bit systems.
- Parse table row and column sizes. (tdf#89061)
- Fix various problems when parsing broken files, found with the help of
american-fuzzy-lop and oss-fuzz.
- Make the output of pub2foo --help more compatible with help2man.
- Extract more metadata from documents.
- Require C++11 for build.
- Drop outdated MSVC project files.
- Handle table cells containing multiple paragraphs correctly. (tdf#89393)
- Parse more text formatting attributes: all underline types, small
caps, all caps, outline, emboss, engrave, shadow.
- Parse text language.
- Various minor changes and improvements.
|
|
|
|
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
|
Reset PKGREVISION with updating of all lang/php* packages.
|
|
|
|
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
|
|
|
2.97001 to be released
- tweak internal number detector to always considers a flagged
value as a string (GH#35, haarg++)
- clarify json_pp options (RT-123766; Dan Jacobson)
|
|
2.97001 2017-12-21
- updated backportPP with JSON::PP 2.97001
|
|
|
|
|
|
|
|
|
|
|
|
Version 2.1.2:
* Fix font-size
|
|
Install header file ext/iconv/php_iconv.h to fix build problem of
www/php-http and www/php-http3.
Bump PKGREVISION.
|
|
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
|
|
|
|
2.04
- check for valid utf-8 also in upperlower_checkenc()
- fix parsable output, missed the path files to run utime() on
- add --run-parsable option to blindly run what a file generated with --parsable tells us to do
|
|
Version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows
|
|
1.25 Wed Nov 22 20:48:48 2017
- Makefile.PL: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
|
|
1.24 Sun Nov 19 22:06:03 2017
- xs: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
|
|
2.97000 2017-11-21
- fix is_bool to use blessed() instead of ref() (jwrightecs++)
- use 5 digit minor version number for a while to avoid confusion
(GH#33, dansut)
2.96 2017-11-20
- not to use newer Test::More features (RT-122421 for JSON)
2.95 2017-11-20
- json_pp now prints an encoded json string (RT#123653)
- fix is_bool to use ->isa("JSON::PP::Boolean"), instead
of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)
|
|
2.97000 2017-11-21
- updated backportPP with JSON::PP 2.97000
- use 5 digit minor version number for a while to avoid
confusion
- fixed is_bool to use blessed() instead of ref()
2.96 2017-11-20
- fixed packaging issue
- updated backportPP with JSON::PP 2.96
- not to use newer Test::More features (RT-122421; ilmari++)
2.95 2017-11-20
- updated backportPP with JSON::PP 2.95
|
|
libvisio 0.1.6
- Consider stencil txtxform in binary formats (tdf#67914).
- Parse font width scaling.
- Fix dependency of tests on time zone (tdf#92396).
- Enable building of unit tests without command-line tools.
- Remove namespace check for VDX to allow parsing documents produced by
lucidchart.com (tdf#98791).
- Output shape ID if set.
- Fix parsing of text block background color in some cases.
- Write bitmaps with color palette correctly.
- Deduce text encoding from font name.
- Parse theme fill and shadow color.
- Parse font scheme in VSDX documents.
- Require C++11 for build.
- Fix various crashes, leaks and hangs when reading damaged files found
by oss-fuzz.
- Drop outdated Windows project files.
- Fix some issues found by Coverity.
- Many other small improvements and fixes.
|
|
1.23 Mon Nov 13 19:10:28 2017
- Now UCA_Version 36 (for Unicode 10.0.0) is supported.
* But the default UCA_Version is still 34.
- added nushu.t in t.
|
|
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Do not compress using Snappy if the buffer is larger 2**32
* Build fixes
|
|
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Do not compress using Snappy if the buffer is larger 2**32
* Build fixes
|
|
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Build fixes
|
|
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd
|
|
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd
|
|
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd
|
|
Upstream changes:
1.22 Sat Nov 11 10:53:35 2017
- someone suggests using 'exists' for checking the truth of
$collator->{mapping}{$variable} and $collator->{maxlength}{$variable},
where $variable may stand for codepoints whose mapping is not defined;
though such a problem was not reproduced on my environment.
|
|
1.21 Sat Nov 4 10:49:19 2017
- mklocale: [rt.cpan.org #121664] . removed from @INC (take 2)
- DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt.
* Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- The default UCA_Version is 34.
- added tangut.t in t.
- Locale/*.pl and CJK/Korean.pm are updated.
1.20 Fri Nov 3 11:50:21 2017
- XS: [rt.cpan.org #121664] . removed from @INC
- U::C::Locale newly supports locales: dsb, lkt.
|
|
Version 3.12.0:
* Fix threaded import race condition
* Move RawJSON implementation to simplejson.raw_json module
* Move JSONDecodeError implementation to simplejson.errors module
|
|
Changelog:
2017-10-10: Version 7.4.0
* New option --allow-chown to allow file ownership change
in old file mode. Option --no-allow-chown does the opposite.
* Code cleanup.
2017-07-04: Version 7.3.5
* New flag 0 for option -i, --info. End information lines with a null
character instead of a newline character, enabling correct file name
interpretation when flag c is used.
* Don't print leading spaces when option -i with flag c is used.
* Code cleanup.
* Manual update.
* Translation updates.
|
|
Version 2.1.1
Use cssselect2 and tinycss2 instead of cssselect and tinycss
Don’t require lxml anymore
Rely on defusedxml to detect unsafe SVG files
Use http://www.w3.org/2000/svg as default namespace
|
|
- Updating p1_utils to version 1.0.10.
- Fix possible overflow of inleft
|
|
libzmf-0.0.2
- Allow build with boost older than 1.56.
- Require C++11 for build.
- Fix various issues found by oss-fuzz.
- Minor code cleanups.
|
|
libcdr 0.1.4
* Fix several issues found by oss-fuzz.
* Require C++11 for build.
* Fix issues found by coverity.
* Various code cleanups.
|
|
|
|
|
|
This package contains a perl module for uuencoding and uudecoding
data.
|
|
help2man 1.47.5:
* Refresh Brazilian Portuguese translation from translation project copy
(trivial date change).
* Update Swedish translation.
* Use POSIX compliant TZ when setting UTC.
* Update copyright years.
|