libXfixes: Changes to 'refs/tags/libXfixes-6.0.1'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 9 20:32:49 UTC 2023


Tag 'libXfixes-6.0.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2023-04-09 20:32 +0000

libXfixes-6.0.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJkMyDsAAoJEM/fFIgoxkKnE6cP/3De/XoZMA4JncqRgWtvuxFx
3PbxH8bQq/6YLghoDFXrrNCk2qon3c3HlUt932dFJGpEcuFvyVcZWmOeP8gaLBLg
ICs7WH+yCbQotnvEv7kL+u2JDOBcHXNflSh3wK3VhyiqJB2iyV5UG4aNF6yRT6O8
EHeSsXLNADWgD7G2lTgAnRaaQHt50HDDCTU/ydrNDG3Xg2rSDczlxRQhzOg8a3iY
Pp5ID+h/9Hf53Ep9mPlJw7km/1wSCUZjtXWgC/QnURfimVhcE3GQBVHp+K59B+4B
HOOUT6VLBglgoC2tl5477PXI+A5ZUqaC6rRH87R518W9DcJ9WZ8+ER+LljMt7AjY
xnq/c4DgtMGF77AXMO957XE1Za51HBWXZG0sDWSPAa7lkpmgPYzQzvWwFyRdMJBG
2kEpvvrP88aczAmgjHXOmZLFj8FoQ5u3GOd1tOm8wmhAoqvCitlZDTWwkO/FM2w5
impA/f/NXOKV/OUJi452ebb0yxdR5sJsrH+cA9MJnppe8SrdocUIUyaywID4heXd
YF10lk2XqXfJjL08GTsNWVm6iqkDIdUiJvNPIoK4zIPq1SDR0NAx5mrGK5npp75W
pFrxv18OtXeVlXVMmG1ZJQ4Y/BuqafourY6WcuvJ/N4oin6nwLOddo08QgrUMTjr
clRFuj9kO8i9t4AJMvyj
=ktZJ
-----END PGP SIGNATURE-----

Changes since libXfixes-6.0.0:
Alan Coopersmith (15):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Remove unnecessary casts from malloc & free calls
      Variable scope reduction as recommended by cppcheck
      Mark two dpy parameters const as suggested by cppcheck
      Quiet -Wconditional-uninitialized warnings from clang
      Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
      Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
      Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
      Handle 6 of 9 -Wsign-conversion warnings from clang
      XFixesCloseDisplay: Mark codes as unused
      Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Remove "All rights reserved" from Oracle copyright notices
      libXfixes 6.0.1

---
 .gitlab-ci.yml                  |   98 +++++++++++++++++++++++++++
 COPYING                         |    2 
 Makefile.am                     |    1 
 README.md                       |    2 
 configure.ac                    |   15 ++--
 include/X11/extensions/Xfixes.h |    2 
 man/Makefile.am                 |    2 
 src/Cursor.c                    |   69 +++++++++----------
 src/Disconnect.c                |   10 +-
 src/Region.c                    |  145 ++++++++++++++++++++--------------------
 src/SaveSet.c                   |   10 +-
 src/Selection.c                 |    8 +-
 src/Xfixes.c                    |   46 ++++++------
 src/Xfixesint.h                 |    4 -
 14 files changed, 262 insertions(+), 152 deletions(-)
---


More information about the xorg-commit mailing list