OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-p1_mysql?expand=0&rev=25
141 lines
5.0 KiB
Plaintext
141 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 14 14:22:14 UTC 2025 - obs-service-tar-scm@invalid
|
|
|
|
- Update to version 1.0.25:
|
|
* Release 1.0.25
|
|
* fix call to p1_mysql_conn
|
|
* Release 1.0.24
|
|
* Update changelog
|
|
* Makefile: Add specific xref target instead of running it during compilation
|
|
* CI: Set OTP major version, and let it pick the latest minor one
|
|
* rebar.config.script: Support relaxed deps (processone/ejabberd#4192)
|
|
* rebar.config.script: Remove unneeded definition
|
|
* Add support to handle unix socket in the Host argument
|
|
* the one byte length encoding limit was wrong
|
|
* fix error decoding for prepared statement execution
|
|
* Fix the NULL bitmap usage
|
|
* Update actions/checkout@v4 also in hexpm-release
|
|
* CI: Test also with Erlang/OTP 27
|
|
* Use ubuntu-22.04, add erlang:26 container as that ubuntu doesn't include it
|
|
* Release 1.0.23
|
|
* Update changelog
|
|
* Add public_key and ssl, required to satisfy Dialyzer since Erlang 26.0
|
|
* CI: Test also default compilation, that is with rebar2
|
|
* CI: Use checkout v3 for erlang < 20.3, and v4 for newer ones
|
|
* CI: Test with oldest Erlang supported, recent stable, and newest available
|
|
* Update copyright year to 2024
|
|
* Add support for sha256_password plugin authentication
|
|
* Release 1.0.22
|
|
* And one more...
|
|
* One more dialyzer warning
|
|
* Make compatible with R19 and fix dialyzer warning
|
|
* Add support for prepared statements
|
|
* Release 1.0.21
|
|
* Fix hex-release action
|
|
* Update changelog
|
|
* Update copyright year to 2023
|
|
* Pass SSLOpts to ssl:connect
|
|
* Release 1.0.20
|
|
* Reformat file
|
|
* Handle error reports from mysql in greetings state
|
|
* Properly store socket in state when upgrading to ssl
|
|
* Don't make system messages abort connection in do_recv
|
|
* Catch connection terminating earlier
|
|
* Force kill connection process after sending close signal from timeout
|
|
* Change how we handle timeouts in squery
|
|
* Remove unused var warning
|
|
* Shutdown with normal message when unable to connect in init
|
|
* Handle tcp close/error also outside recv function
|
|
* Remove dialyzer warnings
|
|
* Return correct result from init when connection failed
|
|
* Get rid of separate recv process and convert conn to gen_server
|
|
* Release 1.0.19
|
|
* Update changelog
|
|
* Add support to send C coverage. Don't cache. Move hex plugin to Action
|
|
* Update .gitignore
|
|
* Switch from Travis to Github Actions
|
|
* Parametrize the rebar binary (processone/fast_tls#51)
|
|
* Release 1.0.18
|
|
* Added Github Action to release to hex.pm when tagging
|
|
* Fix unused Database variable
|
|
* Update copyright year to 2021
|
|
* add_mysql_conn always returns success, except if crashes
|
|
* Database is always 'none', as noticed by Dialyzer
|
|
* Data is always binary, as noticed by Dialyzer
|
|
* Release 1.0.17
|
|
* Update changelog
|
|
* Update .travis.yml
|
|
* Update .travis.yml
|
|
* Update .travis.yml
|
|
* Release 1.0.16
|
|
* Fix Travis and Coveralls
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 04 01:02:52 UTC 2017 - mrueckert@suse.de
|
|
|
|
- Update to version 1.0.4:
|
|
* Release 1.0.4
|
|
* Update changelog
|
|
* Update to newer coverall
|
|
* Release version 1.0.3
|
|
* Make it possible to set connect timeout
|
|
* Update copyright year (processone/ejabberd#1442)
|
|
* Release 1.0.2
|
|
* [2] accepting query as iodata() on p1_mysql_conn:squery/4 function
|
|
* [2] accepting query as iodata() on p1_mysql_conn:squery/4 function
|
|
* Fix comment
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 10 01:55:11 UTC 2017 - mrueckert@suse.de
|
|
|
|
- split include dir into devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 09 23:59:00 UTC 2017 - mrueckert@suse.de
|
|
|
|
- Update to version 1.0.3:
|
|
* Prepare 1.0.1 release
|
|
* Expand README
|
|
* Add Travis CI and Coveralls badges
|
|
* Fix comment
|
|
* [2] accepting query as iodata() on p1_mysql_conn:squery/4 function
|
|
* [2] accepting query as iodata() on p1_mysql_conn:squery/4 function
|
|
* Release 1.0.2
|
|
* Update copyright year (processone/ejabberd#1442)
|
|
* Make it possible to set connect timeout
|
|
* Release version 1.0.3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 29 23:06:20 UTC 2016 - mrueckert@suse.de
|
|
|
|
- update to 8e7e0a8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 11:39:19 UTC 2016 - mrueckert@suse.de
|
|
|
|
- update to 064948a
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 26 12:50:07 UTC 2015 - mrueckert@suse.de
|
|
|
|
- update to 0.1.0+git1443544747.dfa87da
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 7 14:28:02 UTC 2014 - mrueckert@suse.de
|
|
|
|
- correct license to BSD-3-Clause
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 5 13:57:20 UTC 2014 - mrueckert@suse.de
|
|
|
|
- cleanup
|
|
- added proper description and summary
|
|
- install documentation
|
|
- use the timestamp from the last git commit
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 4 18:37:15 UTC 2014 - mrueckert@suse.de
|
|
|
|
- initial package
|
|
|