Package Release Info

ansilove-4.1.6-bp155.1.8

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ansilove

Change Logs

* Fri Feb 11 2022 Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- Update to version 4.1.5
  * Bugfix release
* Thu Oct 22 2020 Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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
* Tue Dec 10 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 4.0.6
  * Remove extraneous sauceReadFileName() call, read from existing
    SAUCE record
  * Use strdup() when assigning fileName and fext fallback values
  * Call memset() to set all record struct fields to zero
  * Free SAUCE record and comments once and for all when exiting
    the program
* Tue Nov 19 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 4.0.5
  * Add ENABLE_SECCOMP build option, to allow building seccomp
    support conditionally
  * Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'
* Sun Nov 03 2019 Martin Hauke <mardnh@gmx.de>
- Shorten the description
* Mon Oct 28 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 4.0.4
  * Add initial seccomp support to Ansilove
  * Move pledge and seccomp initialization before ansilove_init()
  * Move conditional includes for 'pledge' and 'strtonum' in compat.h
* Sun Oct 27 2019 Martin Hauke <mardnh@gmx.de>
- Initial package, version 4.0.3