Changelog for
perl-X11-Xlib-0.250.0-2.14.i586.rpm :
* Fri Mar 08 2024 Tina Müller
- Fix disabling of __perllib_provides
* Sat Sep 02 2023 Tina Müller - Add libX11-devel, libXtst-devel dependencies, remove xorg-x11-devel
* Tue Aug 22 2023 Tina Müller - updated to 0.25 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.25 - 2023-08-21 - Resolve naming conflict with perl CORE (issue #8) - Implement XGetKeyboardControl and struct XKeyboardState - Allow C-style API for XTranslateCoordinates, XQueryPointer, and XGetGeometry that return values into params, while also allowing perl-style API that returns a list. - Many documentation updates (full method coverage) - Numerous tooling improvements and author tests - Update to Devel::PPPort-3.71 0.24 - 2023-08-16 - Add function XWarpPointer, and Display->warp_pointer
* Fri Oct 22 2021 Tina Müller - updated to 0.23 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.23 - 2021-10-21 - Fix bugs when compiled for threaded perl 0.22 - 2021-10-09 - New Atom API $conn->atom(AATTlist), $conn->mkatom(AATTlist) returns dualvars that are both the number and the atom name. - Fix bug in XGetWindowProperty/XChangeProperty on 64-bit platforms (thanks to Mark Davies) - Enhanced window property API can now encode and decode common property types, and uses duavar Atoms. - New PerlXlib C-level API with better support for managing lifecycle of Xlib objects and dependencies. - Numerous documentation improvements
* Tue May 26 2020 Tina Müller updated to 0.20 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.20 - 2020-05-25 - Fix XS double-free in unpacking ::Screen objects from Screen
* (affected XWindowAttributes->unpack) - Improved XS API for unpacking structs to be able to find the Display
* ptr, in order to return cached objects more often. (affects whether XWindowAttributes can return a cached ::Visual) - Embed literal version into every module, not just set at runtime.
* Tue May 19 2020 Tina Müller updated to 0.19 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.19 - 2020-05-17 - Detect lib paths needed for MacOS and OpenBSD - Fix warnings in XS code
* Wed Jun 06 2018 cooloAATTsuse.com- updated to 0.18 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.18 - 2018-06-05 - In Display->get_cached_xobj, allow constructor args to be hashref - Include version number on every object
* Wed Apr 11 2018 cooloAATTsuse.com- updated to 0.17 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.17 - 2018-04-10 - If Xrender.h is not available, fall back to local definitions (allows XRenderPictFormat module even if header isn\'t installed) - Another tweak for window properties - Doc improvements
* Mon Jul 17 2017 cooloAATTsuse.com- updated to 0.16 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.16 - 2017-07-16 - Tweak testcases for window properties, which failed on some systems
* Tue Jul 04 2017 cooloAATTsuse.com- updated to 0.15 see /usr/share/doc/packages/perl-X11-Xlib/Changes 0.15 - 2017-07-03 - Fix bug in XEvent member XErrorEvent, which has different field order than other XEvent \"subclass\" structs - Fix timeout bug in Display->wait_event, and add loop option - New X11 API: error functions, atom functions, few XRender functions, window property functions - Add missing XMapRequest event type - Convenience method XEvent->summarize can pretty-print an event - Wrapper object (and typemap) for XserverRegion - All ::Struct and ::Opaque subclasses now have ->display attribute - More flexible caching of wrapper objects in Display - Convenience methods in Window wrapper for manipulating event mask, and for reading/writing attributes