Releases: rizsotto/Bear
Releases · rizsotto/Bear
3.1.5
3.1.4
3.1.3
Bugfixes:
- citnames: include filter works with trailing separator ( #539, @Pennycook )
- dependency: fmt to work with all recent versions ( #471, #526, #543, @peeweep , @Moisan )
- ci: fix GitHub action runs ( #533, @mamaria-k )
- cmake: Avoid warning about
DOWNLOAD_EXTRACT_TIMESTAMP
( #531, @Spongman ) - language: Add missing include for std::find ( #530, @thesamesam )
3.1.2
3.1.1
Bugfixes:
- intercept: file open with O_TRUNC to avoid corrupt output if the file is already exists. (#511 , @asierllano)
- intercept: file writing needs to loop on content until it gets empty (#512 , @asierllano)
- citnames: output writing is an atomic operation (#513 , @asierllano)
- documentation: run pandoc against man page sources
3.1.0
Features:
- Bear internal running processes are no longer released as executable. This was requested to avoid collision with the interception-tool package. (Special thanks to @samu698 for the patches.)
Bugfixes:
- missing preprocessor guard for
confstr
(#475 @mahmood601) - documentation fixes
3.0.21
Bugfixes:
- Fix
libexec.so
linking problem (#477, @neverpanic ) - Fix various CMake flag problems (#480, #484, @leleliu008 , @adfernandes )
- Fix repology link in README file (#482, @dmitris )
- Process execution close stdin file descriptor in wrapper.
3.0.20
3.0.19
3.0.18
Bugfixes:
- Fix compile errors with g++ 11.02 (#434, @shrkamat)
- Added
CMAKE_EXE_LINKER_FLAGS
to external projects. (#437, @XaverKlemenschits) - Fixed Libtool test failure. (#435, @gyakovlev)