| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.1.0
* This release adds a new configure option --with-rgb-db-library to allow
builders more control over which dbm or ndbm compatible library is used
if --with-rgb-db-type is set to one of the non-default database options
instead of the default of "text". The --with-rgb-db-library option can
allow use of libraries that are not normally searched for (gdbm_compat)
or to bypass libraries we do normally search for (like Berkeley db).
- modernize spec-file (move license to licensedir)
- Update to version 1.0.6
* This release includes contributions by Daphne Pfister to
resynchronize the X11 color name list with the CSS color
name list that has forked from ours, and also includes a
couple minor improements to the showrgb program and to the
build configuration.
- Update to version 1.0.5:
+ Replace unbounded strcpy/strcat pairs with snprintf calls.
+ Add const attributes to fix gcc -Wwrite-strings warnings.
+ man: replace hard coded section number (1) and (3) with
variables.
+ config:
- Add missing AC_CONFIG_SRCDIR.
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
- Remove unrequired AC_SUBST([*_CFLAGS]).
- Split rgb from xorg-x11. Initial version: 1.0.4.