Skip to content

Commit 28b053a

Browse files
author
José Valim
committed
Prepare v1.10 release
1 parent 033c738 commit 28b053a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
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 := master/ # master/ or vMAJOR.MINOR/
5+
CANONICAL := v1.10/ # master/ or vMAJOR.MINOR/
66
ELIXIRC := bin/elixirc --verbose --ignore-module-conflict $(ELIXIRC_OPTS)
77
ERLC := erlc -I lib/elixir/include $(ERLC_OPTS)
88
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin

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.10 | Development
10-
| 1.9 | Bug fixes and security patches
9+
| 1.10 | Bug fixes and security patches
10+
| 1.9 | Security patches only
1111
| 1.8 | Security patches only
1212
| 1.7 | Security patches only
1313
| 1.6 | Security patches only
14-
| 1.5 | Security patches only
1514

1615
## Announcements
1716

lib/elixir/pages/Compatibility and Deprecations.md

Lines changed: 3 additions & 4 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.10 | Development
12-
1.9 | Bug fixes and security patches
11+
1.10 | Bug fixes and security patches
12+
1.9 | Security patches only
1313
1.8 | Security patches only
1414
1.7 | Security patches only
1515
1.6 | Security patches only
16-
1.5 | 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

@@ -171,4 +170,4 @@ Version | Deprecated feature | Replaced by (ava
171170
[v1.7]: https://github.com/elixir-lang/elixir/blob/v1.7/CHANGELOG.md#4-hard-deprecations
172171
[v1.8]: https://github.com/elixir-lang/elixir/blob/v1.8/CHANGELOG.md#4-hard-deprecations
173172
[v1.9]: https://github.com/elixir-lang/elixir/blob/v1.9/CHANGELOG.md#4-hard-deprecations
174-
[v1.10]: https://github.com/elixir-lang/elixir/blob/master/CHANGELOG.md#4-hard-deprecations
173+
[v1.10]: https://github.com/elixir-lang/elixir/blob/v1.10/CHANGELOG.md#4-hard-deprecations

0 commit comments

Comments
 (0)