diff --git a/elixir-doc.spec b/elixir-doc.spec index 2bd0035..335f446 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Documentation for elixir License: Apache-2.0 and ErlPL-1.1 diff --git a/elixir.changes b/elixir.changes index 4dc5710..2513689 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Oct 9 19:39:04 UTC 2016 - develop7@develop7.info + +- update to v1.3.4 + 1. Bug fixes + Elixir + [Kernel] Ensure the compiler does not generate unecessary variable + bindings inside case statements. This improves the code emitted and make + sure "unused variable warnings" are not mistakenly silenced + [Kernel] Move raise checks to runtime to avoid crashing cover on Erlang 19.1 + [Protocol] Do not emit warnings when using protocols on opaque types + ExUnit + [ExUnit.CaptureLog] Flush Erlang's :error_logger before capturing to + avoid mixed messages + ------------------------------------------------------------------- Fri Sep 23 10:40:28 UTC 2016 - develop7@develop7.info diff --git a/elixir.spec b/elixir.spec index 09cd80c..032d278 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Functional meta-programming aware language built on top of the Erlang License: Apache-2.0 and ErlPL-1.1 diff --git a/v1.3.3.tar.gz b/v1.3.3.tar.gz deleted file mode 100644 index 6112a67..0000000 --- a/v1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc9d29a007bec69c51eeb0ceb226c55a4c26f20d6f4eb485fd0e72bbfeb2777b -size 1750517 diff --git a/v1.3.4.tar.gz b/v1.3.4.tar.gz new file mode 100644 index 0000000..01d0530 --- /dev/null +++ b/v1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ee5353d8dbe610b1dfd276d22f2038d57d9a7d3cea69dac10da2b098bd2033 +size 1751828