[python-djblets] New upstream release 0.7.23

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 6 01:53:37 UTC 2013


commit b3b7f79218b98e651adde5d5f4dac0c1edec1740
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Nov 5 20:53:59 2013 -0500

    New upstream release 0.7.23
    
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.21.NEWS
      * djblets.webapi:
        * Added a has_list_access_permissions function, which is used to determine
          access to a list resource.
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.22.NEWS
      * djblets.extensions:
        * AJAX_SERIAL is updated when extensions are enabled/disabled or their
          configuration changes, allowing templates using AJAX_SERIAL as part of
          their cache to invalidate.
      * djblets.siteconfig:
        * Reduced query counts for installs using siteconfig.
      * djblets.webapi:
        * Reduced query counts when returning payloads for list resources  with no
          entries.
        * Common attribute lookups on WebAPIResource are now cached.
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.23.NEWS
      * djblets.extensions:
        * Fix URL errors when configuring extensions with a custom SITE_ROOT.
      * djblets.util.fields:
        * JSONFields can now be safely edited through the administration UI,
          complete with validation.
      * jquery.gravy:
        * Fixed hiding the pencil icons on an inlineEditor when disabled.

 .gitignore          |    1 +
 python-djblets.spec |   28 +++++++++++++++++++++++++++-
 sources             |    2 +-
 3 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d483dd..b3f22c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.7.19.tar.gz
 /Djblets-0.7.20.tar.gz
 /Djblets-0.7.21.tar.gz
+/Djblets-0.7.23.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index d18a14d..df6730f 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.21
+Version:        0.7.23
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -69,6 +69,32 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Tue Nov 05 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.23-1
+- New upstream release 0.7.23
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.21.NEWS
+  * djblets.webapi:
+    * Added a has_list_access_permissions function, which is used to determine
+      access to a list resource.
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.22.NEWS
+  * djblets.extensions:
+    * AJAX_SERIAL is updated when extensions are enabled/disabled or their
+      configuration changes, allowing templates using AJAX_SERIAL as part of
+      their cache to invalidate.
+  * djblets.siteconfig:
+    * Reduced query counts for installs using siteconfig.
+  * djblets.webapi:
+    * Reduced query counts when returning payloads for list resources  with no
+      entries.
+    * Common attribute lookups on WebAPIResource are now cached.
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.23.NEWS
+  * djblets.extensions:
+    * Fix URL errors when configuring extensions with a custom SITE_ROOT.
+  * djblets.util.fields:
+    * JSONFields can now be safely edited through the administration UI,
+      complete with validation.
+  * jquery.gravy:
+    * Fixed hiding the pencil icons on an inlineEditor when disabled.
+
 * Sun Oct 13 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.7.21-1
 - New upstream bugfix release 0.7.21
 - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.21.NEWS
diff --git a/sources b/sources
index b921ebf..91f713c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5193cc2a4cd9f35d14a0bddf8b81231c  Djblets-0.7.21.tar.gz
+97a96297571694bcc7ccc5ea9f113e5b  Djblets-0.7.23.tar.gz


More information about the scm-commits mailing list