You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.rst
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Check https://github.com/conan-io/conan for issues and more details about develo
83
83
- BugFix: Fixed failures when Conan walk directories with files containing not ASCCI characters in the file name. `#3505 <https://github.com/conan-io/conan/pull/3505>`_
84
84
- Bugfix: The `scm` feature now looks for the repo root even when the `conanfile.py` is in a subfolder. `#3479 <https://github.com/conan-io/conan/pull/3479>`_
85
85
- Bugfix: Fixed `OSInfo.bash_path()` when there is no `windows_subsystem`. `#3455 <https://github.com/conan-io/conan/pull/3455>`_
86
-
- Bugfix: AutotoolsBuildEnvironment was not defaulting the output library directory causing broken consumption of packages when rebuilding from sources in different Linux distros using lib64 default. `#3388 <https://github.com/conan-io/conan/pull/3388>`_
86
+
- Bugfix: AutotoolsBuildEnvironment was not defaulting the output library directory causing broken consumption of packages when rebuilding from sources in different Linux distros using lib64 default. Read more :ref:`here<autotools_lib64_warning>`. `#3388 <https://github.com/conan-io/conan/pull/3388>`_
87
87
88
88
89
89
1.7.4 (18-September-2018)
@@ -93,13 +93,6 @@ Check https://github.com/conan-io/conan for issues and more details about develo
93
93
- Fix: Disabled `apiv2` by default until it gets more stability.
94
94
95
95
96
-
1.8.0 (##-October-2018)
97
-
-----------------------
98
-
99
-
- BugFix: ``AutotoolsBuildEnvironment`` was not defaulting the output library directory causing broken consumption of packages when
100
-
rebuilding from sources in different Linux distros using ``lib64`` folder as default. Read more :ref:`here <autotools_lib64_warning>`.
0 commit comments