Page MenuHomeSolus

Update pv to 1.6.20
ClosedPublic

Authored by solene on Oct 28 2021, 10:25 AM.
Tags
None
Referenced Files
F11053479: D12138.id.diff
Thu, Aug 10, 11:19 PM
F11053478: D12138.id29552.diff
Thu, Aug 10, 11:19 PM
F11053477: D12138.id29693.diff
Thu, Aug 10, 11:19 PM
F11053476: D12138.id29489.diff
Thu, Aug 10, 11:19 PM
F11053475: D12138.id29440.diff
Thu, Aug 10, 11:19 PM
F11037827: D12138.diff
Wed, Aug 9, 9:18 PM
F10887327: D12138.id29693.diff
Jun 26 2023, 10:30 AM
F10887012: D12138.id29552.diff
Jun 26 2023, 5:52 AM
Subscribers

Details

Summary

Summarized Changelog:

  • fix: starting pv in the background no longer immediately stops unless the transfer is to/from the terminal
  • fix: using -B, -A, or -T now switches on -C implicitly
  • fix AIX config check when the CWD contains "yes"
  • using -B, -A, or -T now switches on -C implicitly
  • fixed bug where "pv /dev/zero >/dev/null &" stopped immediately
Test Plan
  • dmesg | pv -l -L 1

Diff Detail

Repository
R2497 pv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Changelog needs to be cleaned up. We don't need revision numbers, GitHub issue references, changes for other OSes (macOS as an example).

This revision now requires changes to proceed.Oct 29 2021, 1:40 PM

Update pv to 1.6.20

Summary:

  • fix: add missing stddef.h include to number.c
  • fix: starting pv in the background no longer immediately stops unless the transfer is to/from the terminal
  • fix: using -B, -A, or -T now switches on -C implicitly
  • fix: AIX build fixes
  • i18n: updated German "--help" translations
  • i18n: switched to UTF-8 encoding, added missing translations (de,fr,pt)
  • docs: new "common switches" manual section
  • docs: use placeholder instead of /dev/sda in the manual
  • docs: correct shell in autoconf/scripts/index.sh
  • cleanup: various compiler warnings cleaned up
  • added common switches section to manual
  • use placeholder instead of /dev/sda in the manual
  • replace ash with sh in autoconf/scripts/index.sh
  • fix AIX config check when the CWD contains "yes"
  • updated German "--help" translations
  • updated missing German translations and changed to UTF-8 encoding
  • updated missing French translations and changed to UTF-8 encoding
  • updated missing Portuguese translations, changed to UTF-8 encoding
  • using -B, -A, or -T now switches on -C implicitly
  • fixed numerous compiler warnings in newer GCC versions
  • fixed bug where "pv /dev/zero >/dev/null &" stopped immediately
  • marked unused arguments with GCC unused attribute, started using boolean data type for flags, corrected more compiler warnings

Test Plan:

  • dmesg | pv -l -L 1

Reviewers: Triage Team

Differential Revision: https://dev.getsol.us/D12138

solene edited the summary of this revision. (Show Details)
solene edited the summary of this revision. (Show Details)
solene edited the test plan for this revision. (Show Details)

Format enhancement

JoshStrobl edited the summary of this revision. (Show Details)

LGTM, thanks. Cleaned up the changelog further.

This revision is now accepted and ready to land.Nov 9 2021, 7:07 AM
This revision was automatically updated to reflect the committed changes.