From 8a8a7442fbae72cc2eeb264514281c0313ca52b8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 4 Jan 2012 22:23:21 -0500 Subject: [PATCH] Update to MySQL 5.5.19 --- .gitignore | 2 +- mysql.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e58793..dc8839a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/mysql-5.5.18-nodocs.tar.gz +/mysql-5.5.19-nodocs.tar.gz diff --git a/mysql.spec b/mysql.spec index 0bd218b..9c2dd72 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 5.5.18 +Version: 5.5.19 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -656,6 +656,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Wed Jan 4 2012 Tom Lane 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 + * Sun Nov 20 2011 Tom Lane 5.5.18-1 - Update to MySQL 5.5.18, for various fixes described at http://dev.mysql.com/doc/refman/5.5/en/news-5-5-18.html diff --git a/sources b/sources index 87a1a0c..d4c4b0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22e4bbacb27efdb38c0b54b5c5fab3e8 mysql-5.5.18-nodocs.tar.gz +76c434e3db654f59d06b220daaeeed39 mysql-5.5.19-nodocs.tar.gz