Skip to content

Commit

Permalink
Roll 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed May 11, 2023
1 parent b488c28 commit 1794347
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LATEST
@@ -1 +1 @@
2.6.0
3.0.0
18 changes: 16 additions & 2 deletions README.md
Expand Up @@ -211,6 +211,13 @@ be either a branch, a tag or a commit id that will be passed to `git checkout`:
Building Erlang/OTP 19.2_dev from git, please wait...
Erlang/OTP 19.2_dev from git has been successfully built

Debug
-----

If `KERL_DEBUG` is set to a value, then kerl will emit copious debug logging, including
a best effort attempt at line numbers. (The line numbers may or may not be accurate if
kerl is run under the `dash` shell` as is commonly found in Alpine Linux/Docker images.)

Tuning
------

Expand Down Expand Up @@ -693,8 +700,8 @@ other tools to extract to path information.
$ kerl path 19.2.3
/aux/erlangs/19.2.3

Compiling crypto on Macs
------------------------
Compiling crypto on older MacOSs
--------------------------------

Apple stopped shipping OpenSSL in OS X 10.11 (El Capitan) in favor of Apple's
own SSL library. That makes using homebrew the most convenient way to install
Expand All @@ -710,6 +717,13 @@ will honor that instead, and will not do any automatic configuration.

Changelog

Check failure on line 718 in README.md

View workflow job for this annotation

GitHub Actions / Lint

Headings should be surrounded by blank lines

README.md:718 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Changelog"] https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md022.md
---------
11 May 2023 - 3.0.0

- Fix shellcheck issues (#442)
- For CI, force install OpenSSL 1.1 on Ubuntu 22 for older OTPs (#443, #444)
- NEW FEATURE: a single build install step! (#419)
- REMOVED: docsh functionality has been removed, as it no longer needed
for newer OTPs (#445)

18 April 2023 - 2.6.0

Expand Down
2 changes: 1 addition & 1 deletion kerl
Expand Up @@ -36,7 +36,7 @@ if [ -n "$KERL_DEBUG" ]; then
fi
fi

KERL_VERSION='2.6.0'
KERL_VERSION='3.0.0'

ERLANG_DOWNLOAD_URL='https://erlang.org/download'
KERL_CONFIG_STORAGE_FILENAME='.kerl_config'
Expand Down

0 comments on commit 1794347

Please sign in to comment.