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
This is a new version, for major Ubuntu release 18.04.
$TMPDIR path rewriting turned off on Unix; only used for Windows.
Added pix conversion to depth 2 and 4. We now have general
converters to 1, 2, 4, 8, 16 and 32 bpp.
Modified giflib to use read/write from/to memory; no temp files;
no longer support versions before 5.1.
Move most low-level code from separate files to their callers;
about 30 of them became static.
Improved table detection on scanned page images (tests: pageseg_reg.c)
Added support for write/compare regression tests for files.
Modified printimage for more flexibility.
Enable lookup by key on comma-separated key/value text file.
Update README.html for building with Visual Studio.
Improved functions for getting pixel averages in RGB images
Simplified and speedup of unsharp masking.
New function for detecting and correcting text orientation.
Remove slow sharpening operation when not appropriate during scaling.
Better handling of gplots with 0 or 1 data point.
Coverity scan fixes.
Modified jpeg2000 header to use openjpeg 2.3.
Improved depth accessors for pixa and pixaa; added size accessors
for pixa and pixaa.
Bug fix in webp interface on read error.
New function that finds the closest boxes in a boxa to any particular
box, in each of 4 directions.
New regression tests in automated sequence: blend5_reg, quadtree_reg,
wordboxes_reg.
New program: textorient
Removed programs: snapcolortest
4.8.0
- Cleanly shutdown integrated event loops when shutting down the kernel.
- %gui qt now uses Qt 5 by default rather than Qt 4, following a similar
change in terminal IPython.
- Fix event loop integration for :mod:asyncio when run with Tornado 5,
which uses asyncio where available.
Changes in Jupyter Client 5.2.2
- Fix :meth:.KernelSpecManager.get_all_specs method in subclasses
that only override :meth:.KernelSpecManager.find_kernel_specs
and :meth:.KernelSpecManager.get_kernel_spec.
- Eliminate occasional error messages during process exit.
- Improve error message when attempting to bind on invalid address.
- Add missing direct dependency on tornado
all security advisory up to and including XSA254.
While there pass XEN_VENDORVERSION=nb${PKGREVISION} to make so that
'xl info' shows the NetBSD PKGREVISION. If PKGREVISION is not available,
define this as 'nb0'.
From DESCR:
This Python module allows you to create TCP connections through a SOCKS proxy
without any special effort.
This is needed as one of the dependencies of py-gsutil, as noted in
PR pkg/52941.