diff --git a/.gitignore b/.gitignore index e09f489..3278ded 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/mysql-5.1.51-nodocs.tar.gz +/mysql-5.1.52-nodocs.tar.gz diff --git a/mysql.spec b/mysql.spec index 2dac0ad..fab4b93 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql -Version: 5.1.51 -Release: 2%{?dist} +Version: 5.1.52 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -577,6 +577,11 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Mon Nov 1 2010 Tom Lane 5.1.52-1 +- Update to MySQL 5.1.52, for various fixes described at + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-52.html +Resolves: #646569 + * Thu Oct 7 2010 Tom Lane 5.1.51-2 - Re-disable the outfile_loaddata test, per report from Dan Horak. diff --git a/sources b/sources index adb4f98..c7065a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1f17ca9fa8d9439e2daa9afa78fd0a1 mysql-5.1.51-nodocs.tar.gz +998cc66664f6289596bde8fac85dd831 mysql-5.1.52-nodocs.tar.gz