Skip to content

Commit 417255f

Browse files
committed
Branch out v1.15
1 parent c8d8d08 commit 417255f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-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 := MAJOR.MINOR/
5+
CANONICAL := 1.15/
66
CANONICAL ?= main/
77
DOCS_FORMAT ?= html
88
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)

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.15 | Development
10-
1.14 | Bug fixes and security patches
9+
1.15 | Bug fixes and security patches
10+
1.14 | Security patches only
1111
1.13 | Security patches only
1212
1.12 | Security patches only
1313
1.11 | Security patches only
14-
1.10 | Security patches only
1514

1615
## Announcements
1716

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

Lines changed: 2 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.15 | Development
12-
1.14 | Bug fixes and security patches
11+
1.15 | Bug fixes and security patches
12+
1.14 | Security patches only
1313
1.13 | Security patches only
1414
1.12 | Security patches only
1515
1.11 | Security patches only
16-
1.10 | 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

0 commit comments

Comments
 (0)