- 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
OBS-URL: https://build.opensuse.org/request/show/843482
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=15
- 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
OBS-URL: https://build.opensuse.org/request/show/835470
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=13
- 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
OBS-URL: https://build.opensuse.org/request/show/818864
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=11
- 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
- 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
OBS-URL: https://build.opensuse.org/request/show/808841
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=9
- 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
OBS-URL: https://build.opensuse.org/request/show/765554
OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=7