Changelog for
ansilove-4.2.0-23.2.x86_64.rpm :
* Mon Jun 05 2023 Andrea Manzini
- Update to version 4.2.0
* Add support for the Spleen 8x16 font (requires libansilove >= 1.4.0)
* Fri Apr 07 2023 Martin Hauke - Update to version 4.1.7
* Always print processing time on stderr
* Move manual page to the man directory
* Fri Feb 11 2022 Martin Hauke - Update to version 4.1.6
* Add a test case for retina output
* Add a test case for SAUCE output
* Use CMAKE_C_STANDARD instead of hardcoding compiler flags
* Stop linking against libm, it\'s not necessary anymore
* Sat Mar 06 2021 Martin Hauke - Update to version 4.1.5
* Bugfix release
* Thu Oct 22 2020 Martin Hauke - Update to version 4.1.4
* Move read_status variable declaration to the top of the function
* Check fread() return values in readComments() and add error handling
* Introduce the READ_RECORD function-like macro, for fread error handling
* Use READ_RECORD in readRecord() to add fread() error handling
* Only call memset() if the malloc call succeeds
* Check strdup() return value and error out on failed allocation
* Fri Sep 18 2020 Martin Hauke - Update to version 4.1.3
* Adjust SAUCE flag output to be binary
* Add -S flag to use SAUCE info for rendering hints. Users must now use -S to get iCE color info. This was previously automatically pulled without any extra options.
* Document the new -S flag, allowing to use SAUCE info for render options
* Add support for seccomp on arm
* Add missing test for __NR_mmap, the mmap syscall doesn\'t exist on arm
* Sun Jul 05 2020 Martin Hauke - Update to version 4.1.2
* Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
* No need to set HAVE_SECCOMP to 1, defining it is enough
* Remove some unneeded seccomp related includes
* Validate architectures for seccomp
* Add seccomp support on i386, tested on glibc and musl
* Remove extraneous underscore in #if defined check
* Use __NR_ instead of SYS_ prefix in #if defined checks
* Mon May 25 2020 Martin Hauke - Update to version 4.1.1
* Various documentation tweaks and improvements
* Define timespecsub macro in compat.h if it doesn\'t exists
* Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
* Display processing time on exit.
* Fix includes and add forward declarations in various source files
* Mon Feb 17 2020 Martin Hauke - Update to version 4.1.0
* Add a new \'-t\' flag (type), allowing to specify input file type and override file type detection
* Various documentation tweaks and improvements
* Sun Jan 19 2020 Martin Hauke - Update to version 4.0.7- Use OpenBSD style(9) for function prototypes and declarations- Replace EXIT_SUCCESS by zero in all SAUCE functions- Do not use typedef for the sauce struct- Set icecolors to true if defined in SAUCE record ANSiFlags- Add test cases for most supported formats- Sync the description of Retina output capabilities with reality