[python-djblets] New upstream release 0.6.17

Stephen Gallagher sgallagh at fedoraproject.org
Wed Apr 25 18:02:49 UTC 2012


commit cda16ca074133822cec42af277b04ea85dde52ce
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Apr 25 14:02:45 2012 -0400

    New upstream release 0.6.17
    
    - djblets.gravatars:
    -     Gravatars are no longer hard-coded to be jpegs. This was breaking some
          gravatars.
    - JavaScript:
    -     inlineEditor now has a showRequiredFlag option for indicating if a field
          is required.
    -     inlineEditor now indicates when its dirty state changes

 .gitignore          |    1 +
 python-djblets.spec |   12 +++++++++++-
 sources             |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c9f48a..cedfb2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.6.11.tar.gz
 /Djblets-0.6.14.tar.gz
 /Djblets-0.6.16.tar.gz
+/Djblets-0.6.17.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 5a52a17..3cdf33d 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.16
+Version:        0.6.17
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -58,6 +58,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Wed Apr 25 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.17-1
+- New upstream release 0.6.17
+- djblets.gravatars:
+-     Gravatars are no longer hard-coded to be jpegs. This was breaking some
+      gravatars.
+- JavaScript:
+-     inlineEditor now has a showRequiredFlag option for indicating if a field
+      is required.
+-     inlineEditor now indicates when its dirty state changes
+
 * Mon Feb 27 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.16-1
 - New upstream release 0.6.16
 - djblets.pipeline:
diff --git a/sources b/sources
index c54976a..64db8fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9664ee827f9e0acaf2c0d59896490f0c  Djblets-0.6.16.tar.gz
+f20cdbb3f8f2556d768d65b9ff6ad2f8  Djblets-0.6.17.tar.gz


More information about the scm-commits mailing list