<b>6.0.0.1835</b>
Andrey Kravchenko 2026.03.19 11:58:48
Fix gbak output some errors and warnings to stderr instead of stdout (#8793)
* Fix output errors and warnings to stderr in gbak utility
* Remove err argument from BURP_print* functions
All messages from these functions are now printed to standard error stream.
BURP_print with output version has been replaced by BURP_message (same result).
Calls BURP_error_redirect with NULL status argument replaces BURP_error with abort argument, because calling BURP_print_status only adds call overhead.
* Remove the serviceFlag for "error accessing blob field" in get_array

Changed paths:
  M src/burp/BurpTasks.cpp
  M src/burp/backup.epp
  M src/burp/burp.cpp
  M src/burp/burp_proto.h
  M src/burp/mvol.cpp
  M src/burp/restore.epp