Accepting request 393154 from home:pereira_alex:branches:devel:languages:erlang
update to elixir version 1.2.5 OBS-URL: https://build.opensuse.org/request/show/393154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=17
This commit is contained in:
parent
50405339df
commit
148ad3789a
@ -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
|
||||
|
@ -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 "<22>" (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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:886e4efea0e9bbbb4ba55ea659986fb3460c5b77045410c10144838192214827
|
||||
size 1662478
|
3
v1.2.5.tar.gz
Normal file
3
v1.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ed65722aeb55cbfe6022d77d0e36293d463d7b4922198f5c157e8286d896eee
|
||||
size 1666179
|
Loading…
Reference in New Issue
Block a user