diff --git a/elixir-doc.spec b/elixir-doc.spec index 12430bd..cbda565 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.2.3 +Version: 1.2.5 Release: 0 Summary: Documentation for elixir License: Apache-2.0 and ErlPL-1.1 diff --git a/elixir.changes b/elixir.changes index 77eca15..126c678 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun May 1 09:43:58 UTC 2016 - pereira.alex@gmail.com + +- Update to v1.2.5 + Bug fixes + [Logger] Stringify truncated function data in Logger + [Logger] Ensure poorly formatted char data can also be logged by using the replacement character "�" (diamond question mark) + [Mix] Do not assume @impl is always a list + [String] Fix bugs in String.replace_* functions where it would not include the accumulated value for certain replacements + +- Update to v1.2.4 + Enhancements + [Mix] Add :archives configuration to def project that allows projects to list archive dependencies. --no-archives-check (as well as --no-deps-check) will disable the archive check. The :archives option is not checked for dependencies. + [Mix] Add deps.precompile task as hook + [Mix] Support --include-children in mix deps.compile option + [String] Update version of the Unicode database to 8.0.0 + + Bug fixes + [Application] Ensure spec/2 returns nil for unknown applications + [Integer] Fix a possible binary leak in parse/1 + [Mix] Purge Erlang modules on recompilation + [String] Ensure split/1 does not break on non-breakable whitespace + [String] Ensure NFC and NFD normalization pass all of Unicode 8.0.0 tests + [Version] Allow dots in build info for versions in Version.parse/1 + ------------------------------------------------------------------- Wed Feb 24 16:06:18 UTC 2016 - develop7@develop7.info diff --git a/elixir.spec b/elixir.spec index 1894921..3d35766 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.2.3 +Version: 1.2.5 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.3.tar.gz b/v1.2.3.tar.gz deleted file mode 100644 index f72d6e8..0000000 --- a/v1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:886e4efea0e9bbbb4ba55ea659986fb3460c5b77045410c10144838192214827 -size 1662478 diff --git a/v1.2.5.tar.gz b/v1.2.5.tar.gz new file mode 100644 index 0000000..640f336 --- /dev/null +++ b/v1.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed65722aeb55cbfe6022d77d0e36293d463d7b4922198f5c157e8286d896eee +size 1666179