Skip to content

Releases: systemd/erlang-sd_notify

Erlang-sd_notify bind - version 1.1

08 Jul 19:11
44dae67
Compare
Choose a tag to compare

Changes:

  • Build for Erlang 23 (#35)
  • Native Unix Socket (#34)
  • Update to rebar3 (#38)
  • Artifacts for Centos 8

Erlang-sd_notify bind - version 1.0

13 Apr 15:48
Compare
Choose a tag to compare

Promote the package to 1.0

Erlang-sd_notify bind - version 0.13

05 Nov 15:50
Compare
Choose a tag to compare

Enhancements

  • RPM package

Erlang-sd_notify bind - version 0.12

23 Sep 21:13
Compare
Choose a tag to compare

Enhancements

  • sd_pid_notify_with_fdsAPI ( see #14 )
  • built with Erlang OTP 19.1

Note

erl_19_1_sd_notify_0.12.tar.gz is for Centos 7 and for must be installed manually:

  extract the tar.gz 
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.12/priv/
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.12/ebin/
  cp priv/* /usr/lib64/erlang/lib/sd_notify-0.12/priv/
  cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.12/ebin/

Erlang-sd_notify version 0.11

19 Jul 13:01
Compare
Choose a tag to compare

Enhancements

  • Built with 19.0 Erlang versions
  • Added Add sd_pid_notify/sd_pid_notifyf ( see #2)

Note

  • erl_19_0_sd_notify_0.11.tar.gz is for Centos 7 and for must be installed manually:
  extract the tar.gz 
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.11/priv/
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.11/ebin/
  cp priv/* /usr/lib64/erlang/lib/sd_notify-0.11/priv/
  cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.11/ebin/

Erlang-sd_notify version 0.10

26 Jun 07:54
Compare
Choose a tag to compare

Built with 18.3 Erlang versions, for Centos 7 and Debian distributions.

Note: erl_18_3_1_sd_notify_0.10.tar.gz is for Centos 7 and for must be installed manually:

extract the tar.gz
mkdir -p /usr/lib64/erlang/lib/sd_notify-0.10/priv/
mkdir -p /usr/lib64/erlang/lib/sd_notify-0.10/ebin/
cp priv/* /usr/lib64/erlang/lib/sd_notify-0.10/priv/
cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.10/ebin/