| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 0.14.2 * Replace command line options with .ini configuration file * Add dependency on inih * Change color format from #RRGGBBAA to RRGGBB[AA] * Properly handle output disconnect * Allow mprotect syscall for hardened malloc
- Update to 0.13: * Print actual values in --help instead of just WOB_DEFAULT_* * Don't require argument for -h * Allow lseek syscall in seccomp sandbox * Fix segmentation fault when -v (verbose) was used
- Update to 0.12: Fixed: * Allow munmap syscall to fix sandbox on musl libc #74 Changed: * Change color format from #AARRGGBB to #RRGGBBAA #79 #81 Added: * Allow overflow #67
- Update to 0.11:
* Seccomp related fixes ce6fea7, bc94ead
* Rename compilation flag -Dman-page (singular) to -Dman-pages
(plural) 8551da1
- update to 0.10:
* NULL terminate color buffer string to prevent usage of uninitialised memory
* Correctly display colors with aplha value < 100%
* Short option -v no longer shows current version but increases debug level
instead.
* Enable seccomp rules by default if libseccomp is found.
* Long options (--border-color, --background-color, --bar-color).
* Log output. Use -v increase verbosity.
- Improve spec file * Add RPM group * Don't set default cflags explicitly, as %meson does it already
- Initial packaging of version 0.8