Skip to content

Commit 900f25f

Browse files
committed
Branch out v1.16
1 parent bb1f1af commit 900f25f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PREFIX ?= /usr/local
22
TEST_FILES ?= "*_test.exs"
33
SHARE_PREFIX ?= $(PREFIX)/share
44
MAN_PREFIX ?= $(SHARE_PREFIX)/man
5-
CANONICAL := main/
5+
# CANONICAL := main/
66
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
77
ERLC := erlc -I lib/elixir/include
88
ERL_MAKE := if [ -n "$(ERLC_OPTS)" ]; then ERL_COMPILER_OPTIONS=$(ERLC_OPTS) erl -make; else erl -make; fi

SECURITY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
66

77
Elixir version | Support
88
:------------- | :-----------------------------
9-
1.16 | Development
10-
1.15 | Bug fixes and security patches
9+
1.16 | Bug fixes and security patches
10+
1.15 | Security patches only
1111
1.14 | Security patches only
1212
1.13 | Security patches only
1313
1.12 | Security patches only
14-
1.11 | Security patches only
1514

1615
## Announcements
1716

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
88

99
Elixir version | Support
1010
:------------- | :-----------------------------
11-
1.16 | Development
12-
1.15 | Bug fixes and security patches
11+
1.16 | Bug fixes and security patches
12+
1.15 | Security patches only
1313
1.14 | Security patches only
1414
1.13 | Security patches only
1515
1.12 | Security patches only
16-
1.11 | Security patches only
1716

1817
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). All security releases [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
1918

@@ -43,6 +42,7 @@ Erlang/OTP versioning is independent from the versioning of Elixir. Erlang relea
4342

4443
Elixir version | Supported Erlang/OTP versions
4544
:------------- | :-------------------------------
45+
1.16 | 24 - 26
4646
1.15 | 24 - 26
4747
1.14 | 23 - 25
4848
1.13 | 22 - 24 (and Erlang/OTP 25 from v1.13.4)

0 commit comments

Comments
 (0)