Skip to content

Commit 27b6ea8

Browse files
committed
Branch out v1.17
1 parent aa2385e commit 27b6ea8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Makefile

+1-1
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

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
7. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com`
1818

19-
## Creating a new vMAJOR.MINOR branch (after first rc)
19+
## Creating a new vMAJOR.MINOR branch (before first rc)
2020

2121
### In the new branch
2222

SECURITY.md

+2-3
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.17 | Development
10-
1.16 | Bug fixes and security patches
9+
1.17 | Bug fixes and security patches
10+
1.16 | Security patches only
1111
1.15 | Security patches only
1212
1.14 | Security patches only
1313
1.13 | Security patches only
14-
1.12 | Security patches only
1514

1615
## Announcements
1716

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

+2-3
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.17 | Development
12-
1.16 | Bug fixes and security patches
11+
1.17 | Bug fixes and security patches
12+
1.16 | Security patches only
1313
1.15 | Security patches only
1414
1.14 | Security patches only
1515
1.13 | Security patches only
16-
1.12 | 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)