SHA256
1
0
forked from pool/patchelf

- update to 0.11:

* More modern C++ has avoided a memory leak  
  * force-rpath is now consistently used
  * new --output flag

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=21
This commit is contained in:
2020-08-16 00:52:36 +00:00
committed by Git OBS Bridge
parent b1722a22ee
commit 53189c9e53
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 16 00:47:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.11:
* More modern C++ has avoided a memory leak
* force-rpath is now consistently used
* new --output flag
-------------------------------------------------------------------
Tue Aug 27 01:17:34 UTC 2019 - Martin Pluskal <mpluskal@suse.com>