Changelog for
erlang-eimp-1.0.23-14.5.x86_64.rpm :
* Thu Jul 25 2024 obs-service-tar-scmAATTinvalid- Update to version 1.0.23:
* Release 1.0.23
* Release 1.0.22
* Update changelog
* Update copyright year to 2022
* Actions: test default compilation, that is with rebar2
* Generate documentation for hex.pm from README.md and EDoc
* Another try to fix dialyzer warnings
* Fix typo
* Make dialyzer happy
* Don\'t crash if we can\'t gen number of processors from erlang
* Release 1.0.21
* Update changelog
* Add support to send C coverage. Don\'t cache. Move hex plugin to Action
* Add .gitignore
* No need to set src_dirs, and avoid test/ being included in cover reports
* Use COVERALLS environment variable to detect when coveralls is required
* Add badges
* Remove useless compilation option, it was copied from cache_tab
* Switch from Travis to Github Actions
* Parametrize the rebar binary (processone/fast_tls#51)
* Don\'t link to libdl on NetBSD
* Release 1.0.20
* Update changelog
* Update p1_utils to 1.0.22
* Add Gitgub Action to release to hex.pm when tagging
* Improve code for finding path of binary component
* Don\'t link with image libraries, we load them dynamically
* Update copyright year to 2021
* Two Dialyzer fixes; port_command/2 either succeeds or throws badarg
* Fix github URL
* Release 1.0.19
* Update changelog
* Add p1_utils to app.src and ensure started in test (see processone/fast_tls#50)
* No need to start p1_utils, as eimp only uses p1_time_compat
* Don\'t link with libdl on openbsd
* Add p1_utils dependency to app.src (see processone/fast_tls#50)
* Release 1.0.18
* Update changelog
* Make last change compatible with png12
* Load external libraries dynamically
* Release 1.0.17
* Release 1.0.16
* Update changelog
* Add Travis and support for Erlang/OTP 23.0
* Release 1.0.15
* Update changelog
* Remove unnecessary erl_interface references and support Erlang/OTP 23
* Sun Jun 07 2020 Marcus Rueckert
- replace disable-deps-for-now.patch with skip_deps=true
* Tue Mar 05 2019 Marcus Rueckert - refresh disable-deps-for-now.patch
* Wed Mar 28 2018 mrueckertAATTsuse.de- Update to version 1.0.4:
* Add CHANGELOG.md
* Release 1.0.4
* Use spawn_executable to just run program on given path
* Release 1.0.3
* Introduce rate limit
* Improved GD library detection
* Assume all C libraries are available before running ./configure
* Mention the corner case when C libraries are not available
* Document is_supported/1 and supported_formats/0
* Autodetection of supported formats during compile time
* Fix detection of rebar3
* Sat Dec 30 2017 mrueckertAATTsuse.de- Update to version 1.0.2:
* Release 1.0.2
* Mon Nov 06 2017 mrueckertAATTsuse.de- also package priv/bin
* Mon Nov 06 2017 mrueckertAATTsuse.de- currently this package is unwilling to cooperate with our p1_utils package. to get a building package we follow debian and disable the dep for now: disable-deps-for-now.patch
* Sat Nov 04 2017 mrueckertAATTsuse.de- Update to version 1.0.1:
* Package license and README
* Fix HAVE_WEBP macro placing
* Add a few more tests
* Support compiling against gd that was not built with WebP support
* Release 1.0.1
* Fix a typo
* Describe new options for convert/3
* Add \'scale\' transformation
* Improve format_error test
* Add GIF support
* Sat Nov 04 2017 mrueckertAATTsuse.de- initial package