diff --git a/elixir-doc.spec b/elixir-doc.spec index e11c197..a9a7933 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.4.2 +Version: 1.4.4 Release: 0 Summary: Documentation for elixir License: Apache-2.0 and ErlPL-1.1 diff --git a/elixir.changes b/elixir.changes index 8c1b721..f6b71b0 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu May 18 18:39:39 UTC 2017 - develop7@develop7.info + +- Elixir v1.4.4 + 1. Bug fixes + Elixir + [Map] Fix regression on struct update syntax + +- Elixir v1.4.3 + Note: This release had a regression that has been immediately fixed on + version 1.4.4. + This version includes changes that make Elixir fully compatible with + Erlang OTP 20-rc.1. + + 1. Enhancements + Elixir + [Kernel] Improve compilation time for modules with many clauses + [Map] Warn when attempting to override __struct__ key + [Regex] Add recompile/1 and recompile!/1 to ease transition to OTP 20 + for archives and stored regexes + Logger + [Logger.Translator] Handle OTP 20 GenServer log messages + Mix + [mix compile] Recompile projects if OTP version changes + 2. Bug fixes + Elixir + [Kernel] Fix code generation when non-binary bitstrings are in AST + [Record] Properly escape fields passed to defrecord + ExUnit + [ExUnit.Diff] Do not fail when comparing maps with nil or boolean keys + IEx + [IEx.Helpers] Do not log exits on IEx.Helpers.c/2 failures + Mix + [mix archive.install] Detect proper path on URLs with query strings + [mix loadpaths] Do not assume all paths in loadpaths exist + ------------------------------------------------------------------- Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info diff --git a/elixir.spec b/elixir.spec index 3ee11fb..8c2e27d 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.4.2 +Version: 1.4.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.4.2.tar.gz b/v1.4.2.tar.gz deleted file mode 100644 index f39600e..0000000 --- a/v1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb4e2ec4d68b3c8b800179b7ae5779e2999aa3375f74bd188d7d6703497f553f -size 1825935 diff --git a/v1.4.4.tar.gz b/v1.4.4.tar.gz new file mode 100644 index 0000000..2390cca --- /dev/null +++ b/v1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9d5faee079949f780c8f6a1ccba015d64ecf859ed87384ae4239d69be60142 +size 1828694