From 84bd006821c485409125fac3ffddeb741bd25431 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: May 07 2014 08:24:53 +0000 Subject: update to 1.6.4 fixing a potential bug in reverse() --- diff --git a/.gitignore b/.gitignore index 991e51e..709de28 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /Django-1.6.tar.gz /Django-1.6.2.tar.gz /Django-1.6.3.tar.gz +/Django-1.6.4.tar.gz diff --git a/python-django.spec b/python-django.spec index 2b2fc11..be2f13f 100644 --- a/python-django.spec +++ b/python-django.spec @@ -16,7 +16,7 @@ %global obs_ver 1.5.5-3 Name: python-django -Version: 1.6.3 +Version: 1.6.4 Release: 1%{?dist} Summary: A high-level Python Web framework @@ -587,6 +587,9 @@ popd %changelog +* Wed May 07 2014 Matthias Runge - 1.6.4-1 +- update to 1.6.4 fix a potential regression in reverse() + * Tue Apr 22 2014 Matthias Runge - 1.6.3-1 - update to 1.6.3 fixing CVE-2014-0473 and CVE-2014-0474 diff --git a/sources b/sources index 4878c46..718a9ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -727fec03f15db8f80a7231696b79adf7 Django-1.6.3.tar.gz +0d23bf836d3a52d93aee9411eccaa609 Django-1.6.4.tar.gz