From c150a449f412e78f6a3f99f2f05f62de11f746d5 Mon Sep 17 00:00:00 2001 From: Sophia Castellarin Date: Thu, 20 Jun 2019 12:59:02 -0500 Subject: [PATCH] Updated CHANGELOG for 3.18.3 --- CHANGELOG.txt | 43 ++++++++++++++++++++++++++++++++ news/3_18_3_news | 26 ------------------- news/cran_skeleton_win_compilers | 25 ------------------- news/fix_package_file_inspection | 25 ------------------- news/index_monkeying | 29 --------------------- news/speed_up_channeldata | 25 ------------------- 6 files changed, 43 insertions(+), 130 deletions(-) delete mode 100644 news/3_18_3_news delete mode 100644 news/cran_skeleton_win_compilers delete mode 100644 news/fix_package_file_inspection delete mode 100644 news/index_monkeying delete mode 100644 news/speed_up_channeldata diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 55f51d4a65..b592455bff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,47 @@ # current developments +2019-06-20 3.18.3: +------------------ + +Enhancements: +------------- + +* Make VS2017 default Visual Studio +* Add hook for customizing the behavior of conda render +* Drop `/usr` from CDT skeleton path +* Update cran skeleton to use m2w64 compilers for windows instead of toolchain. + The linter is telling since long: Using toolchain directly in this manner is deprecated. + +Bug fixes: +---------- + +* Update cran skeleton to not use toolchain for win +* fix package_has_file so it supports .conda files (use cph) +* fix package_has_file function for .conda format +* fix off-by-one path trimming in prefix_files +* disable overlinking checks when no files in the package have any shared library linkage +* try to avoid finalizing top-level metadata twice +* try to address permission errors on Appveyor and Azure by falling back to copy and warning (not erroring) if removing a file after copying fails +* reduce the files inspected/loaded for channeldata, so that indexing goes faster + +Deprecations: +------------- + +* The repodata2.json file is no longer created as part of indexing. It was not used by anything. It has been removed as an optimization. Its purpose was to explore namespaces, and we'll bring its functionality back when we address that fully. + +Contributors: +------------- + +* @mingwandroid +* @msarahan +* @rrigdon +* @rrigdon +* @soapy1 +* @mariusvniekerk +* @jakirkham +* @dbast +* @duncanmmacleod + + 2019-05-26 3.18.2: ------------------ diff --git a/news/3_18_3_news b/news/3_18_3_news deleted file mode 100644 index c27dd2107d..0000000000 --- a/news/3_18_3_news +++ /dev/null @@ -1,26 +0,0 @@ -Enhancements: -------------- - -* Make VS2017 default Visual Studio -* Add hook for customizing the behavior of conda render -* Drop `/usr` from CDT skeleton path - -Bug fixes: ----------- - -* Update cran skeleton to not use toolchain for win - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* diff --git a/news/cran_skeleton_win_compilers b/news/cran_skeleton_win_compilers deleted file mode 100644 index 7baf5211b8..0000000000 --- a/news/cran_skeleton_win_compilers +++ /dev/null @@ -1,25 +0,0 @@ -Enhancements: -------------- - -* Update cran skeleton to use m2w64 compilers for windows instead of toolchain. - The linter is telling since long: Using toolchain directly in this manner is deprecated. - -Bug fixes: ----------- - -* - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* diff --git a/news/fix_package_file_inspection b/news/fix_package_file_inspection deleted file mode 100644 index 1b867d388b..0000000000 --- a/news/fix_package_file_inspection +++ /dev/null @@ -1,25 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* fix package_has_file so it supports .conda files (use cph) - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* - diff --git a/news/index_monkeying b/news/index_monkeying deleted file mode 100644 index 4e10ef1655..0000000000 --- a/news/index_monkeying +++ /dev/null @@ -1,29 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* fix package_has_file function for .conda format -* fix off-by-one path trimming in prefix_files -* disable overlinking checks when no files in the package have any shared library linkage -* try to avoid finalizing top-level metadata twice -* try to address permission errors on Appveyor and Azure by falling back to copy and warning (not erroring) if removing a file after copying fails - -Deprecations: -------------- - -* The repodata2.json file is no longer created as part of indexing. It was not used by anything. It has been removed as an optimization. Its purpose was to explore namespaces, and we'll bring its functionality back when we address that fully. - -Docs: ------ - -* - -Other: ------- - -* - diff --git a/news/speed_up_channeldata b/news/speed_up_channeldata deleted file mode 100644 index 7d55de0b42..0000000000 --- a/news/speed_up_channeldata +++ /dev/null @@ -1,25 +0,0 @@ -Enhancements: -------------- - -* - -Bug fixes: ----------- - -* reduce the files inspected/loaded for channeldata, so that indexing goes faster - -Deprecations: -------------- - -* - -Docs: ------ - -* - -Other: ------- - -* -