| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.0.7 * gitlab CI: add a basic build test * man page: remove out-of-date COPYRIGHT section * Apply X.Org standard coding style * Remove obsolete casts on calloc & malloc calls * Variable scope reductions as suggested by cppcheck * set_node_labels: move dereference of node to after the NULL check * Add .git-blame-ignore-revs to hide whitespace commits from git blame
- Update to version 1.0.6 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Pass -D_CONST_X_STRING to make libXt declare String as const char * * Fix -Wsign-compare warnings * Fix -Wshadow warnings
- Update to version 1.0.5 * config: Add missing AC_CONFIG_SRCDIR * 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
- fixed license to X11 in specfile
- Update to version 1.0.4:
+ Eliminate use of tab stops. Helps with structural translation
to DocBook.
+ config:
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
- Move man pages into their own directory.
+ man:
- Replace hard coded man page section with substitution strings
- Remove trailing spaces and tabs.
- Split viewres from xorg-x11. Initial version: 1.0.3.