Skip to content

Commit

Permalink
changelog 3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 11, 2018
1 parent 3d22cfa commit 2d29cde
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2018-12-11 3.17.2
-----------------

Bug fixes:
----------

* fix to ignore unsatisfiable pin_compatible calls for packages in other outputs #3277
* add license files to CRAN recipes generated by conda skeleton #3284
* restrict py-lief to running on linux/macos only for now #3291,
* fix lief operation on files that are missing dynamic section (e.g. go binaries) #3292
* expand instructions on how to setup a dev env for conda-build #3296
* fix file= keyword being passed to a logger call #3298
* add test for standalone DLLs with py-lief, don't error out on them #3301
* rename windows build script runner to avoid confusion with existing bld.bat files in root dir #3303
* fix file URL handling on Windows #3303
* use conda's download function rather than requests directly, so that conda's proxy settings are respected #3303
* silence patch output when output verbosity is False #3305

Contributors:
-------------

* @bergtholdt
* @dsludwig
* @jdblischak
* @msarahan
* @nehaljwani
* @sodre


2018-12-04 3.17.1
------------------

Expand Down

0 comments on commit 2d29cde

Please sign in to comment.