The other one seems more tricky: between 2006-11-28 and 2006-11-29,
check-abi started failing on gnu-linux systems because of this:
2 incompatible symbols
0
_ZNKSt5ctypeIcE5widenEPKcS2_Pc
std::ctype<char>::widen(char const*, char const*, char*) const
version status: incompatible
GLIBCXX_3.4
type: function
status: added
1
_ZNKSt5ctypeIcE5widenEc
std::ctype<char>::widen(char) const
version status: incompatible
GLIBCXX_3.4
type: function
status: added
Essentially, we are now exporting @GLIBCXX_3.4 two additional symbols...