Skip to content

Commit c51aa2c

Browse files
committed
1.16.1
1 parent cec218c commit c51aa2c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ Check https://github.com/conan-io/conan for issues and more details about develo
2222
Read more about the :ref:`Conan stability commitment<stability>`.
2323

2424

25+
1.16.1 (14-Jun-2019)
26+
--------------------
27+
28+
- Feature: Print nicer error messages when receive an error from Artifactory. `#5326 <https://github.com/conan-io/conan/pull/5326>`_
29+
- Fix: Make ``conan config get storage.path`` return an absolute, resolved path `#5350 <https://github.com/conan-io/conan/pull/5350>`_
30+
- Fix: Skipped the compiler version check in the cmake generator when a `-s compiler.toolset` is specified (Visual Studio). `#5348 <https://github.com/conan-io/conan/pull/5348>`_
31+
- Fix: Constraint transitive dependency ``typed-ast`` (required by astroid) in python3.4, as they stopped releasing wheels, and it fails to build in some Windows platforms with older SDKs. `#5324 <https://github.com/conan-io/conan/pull/5324>`_
32+
- Fix: Accept v140 and VS 15.0 for CMake generator (#5318) `#5321 <https://github.com/conan-io/conan/pull/5321>`_
33+
- Fix: Accept only .lib and .dll as Visual extensions (#5316) `#5319 <https://github.com/conan-io/conan/pull/5319>`_
34+
- Bugfix: Do not copy directories inside a symlinked one `#5342 <https://github.com/conan-io/conan/pull/5342>`_
35+
- Bugfix: Conan was retrying the upload when failed with error 400 (request error). `#5326 <https://github.com/conan-io/conan/pull/5326>`_
36+
37+
2538
1.16.0 (4-Jun-2019)
2639
-------------------
2740

@@ -55,6 +68,19 @@ Check https://github.com/conan-io/conan for issues and more details about develo
5568
- Bugfix: Use `copy()` for deploy generator so that permissions of files are preserved. Required if you want to use the deploy generator to deploy executables. `#5136 <https://github.com/conan-io/conan/pull/5136>`_
5669

5770

71+
1.15.4
72+
------
73+
74+
- Fix: Accept v140 and VS 15.0 for CMake generator (#5318) `#5331 <https://github.com/conan-io/conan/pull/5331>`_
75+
- Fix: Constraint transitive dependency typed-ast (required by astroid) in python3.4, as they stopped releasing wheels, and it fails to build in some Windows platforms with older SDKs. `#5331 <https://github.com/conan-io/conan/pull/5331>`_
76+
77+
78+
1.15.3
79+
------
80+
81+
- Please, do not use this version, there was a critical error in the release process and changes from the 1.16 branch were merged.
82+
83+
5884
1.15.2 (31-May-2019)
5985
--------------------
6086

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# The short X.Y version.
4242
version = "1.16"
4343
# The full version, including alpha/beta/rc tags.
44-
release = u'1.16.0'
44+
release = u'1.16.1'
4545

4646
dir_path = os.path.dirname(os.path.realpath(__file__))
4747
if not os.path.exists(os.path.join(dir_path, "versions.json")):

0 commit comments

Comments
 (0)