Changelog for
perl-Set-Object-1.35-40.1.x86_64.rpm :
Mon Jun 15 14:00:00 2015 cooloAATTsuse.com
- updated to 1.35
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
=head1 1.35, 2015-06-10
=over
=item
*
Change to Artistic License 2.0
=item
*
Add more misc tests. Add use strict to Set::Object::Weak
=back
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 1.34, no changelog
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to 1.31
Changes.pod patch by Gregor Hermann, debian perl group - RT#85244
Fixes for 5.16 and newer - RT#83426
Sort by member names, not the refs.
Fix wrong weak test with globals. Changed to lexicals and use strict/warnings.
Fix F
, check SvMAGICAL before doing C
Fixed wrong C format types in warnings and C.
Added PREREQ_PMs, make L and L an optional dependency
for F
- Obsoletes perl-Set-Object-1.28-return_value.diff
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Mon Aug 23 14:00:00 2010 anickaAATTsuse.cz
- update to 1.28
* Fixed a portability concern for some platforms\' C compilers
(that do not support //-style comments) - RT#52690
* Valid SIGNATURE file - RT#50492
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz
- update to 1.27
* Fix a typo that affected building against Perls with
debugging enabled.
* Methods which destroyed C<$AATT> due to internal use of
C now properly call C
* Define behaviour when dealing with return values from
operations on weak sets. No longer hard-coded \"Set::Object\"
- may affect Set::Object sub-classes (Sam).
* more bugfixes
Fri Jul 25 14:00:00 2008 anickaAATTsuse.cz
- update to 1.25
* Portability: support Perls before 5.7.3, and make this dependency
explicit in the F
* Remove threads test which had inadvertantly slipped into the
MANIFEST from source control, and add comprehensive documentation
on the state of thread support in this module.
* Make behaviour when dealing with items which were C defined.
Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 1.22
* Sub-classing interface added; it is now much easier to make
L subclasses that return objects other than more
Ls when subclassing.
Mon Feb 19 13:00:00 2007 anickaAATTsuse.cz
- update to 1.21
- remove last patch (fixed in upstream, the only change in this
release)
Fri Feb 16 13:00:00 2007 anickaAATTsuse.cz
- update to 1.20
* The C<-Ecompare> function was returning \"disjoint\" for empty
sets.
* Document lots of methods that were previously not documented.
* Fix C. It was not passing its
arguments to Cnew()>, which was very
broken.
- fix misc/pod_coverage.t
Thu Jan 25 13:00:00 2007 anickaAATTsuse.cz
- update to 1.19
* New class C, which all weak sets should get
re-blessed into when you call C<-Eweaken>. Also added
alternative methods of constructing weak sets.
* Fix a memory leak with scalar members (the internal hash used
to store the items was never being freed).
Tue Sep 19 14:00:00 2006 anickaAATTsuse.cz
- update to 1.18
* Add note to man page on compatibility of C
serializations of Cs between revisions.
* fix build for non-gcc compilers
Thu Sep 14 14:00:00 2006 anickaAATTsuse.cz
- update to 1.17
* fix compile problem affecting some platforms
Tue Jul 18 14:00:00 2006 anickaAATTsuse.cz
- update to 1.16
* weak reference support
- fix random return value
Tue Jul 11 14:00:00 2006 anickaAATTsuse.cz
- update to 1.15
- minor release