diff --git a/elixir-1.10.2.tar.gz b/elixir-1.10.2.tar.gz new file mode 100644 index 0000000..a3adbfc --- /dev/null +++ b/elixir-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adffcf4389aa82fcfbc84324ebbfa095fc657a0e15b2b055fc05184f96b2d50 +size 2323450 diff --git a/elixir-1.9.4.tar.gz b/elixir-1.9.4.tar.gz deleted file mode 100644 index b8da98a..0000000 --- a/elixir-1.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3465d8a8e386f3e74831bf9594ee39e6dfde6aa430fe9260844cfe46aa10139 -size 2250611 diff --git a/elixir-doc.spec b/elixir-doc.spec index e274caf..e01ebe0 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.9.4 +Version: 1.10.2 Release: 0 Summary: Documentation for elixir License: Apache-2.0 diff --git a/elixir.changes b/elixir.changes index 04a39c7..af25176 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Apr 16 08:09:49 UTC 2020 - Gabriele Santomaggio + +- Elixir 1.10.2 + * Bug fixes + Elixir + [Macro] Fix a bug where Macro.to_string/1 would emit invalid code for sigils + [Task] Do not crash async_stream monitor if it receives spurious DOWN messages + Logger + [Logger] Fix a bug where the Logger formatter would fail when handling unknown metadata values + Mix + [mix compile] Do not write files to disk if --warnings-as-errors was given and warnings were emitted + +- Elixir 1.10.1 + * Bug fixes + Elixir + [Code] Do not emit invalid code when formatting nil, false, and true keys in maps + [Kernel] Ensure with clauses properly unpack "implicit guards" (such as matching on the struct name) + [Kernel] Do not warn if commas are used by themselves in ~w/~W sigils + [Kernel] Do not validate the :line option in quote (the validation has been moved to v1.11 to give users more time to update their code) + [Module] Ensure the code verifier handles the :erlang.size/1 guard properly + + Logger + [Logger] Properly handle the report_cb/2 option from Erlang + [Logger] Fix truncation for multi-byte characters + [Logger] Do not rebroadcast messages from remote nodes as this is now taken care by Erlang's logger + + ExUnit + [ExUnit] Ensure assert_receive produces valid exception messages in case of errors + + Mix + [mix release] Make sure the install command (Window specific) works on paths with spaces in the name + [mix release] Allow using remote and rpc commands with Application.compile_env/3 + +- Elixir 1.10.0 + * Elixir 1.10.0 is a new main release. + Full release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 + ------------------------------------------------------------------- Sun Dec 15 17:58:38 UTC 2019 - Matwey Kornilov diff --git a/elixir.spec b/elixir.spec index 1d21979..b0360ca 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.9.4 +Version: 1.10.2 Release: 0 Summary: Functional meta-programming aware language built atop Erlang License: Apache-2.0 @@ -28,9 +28,9 @@ Source2: macros.elixir BuildRequires: gcc BuildRequires: make # required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386) -Requires: erlang >= 20 +Requires: erlang >= 21 Requires: git >= 1.7 -BuildRequires: erlang >= 20 +BuildRequires: erlang >= 21 BuildRequires: erlang-dialyzer BuildRequires: erlang-src BuildRequires: git >= 1.7