[mysql/f15] Update to MySQL 5.5.20

Tom Lane tgl at fedoraproject.org
Fri Jan 27 07:14:58 UTC 2012


commit 71bc64b24b9b7e2ba581f8d770ae50ca6dff62bf
Author: Tom Lane <tgl at redhat.com>
Date:   Fri Jan 27 02:14:29 2012 -0500

    Update to MySQL 5.5.20

 .gitignore |    2 +-
 mysql.spec |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc8839a..dd6011c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.5.19-nodocs.tar.gz
+/mysql-5.5.20-nodocs.tar.gz
diff --git a/mysql.spec b/mysql.spec
index db83390..a711eba 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.5.19
+Version: 5.5.20
 Release: 1%{?dist}
 
 Summary: MySQL client programs and shared libraries
@@ -618,6 +618,13 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Fri Jan 27 2012 Tom Lane <tgl at redhat.com> 5.5.20-1
+- Update to MySQL 5.5.20, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-20.html
+  as well as security fixes described at
+  http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
+Resolves: #783828
+
 * Wed Jan  4 2012 Tom Lane <tgl at redhat.com> 5.5.19-1
 - Update to MySQL 5.5.19, for various fixes described at
   http://dev.mysql.com/doc/refman/5.5/en/news-5-5-19.html
diff --git a/sources b/sources
index d4c4b0c..3184dd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76c434e3db654f59d06b220daaeeed39  mysql-5.5.19-nodocs.tar.gz
+5968913aa16e7ec207c3e3ab1d6ff0f0  mysql-5.5.20-nodocs.tar.gz


More information about the scm-commits mailing list