Changelog for
perl-Event-1.27-34.1.i586.rpm :
Thu Dec 6 13:00:00 2018 cooloAATTsuse.com
- updated to 1.27
see /usr/share/doc/packages/perl-Event/Changes
1.27 2018-11-17
- only Zero(Polld) if not NULL (reported by AATTandk, thanks!)
Thu Jun 23 14:00:00 2016 cooloAATTsuse.com
- updated to 1.26
see /usr/share/doc/packages/perl-Event/Changes
1.26 2015-06-13
- fix doc typos (Lucas Kanashiro)
Sun Jun 12 14:00:00 2016 cooloAATTsuse.com
- updated to 1.25
see /usr/share/doc/packages/perl-Event/Changes
Sun Apr 19 14:00:00 2015 cooloAATTsuse.com
- updated to 1.24
see /usr/share/doc/packages/perl-Event/ChangeLog
- remove broken Event-1.0-warning.patch
Mon Jul 28 14:00:00 2014 cooloAATTsuse.com
- updated to 1.23, no Changelog provided
Tue Jul 15 14:00:00 2014 chrisAATTcomputersalat.de
- fix build for SLE_11
* reactivate Event-1.0-warning.patch
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to 1.21, no Changelog provided
Mon Sep 19 14:00:00 2011 cooloAATTsuse.com
- updated to 1.20, no Changelog provided
Mon Jun 20 14:00:00 2011 cooloAATTnovell.com
- updated to 1.17, no Changelog provided
Wed May 4 14:00:00 2011 cooloAATTopensuse.org
- updated to 1.15, no Changelog provided
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Wed Apr 7 14:00:00 2010 chrisAATTcomputersalat.de
- update to 1.13
o no ChangeLog :(
- cleanup spec
o sort TAGS
o updated Url
o fixed deps
- added perl-macros
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Fri Sep 12 14:00:00 2008 garloffAATTsuse.de
- Update to 1.11:
* bugfix in db_show_timeables
* times are now using NV type
* Moved idle2 testcase to demos
* io testcase fixed for Darwin
Tue Jul 17 14:00:00 2007 garloffAATTsuse.de
- Update to 1.09 (no real code changes)
Tue Apr 24 14:00:00 2007 roAATTsuse.de
- update to 1.08
* Add casts to quell warnings as suggested by JDHEDDENAATTcpan.org.
* Marc Lehmann suggests using mg_ptr instead
of mg_obj. Sounds good to me.
* Fix 64 bit issue. Encouraged by Eric Rybski
* Fix ancient memory leak in loop() noticed by Nikita Savin
* Preliminary /dev/poll support from Michael Pergament
As of yet, there is no config test to
turn on this code. Patches welcome.
* Apply Win32 patch from Graciliano M. P.
.
* Generic watchers: implementation, documentation, and tests.
* Documentation refinements.
* Event.xs: Due to popular demand, queue_pending() is now a public
API, for better or worse. Beware of race conditions.
* A var watcher can currently be created with no variable to
watch, provided of course that it is parked. However, once a
variable has been set, the watcher cannot be returned to the
no-variable state. The variable to watch can be changed, but the
watcher rejects any attempt to set the reference to undef.
* Applied a patch to allow the variable reference of a var watcher
to be set to undef.
* Applied patch to clarify the documentation (with tweaks from
Joshua).
Thu Apr 19 14:00:00 2007 roAATTsuse.de
- import from 9.2 (needed by iwatch)