Upstream changes:
0.30 Wed Sep 18 09:21:00 2013
- No code changes.
- Add t/intersection.*.pl as part of the expanded discussion of methods such as intersection().
This code was developed in conjunction with Joern Behre, to help clear up confusion over
the issue of the uniqueness of items returned from various methods.
- Add an FAQ with an item discussing this issue.
- Expand the discussion of overloaded operators to recommend testing of the output of various methods
before production use, and that unique() may need to be called, since unique() is not called
automatically during a call to, say, intersection().
- Include docs for bag(), difference(), intersection(), is_equal() and not_equal() explicitly among
all other methods, besides their original mention under 'OVERLOADED (COMPARISON) OPERATORS'.
- Include docs for new() as well.
0.29 Wed Jul 3 16:20:00 2013
- No code changes.
- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
- Recreate META.* files so they say licence is artistic_2 rather than artistic_1.
Build.PL and Makefile.PL already said artistic_2, but the META.* files didn't.
There is no reference to licences in the source of the module itself.
This was requested by Christopher Meng who packages stuff for Fedora.
0.28 Wed Dec 19 08:50:00 2012
- Extend fix for RT#81971 to add ^ in the regexps used in index() and rindex(), so they are now
/^\Q$value\E$/ and not just /\Q$value\E$/. This issue was also reported by Henrik Hald N鴕gaard.
- Update docs for rindex() is say undef is returned - as with index() - if the value is not found.
- Extend t/rt.81971.t to check rindex() returns undef when searching for the suffix of a value.
0.27 Sat Dec 15 07:19:00 2012
- Fix RT#81971, kindly reported by Henrik Hald N鴕gaard.
When special chars, as used in regexps, are set members, or used to find set members, they
must be quoted with \Q$value\E inside regexps.
This fix was applied to count(), delete(), exists(), index() and rindex().
- Add t/rt.81971.t to exercise the new code.
- While examining the code for this fix, I found a couple of other bugs: In index() and rindex(),
the value searched for was compared with each set member using this regexp, /$value/,
instead of this regexp, /$value$/. The missing, trailing, $ meant that the member could match just
the prefix of $value, rather than match the value exactly. So in those 2 methods the tests are now
/\Q$value\E$/. The other 3 methods mentioned above already used /$value$/.
Changelog:
New in NSS 3.15.3.1
New Functionality
No new major functionality is introduced in this release. This is
a patch release to revoke trust of a subordinate CA certificate
that was mis-used to generate a certificate used by a network
appliance.
Bugs fixed in NSS 3.15.3.1
Bug 946351 - Misissued Google certificates from DCSSI
A complete list of all bugs resolved in this release can be obtained
at
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.3.1&product=NSS
Compatibility
NSS 3.15.3.1 shared libraries are backward compatible with all
older NSS 3.x shared libraries. A program linked with older NSS
3.x shared libraries will work with NSS 3.15.3.1 shared libraries
without recompiling or relinking. Furthermore, applications that
restrict their use of NSS APIs to the functions listed in NSS Public
Functions will remain compatible with future versions of the NSS
shared libraries.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.
This package tracks 24 extended support release.
Pipes are troublesome beasts because there are a few different, incompatible
ways to create them. Not all platforms support all ways, and some platforms
may have hidden difficulties like incomplete or buggy support.
IO::Pipely provides a couple functions to portably create one- and two-way
pipes and pipe-like socket pairs. It acknowledges and works around known
platform issues so you don't have to.
Upstream changes:
0.39 - 2013-08-17, H.Merijn Brand <h.m.brand@xs4all.nl>
* Upped copyright to 2013
* Add alternative test results for 5.19.3 and up (COW and no PV for IV)
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.
Should work on 5.18 now.
2.34
Administrative release to eliminate build dependency on module
used only for testing.
2.33
Caught up with various RT reports, and fixed a bunch of them.
[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)
[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.
Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.
This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
Upstream changes:
2013-05-10 Gisle Aas <gisle@ActiveState.com>
Release 1.22
Deal with class names containing '=' [RT#72415]
Filters now get access to $ctx->expr; the textual expression
denoting the current object.
Upstream changes:
1.23 2013-09-26 DCANTRELL Add David Muir Sharnoff's tests for
really big data structures (but not yet working);
Check for taint-mode less insanely, thanks to Ilmari;
Don't delay loading File::Find::Rule (see RT 87554)
Upstream changes:
version 1.18; 2013-09-21
* bugfix: store peep chain link reliably under threads
* update tests for Perl 5.19.4's removal of the special treatment of
aliased undef in arrays
* in doc, switch to consistent use of British English spellings
* doc typo fix
version 1.17; 2013-08-04
* bugfix: correct the dtrace-related macro squashing for Perls prior
to 5.13.8, where the macros had the wrong number of parameters and
prevented compilation
* bugfix: use core's PL_no_localize_ref string constant as data string
rather than format string
* update to handle the new padrange op type in Perl 5.17.6
* update to handle the new op allocation mechanism in Perl 5.17.2
* clarify and expand documentation around list-like assignments
* clarify documentation of deref() regarding lvalueness
* remove the bulk of the documentation from the README file
Upstream changes:
0.004004 Sun Aug 5 17:46:56 2012
- Further patch to failures.t
- Added redefinition of Scalar::Util::blessed() to avoid nasty
surprises (thanks Andrew!)
- Added confess() and cluck() overrides
and fixed caller() override to set @DB::args when appropriate
0.004005 Mon Aug 20 10:44:35 2012
- Further patch for t/confess.t
(Thanks, David!)
0.004006 Thu Oct 4 16:49:47 2012
- Circumvented annoying undef-as-key warnings in Perl 5.17+
- Honour @CARP_NOT's when reporting context
0.004007 Fri Oct 5 23:05:05 2012
- Added BLESSED handler for better control over how blessed() lies
- Upgraded reimplementation of blessed() to make more sense
Upstream changes:
2.20 Sun Nov 24 10:52:00 2013
- Relax pre-req version requirements
2.19 Sun Sep 15 09:16:00 2013
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
Reported by Jean-Louis Morel. See RT#88670.
2.18 Sat Sep 14 10:03:00 2013
- Remove obsolete and wrong version # from Makefile.PL.
Reported by Jean-Louis Morel. See RT#88658.
- Implement Kevin Ryde's suggestion to test if read() will return undef.
If so, set an error message and (still) return undef.
2.17 Fri Sep 13 12:41:00 2013
- Remove the file tests -efr during calls to read(). The open() tests for any error.
Also, the -f test was reporting /dev/null as a directory, not a file.
Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
- Clean up some error messages slightly.
2.16 Fri Sep 6 11:54:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long :-(.
Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
See: RT#88435 (for Tree::DAG_Node) for an explanation.
2.15 Sun Aug 4 14:59:00 2013
- Clean up the shambolic dates in this file.
- Add a note under Caveats about setting options more that once. Only the first case is respected.
Thanx to Kimmel K. See RT#69795.
- Add a $encoding parameter to read_file() and write_file(). See docs for details.
Add t/04.utf8.t and t/04.utf8.txt.
Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
- For BSD-based systems, when writing a file during tests, use:
my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift char.
- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
- Add an FAQ to the docs.
- Clean up the docs.
Build:
* Gio::ActionGroup: Remove a nonsensical check that
clang complains about, correctly.
Documentation:
* Gio::content_type_*(): Add a link from Gtk::AppChooser.
* giomm_tls_client test: Add some comments
* Handle attribute lists with multiple accepted values for the same key
when creating a collection match rule (BGO#700865).
* Added getStringAtOffset.
* Add some examples (Magdalen Berns, BGO#701063).
* Removed setting of AT_SPI_CLIENT, as it is no longer used as of
at-spi2-core 2.9.3.
* Update for libatspi API changes (BGO#700243).
* Fix atk_component_contains wrapper (BGO#710730).
* Properly clean up when timing out when motifying keystroke listeners
(BGO#707218).
* Allow lists of attribute values when reading collection match rules
(BGO#700865).
* Implement GetStringAtOffset (BGO#705581).
* Fix another crash when we're initialized and shut down repeatedly.
* Fix a deadlock for apps that also register AT-SPI key event listeners
(ie, the Orca preferences dialog works again).
* Fix for BGO#681276 (reentrancy issues with gnome-shell).
* Fix various DBusError leaks (BGO#698951).
* Fix crash when a main loop is shut down repeatedly (BGO#699554).
* Suppress a warning if an app returns NULL when referencing a child.
* Fix atspi_component_contains (BGO#710730).
* Hopefully fix a crash when unable to register with the session manager
(BGO#710689).
* Fix a leak introduced in 2.9.92 that adversely affected performance
(BGO#709625).
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
* Fix a performance issue when running for a long time without a main
loop, such as with a dogtail script (BGO#701145).
* Remove an unneeded unref that was causing a warning (BGO#706893).
* Skip some functions that were not introspectable (BGO#707010).
* Separate out X-dependent functionality, allow building without X11 (albeit
with various things not working), and don't query/use X if DISPLAY is not
set (BGO#682199, BGO#701378).
* Add atspi_text_get_string_at_offset, and deprecate
atspi_text_get_text_at_offset.
* Fix possible memory leak when D-Bus calls time out.
* Fix a memory leak in atspi_accessible_get_role_name that was introduced
earlier in the 2.9 cycle with the enum refactor.
* A couple of functions not intended for introspection are now marked
as skip.
* Add atspi_set_main_context (mainly for use by at-spi2-atk).
* Add atspi_is_initialized (BGO#681276).
* Fix D-Bus introspection for GetActions.
* Use glib-mkenums to generate enum types, and use these generated types
for role and state names, rather than static tables.
* Annotate filter in atspi_register_device_event_listener with allow-none
(BGO#700237).
* Rename various functions to avoid name collisions (BGO#700243). The old
functions are deprecated in favor of the renamed functions and renamed
for introspection.
patch-ad removed as fixed in 82870258 (Bug 698438)
g-ir-scanner has a grown --xpath-assertions, --format and --inject options
Many bug fixes and translation updates.