2018-06-30 22:01:12 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-07-25 23:31:36 +00:00
|
|
|
Thu Jul 25 23:31:40 UTC 2024 - obs-service-tar-scm@invalid
|
2018-06-30 22:01:12 +00:00
|
|
|
|
2024-07-25 23:31:36 +00:00
|
|
|
- Update to version 1.0.23:
|
|
|
|
* Release 1.0.23
|
2022-06-07 14:18:08 +00:00
|
|
|
* 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
|
2021-11-29 20:19:45 +00:00
|
|
|
* 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
|
2021-04-15 00:19:45 +00:00
|
|
|
* 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
|
2021-01-30 00:16:22 +00:00
|
|
|
* 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)
|
2021-01-11 14:49:26 +00:00
|
|
|
* Release 1.0.18
|
|
|
|
* Update changelog
|
|
|
|
* Make last change compatible with png12
|
|
|
|
* Load external libraries dynamically
|
2020-08-25 20:10:06 +00:00
|
|
|
* Release 1.0.17
|
|
|
|
* Release 1.0.16
|
2019-08-12 23:54:53 +00:00
|
|
|
* Update changelog
|
2020-08-25 20:10:06 +00:00
|
|
|
* 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
|
2018-06-30 22:01:12 +00:00
|
|
|
|
2020-06-07 11:50:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 7 11:49:34 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
- replace disable-deps-for-now.patch with skip_deps=true
|
|
|
|
|
2019-03-05 00:16:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 5 00:15:43 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
- refresh disable-deps-for-now.patch
|
|
|
|
|
2018-06-30 22:01:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 28 12:39:12 UTC 2018 - mrueckert@suse.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 00:37:08 UTC 2017 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.2:
|
|
|
|
* Release 1.0.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 6 14:54:00 UTC 2017 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- also package priv/bin
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 6 11:50:06 UTC 2017 - mrueckert@suse.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 03:00:45 UTC 2017 - mrueckert@suse.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 4 03:00:07 UTC 2017 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- initial package
|