* This release sets the close-on-exec flag when opening files on platforms that support O_CLOEXEC, and resyncs the _XcursorThemeInherits code with libXcursor, including a fix for an off-by-one error in memory allocation that triggered errors from AddressSanitizer. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-cursor?expand=0&rev=16
91 lines
3.4 KiB
Plaintext
91 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 19 21:11:52 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 0.1.5
|
|
* This release sets the close-on-exec flag when opening files on
|
|
platforms that support O_CLOEXEC, and resyncs the
|
|
_XcursorThemeInherits code with libXcursor, including a fix for
|
|
an off-by-one error in memory allocation that triggered errors
|
|
from AddressSanitizer.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 18 18:20:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 0.1.4
|
|
* Update README for gitlab migration
|
|
* Add README.md to EXTRA_DIST
|
|
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
|
|
* Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
|
|
* gitlab CI: add a basic build test
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
* documentation: Call xcb_free_cursor() when done
|
|
* Fix out-of-source builds
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 1 15:15:19 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Clean up with spec-cleaner
|
|
- Make building more verbose
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 13 15:00:40 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 0.1.3:
|
|
* Add a --with-cursorpath option to configure
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 25 11:40:51 UTC 2016 - sndirsch@suse.com
|
|
|
|
- removed u_fix-issue-with-gcc.patch
|
|
* patch was only necessary with gcc in 2013, when building
|
|
'awesome' against the static library; we do not ship the static
|
|
libary (did we ever?)
|
|
https://lists.freedesktop.org/archives/xcb/2016-April/010737.html
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 30 09:32:56 UTC 2015 - sndirsch@suse.com
|
|
|
|
- added baselibs.conf as source to specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 14:51:02 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to version 0.1.2:
|
|
+ Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X
|
|
to implement le32toh.
|
|
+ Check submodules before running autoconf.
|
|
+ darwin: Use OSByteOrder.h rather than CF.
|
|
+ Perform safety check before trying to load glyph cursor
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 13 19:52:53 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 0.1.1:
|
|
+ Fix memleak with broken resource databases
|
|
+ Check exact RENDER version that the server supports
|
|
+ Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
|
|
+ Use $(AM_V_GEN) when calling gperf
|
|
+ Fail the build if gperf is needed, but not found
|
|
+ handle read() errors
|
|
+ Bugfix: Properly load cursor files where not all cursors are suitable
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 12:48:59 UTC 2013 - sndirsch@suse.com
|
|
|
|
- renamed patch according to the X11:XOrg patch guidelines
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 5 22:18:53 UTC 2013 - kgronlund@suse.com
|
|
|
|
- Fix issue with GCC
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 5 18:51:05 UTC 2013 - kgronlund@suse.com
|
|
|
|
- Initial package, version 0.1.0+2
|
|
|