diff --git a/elixir-doc.spec b/elixir-doc.spec index bcba984..2eb9ac5 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.2.0 +Version: 1.2.2 Release: 0 Summary: Documentation for elixir License: Apache-2.0 and ErlPL-1.1 @@ -53,4 +53,3 @@ ex_doc "Logger" "%{version}" "lib/logger/ebin" -m "Logger" -u "https://github.co %doc doc %changelog - diff --git a/elixir.changes b/elixir.changes index 8594406..3be6c6f 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,7 +1,29 @@ +------------------------------------------------------------------- +Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com + +- Update to v1.2.2 + Enhancements + [Kernel] Support @compile {:autoload, false} to disable automatic loading after compilation + Bug fixes + [ExUnit] Raise if trying to override reserved tag in setup blocks + [Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available + [Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order + [Mix] Force recompilation if dependency was recently fetched + + - Update to v1.2.1 + Enhancements + [IEx] Support remote pids/ports with IEx helper i/1 + [Protocol] Warn when defimpl is called for a consolidated protocol + Bug fixes + [ExUnit] Ensure assert macros can be used from quoted code + [ExUnit] Do not warn in match assertion if variable is reused in pattern + [Macro] Fix a bug in Macro.to_string/1 where a remote function could be accidentally interpreted as a sigil + [Mix] Ensure dependencies are properly skipped when --only option is given to mix deps.get + ------------------------------------------------------------------- Fri Jan 1 15:48:20 UTC 2016 - idonmez@suse.com -- Update to v1.2.0 +- Update to v1.2.0 + Erlang 18 support + Many language improvements + Please see https://github.com/elixir-lang/elixir/releases/tag/v1.2.0 @@ -1212,7 +1234,7 @@ Fri Jun 20 14:31:10 UTC 2014 - matwey.kornilov@gmail.com Mon Feb 17 22:01:03 UTC 2014 - develop7@develop7.info - Update to 0.12.4 - * see CHANGELOG.md for backward incompatibilities and + * see CHANGELOG.md for backward incompatibilities and enhancements ------------------------------------------------------------------- diff --git a/elixir.spec b/elixir.spec index ff2e631..391e796 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.2.0 +Version: 1.2.2 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.2.0.tar.gz b/v1.2.0.tar.gz deleted file mode 100644 index 3895959..0000000 --- a/v1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f68ee5213b883c91f2f521df1f773ceec5913dbf075f7781b57ac97543e7268 -size 1658411 diff --git a/v1.2.2.tar.gz b/v1.2.2.tar.gz new file mode 100644 index 0000000..808a1df --- /dev/null +++ b/v1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a51fe2680070e67c0b3ef1aeb6c409f383fc69da155020466bc54203d58056 +size 1661328