Accepting request 535220 from home:pluskalm:branches:devel:libraries:c_c++

- Update to version 0.8.6:

OBS-URL: https://build.opensuse.org/request/show/535220
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbsd?expand=0&rev=24
This commit is contained in:
2017-10-19 21:36:02 +00:00
committed by Git OBS Bridge
parent a09b2aa43b
commit e0d2300680
6 changed files with 50 additions and 28 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Oct 19 12:40:58 UTC 2017 - mpluskal@suse.com
- Update to version 0.8.6:
* test:
+ Fix nlist() unit test on IA64 and PowerPC 64-bit ELFv1
* Fix handling of non-contiguous argv + envp in setproctitle()
- Changes for version 0.8.5:
* test:
+ Handle libtool executable names in getprogname() unit test
+ Remove unused variable in nlist() unit test
* man:
+ Ship and install libbsd(7)
+ Update man page sections in titles and references
* Fix ELF definitions for PowerPC in local-elf.h
* Fix ELF definitions for MIPS in local-elf.h
- Changes for version 0.8.4:
* Add support for RISC-V
* Support GCC deprecated attribute for GCC older than 4.5
* Fix the __progname check to avoid the optimizer discarding the symbol
* Gracefully handle lack of system <sys/cdefs.h>
* Do not provide funopen() on musl
* Try <linux/a.out.h> if <a.out.h> is not present
* Do not use legacy BSD u_* types
* Import <sys/time.h> for some of its macros
-------------------------------------------------------------------
Tue May 17 16:03:07 UTC 2016 - mpluskal@suse.com