diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-07 14:51:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-07 14:51:51 +0200 |
commit | 0087e2171f929978ced7e789147ab5b8033e7837 (patch) | |
tree | 6fcdb70841cc12074bff4c10d168567eb7b2c028 | |
parent | 4b5ea79bd374e4965f567bcba94ea1c99324e7b3 (diff) |
phpMyAdmin: 4.4.1 (bugfix)
-rw-r--r-- | phpMyAdmin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index cbdd424..64c1f6d 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -22,7 +22,7 @@ %endif Name: phpMyAdmin -Version: 4.4.0 +Version: 4.4.1 Release: 1%{?dist} Summary: Web based MySQL browser written in php @@ -213,6 +213,9 @@ sed -i -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$RANDOM$RANDOM$RANDOM$RAN %changelog +* Tue Apr 7 2015 Remi Collet <rpms@famillecollet.com> 4.4.1-1 +- update to 4.4.1 (2015-04-07, bugfix) + * Thu Apr 2 2015 Remi Collet <rpms@famillecollet.com> 4.4.0-1 - update to 4.4.0 (2015-04-01, new features) |