Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3405

Erlang 24 compatibility

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Haelwenn requested to merge bugfix/erlang-24 into develop May 15, 2021
  • Overview 7
  • Commits 9
  • Pipelines 13
  • Changes 8

Note to other fellow maintainers: When Erlang or Elixir does a release candidate, test it.

ArchLinux folks having breakages with major updates is normal for them but "Erlang Solutions" pulled this on us…

Deprecations: https://github.com/erlang/otp/blob/master/system/doc/general_info/DEPRECATIONS

  • :crypto.hmac → :crypto.mac(:hmac, …) in pleroma (requires OTP 22+)
  • web_push_encryption: https://github.com/danhper/elixir-web-push-encryption/pull/27

Closes: #2647 (closed)

Edited May 31, 2021 by Haelwenn
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/erlang-24