diff --git a/libmysql.version b/libmysql.version index 5ed10ec..dc32cd7 100644 --- a/libmysql.version +++ b/libmysql.version @@ -113,6 +113,10 @@ libmysqlclient_16 { handle_options; load_defaults; my_print_help; +# This isn't really documented anywhere, but it seems to be part of the +# de-facto API as well. We're not going to export the deprecated version +# make_scrambled_password, however. + my_make_scrambled_password; local: *; }; diff --git a/mysql.spec b/mysql.spec index 712107f..447cdfd 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 5.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -611,6 +611,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Wed Mar 23 2011 Tom Lane 5.5.10-2 +- Add my_make_scrambled_password to the list of symbols exported by + libmysqlclient.so. Needed at least by pure-ftpd. + * Mon Mar 21 2011 Tom Lane 5.5.10-1 - Update to MySQL 5.5.10, for various fixes described at http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html