Opened 10 years ago
Closed 10 years ago
#994 closed task (fixed)
Libpipeline 1.3.1 Version Upgrade
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 3.1.0 |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@… |
Description
http://download-mirror.savannah.gnu.org/releases//libpipeline/libpipeline-1.3.1.tar.gz
2014-09-22 Colin Watson <cjwatson@…>
Version: 1.3.1.
- lib/Makefile.am (libpipeline_la_LDFLAGS): Bump -version-info to 4:1:3.
2014-09-22 Colin Watson <cjwatson@…>
Fix build on systems with neither setenv nor clearenv
Fixes Savannah bug #43265.
- lib/pipeline.c (clearenv): Don't define if defined(HAVE_SETENV), as in that case gnulib will provide this symbol.
- lib/pipeline-private.h (clearenv): Likewise.
- NEWS: Document this.
2014-09-17 Colin Watson <cjwatson@…>
Make sure that the generated shared library has no undefined symbols
Based on a change found in https://github.com/Alexpux/MSYS2-packages/tree/master/libpipeline.
- lib/Makefile.am (libpipeline_la_LDFLAGS): Add -no-undefined.
2014-09-15 Colin Watson <cjwatson@…>
Various autotools upgrades
- aclocal.m4: Upgrade to pkg-config 0.28 and Gettext 0.19.2.
- build-aux/config.sub: Upgrade to 2014-09-11.
- build-aux/ltmain.sh: Upgrade to Libtool 2.4.2-1.10 (from Debian).
2014-08-03 Colin Watson <cjwatson@…>
Update to config.guess 2014-03-23 and config.sub 2014-05-01.
2014-04-24 Colin Watson <cjwatson@…>
Fix test failures on Cygwin.
Reported by Chris J. Breisch.
- configure.ac: Define SHELL as a C preprocessor symbol.
- tests/basic.c (test_basic_wait_all, test_basic_setenv, test_basic_unsetenv, test_basic_clearenv): Execute SHELL rather than "sh".
- tests/exec.c (test_exec_process): Likewise.
- tests/basic.c (test_basic_args, test_basic_pipeline, test_basic_unsetenv, test_basic_clearenv, test_basic_chdir, test_basic_sequence): Check for pipeline_readline returning NULL.
- tests/inspect.c (test_inspect_pid): Likewise.
- tests/redirect.c (test_redirect_files): Likewise.
- NEWS: Document this.
Fixed at commit 54f5b575e9d79030ef264ca873c993e3ad099201