Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABI breakage without SONAME bump (1.9 -> 1.10) #2454

Closed
zhsj opened this issue Jul 31, 2022 · 1 comment
Closed

ABI breakage without SONAME bump (1.9 -> 1.10) #2454

zhsj opened this issue Jul 31, 2022 · 1 comment

Comments

@zhsj
Copy link

zhsj commented Jul 31, 2022

Because c47ae3b

spdlog::sinks::rotating_file_sink<std::mutex>::rotating_file_sink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, bool)

is changed to

spdlog::sinks::rotating_file_sink<std::mutex>::rotating_file_sink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, bool, spdlog::file_event_handlers const&)

Origin reported from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016408

@tt4g
Copy link
Contributor

tt4g commented Jul 31, 2022

Already fixed SONAME (#2376), wait for next release.

@gabime gabime closed this as completed Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants