Skip to content

Release Notes 31504

Eric Flumerfelt edited this page Jun 17, 2022 · 1 revision

Release Notes 31504 — Diff from v3_15_03; git log Date: Fri Oct 11 23:22:45 2019 –0500

Introduction

Because our build system uses -Werror (which makes all warnings into errors),
it’s important to not have warnings. This version mainly fixes warning as seen
by the newest compiler.
A new feature in the standard slow path logging allows trace level 0 to be
written to a different fd than then other levels (e.g. stderr vs. stdout).

Reference

TRACE version:“v3_15_04”

New features:

  • The TRACE_PRINT_FD env.var can be a single fd number or two numbers separated by a comma (no spaces), e.g 1 or 1,2.
    Recall that this env.var can be set in the user program via setenv library function.

Bug fixes and Improvements:

  • Fixed warnings.

Robustness Additions:

  • none

Operational changes:

  • none

Clone this wiki locally