Overview
Request 1145222 accepted
- Update to version 0.46.0:
+ fz::process: Add io redirection mode that excluded stderr.
+ fz::remove_file and remove_dir now take additional parameter
and return fz::result.
+ Added transitional fz::file::read2 and fz::file::write2
returning fz::rwresult, old read/write have been marked
deprecated.
+ HTTP: Fix redirect if "Connection: close" header is set.
- Bump major to 42, following upstream sover bump.
Request History
dimstar created request
- Update to version 0.46.0:
+ fz::process: Add io redirection mode that excluded stderr.
+ fz::remove_file and remove_dir now take additional parameter
and return fz::result.
+ Added transitional fz::file::read2 and fz::file::write2
returning fz::rwresult, old read/write have been marked
deprecated.
+ HTTP: Fix redirect if "Connection: close" header is set.
- Bump major to 42, following upstream sover bump.
ecsos accepted request