1.39
- Add LICENSE section to the documentation
- Fix detection of threaded perl builds in the tests
- Fix STORABLE_freeze when no plain keys are added
Changes since OpenSSH 6.3
=========================
This release fixes a security bug:
* sshd(8): fix a memory corruption problem triggered during rekeying
when an AES-GCM cipher is selected. Full details of the vulnerability
are available at: http://www.openssh.com/txt/gcmrekey.adv
Changes since OpenSSH 6.2 is too many to write here, please refer
the release note: http://www.openssh.com/txt/release-6.3.
Changes:
- work around perl 5.18.0 breakage in tabbed extension
(reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
- fix regression that caused the double-click word selection to
erroneously include a tab on the left of the selected word.
- implement FOCUS variable and focus_fade function in background
expression, to allow focus-sensitive background images.
- add support for the set cursor style (DECSCUSR) control
function.
- honour cursorColor also when the cursor style is underline.
- export some Color_xxx constants to Perl.
pkgsrc changes:
- remove patches/patch-src_perl_tabbed, it is upstream now
Changes from doc/en/ReleaseNote:
ver 3.3.1
* Add "use_auto_detect" and "auto_detect_encodings" options.
(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
auto detection of utf8, eucjp and sjis.)
* Support ESC $ on non-ISO2022 encodings such as UTF-8.
* Reset pending DCS sequence by pressing ESC key.
* Support iBus 1.5.
* Enable to specify the conversion engine name of iBus. (e.g. --im ibus:anthy)
* Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
* "unlimited" value is available for "logsize" option.
* Bug fixes:
Fix the bug of convertion to sjis.
Fix the bug which disabled threading scp.
Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
DNSPerf, ResPerf, and DHCPerf are free tools developed by Nominum that
make it simple to gather accurate latency and throughput metrics for
Domain Name Service (DNS) and Dynamic Host Configuration Protocol
(DHCP). These tools are easy-to-use and simulate typical Internet so
network operators can benchmark their naming and addressing
infrastructure and plan for upgrades. The latest version of the DNS
test tools (DNSPerf and ResPerf) can be used with new test files that
include IPv6 queries.
DNSPerf "self-paces" the DNS query load to simulate network
conditions. New features in DNSPerf improve the precision of latency
measurements and allow for per packet per-query latency reporting is
possible. DNSPerf is now multithreaded, multiple DNSPerf clients can
be supported in multicore systems (each client requires two
cores). The output of DNSPerf has also been improved so it is more
concise and useful. Latency data can be used to make detailed graphs
so it is simple for network operators to take advantage of the data.
+ Full text search indexing can now be done automatically after
saving/copying mails by setting plugin { fts_autoindex=yes }
+ replicator: Added replication_dsync_parameters setting to pass
"doveadm sync" parameters (for controlling what to replicate).
+ Added mail-filter plugin
+ Added liblzma/xz support (zlib_save=xz)
- v2.2.8's improved cache file handling exposed several old bugs
related to fetching mail headers.
- v2.2.7's iostream handling changes were causing some connections
to be disconnected before flushing their output (e.g. POP3 logout
message wasn't being sent)
The build does not create all those unnecessary shlib symlinks on MirBSD
(I believe this is due to a patch I sent in years ago), so add separate
PLIST.MirBSD files that do not contain these files.
(BTW, I would be grateful to learn how I can achieve the same effect
without copying PLISTs, but this works.)
Upstream changes:
Release 5.1
Fix entities in attributes only working for root node. RT #89402
Thu Oct 03 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.0
Add support for using XML Catalogs. (related to RT #87010)
Add support for expanding entities.
perl tidy FTW
Remove xt/ deps from Build.PL. RT #78039
Doc typo fixes. RT #66404
Error out if args to new are not in a hash. RT #70654
Add logic to keep entities in attributes when NoExpand is set. RT #88973
Jul 17 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.3
Hard code VERSION in TreeBuilder.pm for PAUSE. RT #86964
Jul 15 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.2
Added store_cdata to handle CDATA.
More test coverage.
This module implements draft 0.4 of John Cowan's XML Catalog (formerly
known as XCatalog) proposal (<http://www.ccil.org/~cowan/XML/XCatalog.html>).
Catalogs may be written in either SOCAT or XML syntax (see the proposal
for syntax details); XML::Catalog will assume SOCAT syntax if the catalog
is not in well-formed XML syntax.
Upstream changes:
3.1.0 2013-11-16 16:46:35+0900
[BUG FIXES]
- Close#95; $/ affected the parse() method
[FEATURES]
- Add $xslate->validate($file) method to check template syntax
3.0.2 2013-11-15 21:56:53+0900
[BUG FIXES]
- Fix a mojibake issue where utf8::upgrade() was always called when
loading caches (hanabukuro++)
3.0.1 2013-11-04 12:27:51+0900
[TEST FIXES]
- Fix a test that might fail on a slow machine like Raspberry Pi
(Getty++)
3.0.0 2013-10-18 08:59:22+0900
- No code changes from 2.1.0, just re-packaging for package managers
2.1.0 2013-10-17 22:18:21+0900
[BUG FIXES]
- Fix an issue that multi-bytes string literals used for a hash key
was not dealt as a text string (@Niratama++)
WARNING: this change could break your code if you use multi-byte
text string as a hash key.
2.0010 2013-10-07 21:56:12+0900
[BUG FIXES]
- Fix an issue that vpath with text-strings raised errors
on newer perls due to specification changes in PerlIO::scalar (#90)
- Documentation tweaks (#84, #86)
Upstream changes:
1.82 Wed 6 Nov 13:17:39 IST 2013
- Makefile.PL: Report LibXSLT mismatch correctly.
- https://rt.cpan.org/Ticket/Display.html?id=90085
- Thanks to David Schmidt for the report, and to joel and brother
from the channel #perl-help for analysis.