Changelog:
Changes with APR-Util 1.4.1
*) Apply Windows build fixes for the apr_crypto API. [Mladen Turk]
Changes with APR-util 1.4.0
*) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK.
PR: 42682 [Stefan Fritsch]
*) apr_memcache_server_create: Fix possible segfault. PR 51064.
[Michajlo Matijkiw <michajlo_matijkiw comcast com>]
*) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
*) Do not include apr.h and apr_errno.h from system search path in
apu_errno.h. PR 46487 [Rainer Jung]
*) Add optional dbm, openssl and nss subpackages to the RPM spec file.
[Graham Leggett]
*) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
or sybdb.h. [Graham Leggett]
*) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
test to verify the interoperability of the two modules. Builds default
to disabled unless explicitly enabled.
[Graham Leggett]
*) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
based on the modular dso interface used for dbd and ldap. Initially,
the interface supports symmetrical encryption and decryption. The
purpose of the interface is to offer portable and interoperable
access to basic crypto using the native crypto libraries present on
each platform. [Graham Leggett]
*) Add trace probes to hooks, making it easier to inspect APR Hook based
applications with DTrace or other such mechanisms.
[Theo Schlossnagle <jesus omniti.com>, generalized by Jeff Trawick]
*) Implement resource list when threads are unavailable. PR 24325
[Bojan Smojver]
Changes with APR-util 1.3.13
*) Fix a failure of configure to detect ldap_set_rebind_proc(),
encountered on Fedora 15 with gcc 4.6. [Bojan Smojver]
*) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
*) Improve platform detection for bundled expat by updating
config.guess and config.sub. [Rainer Jung]
*) Sync libtool handling of bundled expat from APR. [Rainer Jung]
The upgrade to nss3 brought in several indirectly linked libraries which the default version
of binutils will not follow by design. The solution is to add each needed library to the
linker invocation. This is done for DragonFly only.
Some Perl modules need to ship C libraries together with their Perl
code. Although there are mechanisms to compile and link (or glue) C
code in your Perl programs, there isn't a clear method to compile
standard, self-contained C libraries.
This module main goal is to help in that task.
2.02: more progress on portability; introduced the beginnings of a suite
of tests; improvements in the --keepinfo functionality, and to the
treatment of file permissions (thanks to Marco Pessotto for these).
[2010-04-14]
2.01: fixed a silly bug (thoughtless use of "test -a" in a couple of
places) which seriously affected portability. [2010-04-13]
2.00: a major re-design. This is not completely backward-compatible with
previous versions of the pdfnup, pdfjoin and pdf90 scripts. The
differences in interface are few, though.
In addition, various reported bugs have been fixed - many thanks to all
those kind people who reported them (too numerous to list here!)
[2010-03-14]
1.21: bug fixes, including security issues (many thanks to Eduard Bloch,
Robert Buchholz and Martin Vaeth for helpful reports on vulnerabilities
and for kindly contributing patches); the scripts now call for /bin/bash
as interpreter; availability of mktemp is now also assumed; the
Mac OS X droplets now look for pdflatex at (by default)
/usr/texbin/pdflatex [2009-01-19]
2.4.9
=====
*) Fixed help window (corrects problem related to tooltip api changes)
*) Fixed regex reference guide (missing exit icon)
2.4.8
=====
*) Uses the new logo/icons contributed by Konstantin Ryabitsev
*) Fixed reportBug bug-- dialog would not load due to attribute error
2.4.7
=====
*) packaging now contains python2.3 and python2.4 specific rpms (rather
than just an "rpm")
*) Windows binary is now complied against python2.4 rather than 2.3
Earlier changes unknown.
# 0.9.0 - 2011.08.30
- Add support for the "Status" dbusmenu property. Will be used by
appmenu-qt for LP BUG 737419 (Aurelien Gateau)
- Collapse multiple separators, get rid of starting and trailing
separators (LP BUG 793339) (Aurelien Gateau)
# 0.8.3 - 2011.06.21
- If DBusMenuExporter is deleted, delete all DBusMenu instances which were
working with it (Aurelien Gateau)
- Only show icons in menu if the platform allows them (Michael Terry)