Release 1.7.10
Alan Coopersmith (12):
- Update README for gitlab migration
- Update configure.ac bug URL for gitlab migration
- Build xz tarballs instead of bzip2
- Fix spelling/wording issues
- gitlab CI: add a basic build test
- gitlab CI: stop requiring
Signed-off-by
in commits - constify some
char *
declarations - Quiet
-Wempty-body
warning - Replace
malloc()
+snprintf()
withXasprintf()
- Replace
malloc()
+memset()
withcalloc()
- Remove "All rights reserved" from Oracle copyright notices
- xf86-video-siliconmotion 1.7.10
Colin Walters (1):
- autogen.sh: Implement GNOME Build API
Emil Velikov (1):
- autogen.sh: use quoted string variables
Mihail Konev (1):
- autogen: add default patch prefix
Peter Hutterer (2):
- configure: Drop
AM_MAINTAINER_MODE
- autogen.sh: use
exec
instead of waiting for configure to finish