[salt-api/el5] Updated to 0.8.2

Andrew Niemantsverdriet kaptk2 at fedoraproject.org
Wed Jul 17 19:24:42 UTC 2013


commit 56fbbfdab1c805cc78ef5ff3a0d87b20d97450cc
Author: Andrew Niemantsverdriet <andrewNiemants at gmail.com>
Date:   Wed Jul 17 13:24:43 2013 -0600

    Updated to 0.8.2

 .gitignore    |    1 +
 salt-api.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e318689..10bb583 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /salt-api-0.7.5.tar.gz
 /salt-api-0.8.0.tar.gz
 /salt-api-0.8.1.tar.gz
+/salt-api-0.8.2.tar.gz
diff --git a/salt-api.spec b/salt-api.spec
index fcf2941..78e2ae2 100644
--- a/salt-api.spec
+++ b/salt-api.spec
@@ -12,7 +12,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name: salt-api
-Version: 0.8.1
+Version: 0.8.2
 Release: 0%{?dist}
 Summary: A web api for to access salt the parallel remote execution system
 
@@ -145,6 +145,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jul 17 2013 Andrew Niemantsverdriet <andrewniemants at gmail.com> - 0.8.1-0
+- Bugfix release that fixes a compatibility issue with changes in Salt 0.15.9.
+- Fixed an inconsistency with the return format for the /minions convenience URL.
+- Added a dedicated URL for serving an HTML app and static media
+
 * Tue Apr 16 2013 Andrew Niemantsverdriet <andrewniemants at gmail.com> - 0.8.1-0
 - Minor bugfix version released
 
diff --git a/sources b/sources
index fec1f3a..bf50f00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-151e92d186c8026cc17122733e296daf  salt-api-0.8.1.tar.gz
+fafc6e69cdd8ccb73ad03b51c0510ca5  salt-api-0.8.2.tar.gz


More information about the scm-commits mailing list