| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.0.10 * minor bugfix release, including fixes for compiler warnings
- Update to version 1.0.9 * bugfix release
- modernize spec file (move license to licensedir)
- Update to version 1.0.8 * autogen.sh: use quoted string variables * autogen: add default patch prefix * Add -u & -V options to synopsis in man page * autogen.sh: use exec instead of waiting for configure to finish
- Update to version 1.0.7: + autogen.sh: Honor NOCONFIGURE=1. + configure: Drop AM_MAINTAINER_MODE. + config: Add missing AC_CONFIG_SRCDIR. + More constification cleanup. + Free old argv array if realloc fails to enlarge it. + Print which option was in error along with usage message. + Add -V flag to print version. + Fix "noexistent" typo in error message. + Actually print command list in usage message.
- Update to version 1.0.6:
+ Constify some more string pointers to fix gcc warnings.
+ Use void * instead of char * for generic pointer arg to DoFunc
functions.
+ Mark unused arguments in callback functions to quiet clang
warnings.
+ Fix some sign/size conversion warnings from clang.
+ Add _X_NORETURN attributes suggested by gcc.
+ Assume signal handlers return void, as C89 requires.
- Update to version 1.0.5:
+ auth_finalize: Attempt to rename() if link() fails.
+ Error out and avoid a call to malloc(0) if given a bad hex
string.
+ Man page fixes.
+ Build system fixes.
- Split iceauth from xorg-x11. Initial version: 1.0.4.