[python-djblets] New upstream release 0.7.7

Stephen Gallagher sgallagh at fedoraproject.org
Wed Dec 19 17:25:26 UTC 2012


commit fdc346ec99db93cc47ed2d9f93a93211038e5e56
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Dec 19 12:25:02 2012 -0500

    New upstream release 0.7.7
    
    - djblets.datagrid:
        * Fixed a possible XSS exploit in datagrids
        * Failures during rendering the datagrid now results in a traceback
    - JavaScript:
        * The second display of an inlineEditor no longer breaks the size of the
          editor

 python-djblets.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/python-djblets.spec b/python-djblets.spec
index d04f2eb..77315f0 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.6
+Version:        0.7.7
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -68,6 +68,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Wed Dec 19 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.7-1
+- New upstream release 0.7.7
+- djblets.datagrid:
+    * Fixed a possible XSS exploit in datagrids
+    * Failures during rendering the datagrid now results in a traceback
+- JavaScript:
+    * The second display of an inlineEditor no longer breaks the size of the
+      editor
+
 * Thu Dec 13 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.6-1
 - New upstream release 0.7.6
 - General:


More information about the scm-commits mailing list