Skip to content

Commit e3f538c

Browse files
committed
Branch out v1.19
1 parent 577c803 commit e3f538c

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
66
TEST_FILES ?= "*_test.exs"
77
SHARE_PREFIX ?= $(PREFIX)/share
88
MAN_PREFIX ?= $(SHARE_PREFIX)/man
9-
CANONICAL := main/
9+
# CANONICAL := main/
1010
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
1111
ELIXIRC_MIN_SIG := $(ELIXIRC) -e 'Code.put_compiler_option :infer_signatures, []'
1212
ERLC := erlc -I lib/elixir/include

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Shipping a new version
1010

11-
1. Update version in /VERSION, bin/elixir, bin/elixir.bat, and bin/elixir.ps1
11+
1. Update version in /VERSION, bin/elixir, and bin/elixir.bat
1212

1313
2. Ensure /CHANGELOG.md is updated, versioned and add the current date
1414
- If this release addresses any publicly known security vulnerabilities with
@@ -34,7 +34,7 @@
3434

3535
### In the new branch
3636

37-
1. Comment the `CANONICAL=` in /Makefile
37+
1. Comment out `CANONICAL := main/` in /Makefile
3838

3939
2. Update tables in /SECURITY.md and "Compatibility and Deprecations"
4040

SECURITY.md

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

1313
Elixir version | Support
1414
:------------- | :-----------------------------
15-
1.19 | Development
16-
1.18 | Bug fixes and security patches
15+
1.19 | Bug fixes and security patches
16+
1.18 | Security patches only
1717
1.17 | Security patches only
1818
1.16 | Security patches only
1919
1.15 | Security patches only
20-
1.14 | Security patches only
2120

2221
## Announcements
2322

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

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

1515
Elixir version | Support
1616
:------------- | :-----------------------------
17-
1.19 | Development
18-
1.18 | Bug fixes and security patches
17+
1.19 | Bug fixes and security patches
18+
1.18 | Security patches only
1919
1.17 | Security patches only
2020
1.16 | Security patches only
2121
1.15 | Security patches only
22-
1.14 | Security patches only
2322

2423
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).
2524

0 commit comments

Comments
 (0)