summaryrefslogtreecommitdiff
path: root/python-suds.spec
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-04-02 17:10:40 +0000
committerjortel <devnull@localhost>2009-04-02 17:10:40 +0000
commitda6d05e896552a23e2d58d56fa7892c644e797b9 (patch)
tree872c1b569dfdbed9f4d69cd311e68dd542e46c61 /python-suds.spec
parentd7489832914a284e666889525fadd58570d3295f (diff)
downloadsuds-da6d05e896552a23e2d58d56fa7892c644e797b9.tar.gz
update changelog and notes for 0.3.5 GA
Diffstat (limited to 'python-suds.spec')
-rw-r--r--python-suds.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/python-suds.spec b/python-suds.spec
index 4aed99e..5c2e3a3 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -53,7 +53,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 25 2009 jortel <jortel@redhat.com> - 0.3.5-1
-- 0.3.5
+- Adds http caching. Default is (1) day.
+- Replaced build requires python-setuptools-devel with python-setuptools in the spec.
+- Removed checking fc version in spec since no longer building < fc9.
+- Updated spec to get version from suds properties.
+- Updated makefile to roll tarball with tar.sh.
+- Moved bare/wrapped determination to wsdl for document/literal.
+- Refactored Transport to provide better visibility into http headers.
+- Fixed Tickets: #207, #207, #209, #210, #212, #214, #215
* Mon Dec 08 2008 jortel <jortel@redhat.com> - 0.3.4-1
- Static (automatic) Import.bind('http://schemas.xmlsoap.org/soap/encoding/')