summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-12-09 14:20:21 +0000
committerjortel <devnull@localhost>2009-12-09 14:20:21 +0000
commit4e955518199b96b3502a3d9ec0cd8a0af19e2ed1 (patch)
treecafe56387558184dfe4c44714b6a4a0f3dde381b
parenta2db123fd39b0367331ddbc3c44d605a50c8ded8 (diff)
downloadsuds-4e955518199b96b3502a3d9ec0cd8a0af19e2ed1.tar.gz
Update changelog for 0.3.8.
-rw-r--r--python-suds.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/python-suds.spec b/python-suds.spec
index 1bb2bcd..cdd0c20 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -55,8 +55,20 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
-* Tue Oct 19 2009 jortel <jortel@redhat.com> - 0.3.8-1
-- 0.3.8
+* Wed Dec 9 2009 jortel <jortel@redhat.com> - 0.3.8-1
+- Includeds Windows NTLM Transport.
+- Add missing self.messages in Client.clone().
+- Changed default behavior for WSDL PartElement to be optional.
+- Add support for services/ports defined without <address/> element in WSDL.
+- Fix sax.attribute.Element.attrib() to find by name only when ns is not specified; renamed to Element.getAttribute().
+- Update HttpTransport to pass timeout parameter to urllib2 open() methods when supported by urllib2.
+- Add null class to pass explicit NULL values for parameters and optional elements.
+- Soap encoded array (soap-enc:Array) enhancement for rpc/encoded.
+ Arrays passed as python arrays - works like document/literal now.
+ No more using the factory to create the Array.
+ Automatically includes arrayType attribute. Eg: soap-enc:arrayType="Array[2]".
+ Reintroduced ability to pass complex (objects) using python dict instead of suds object via factory.
+- Fixed tickets: #84, #261, #262, #263, #265, #266, #278, #280, #282.
* Thu Oct 16 2009 jortel <jortel@redhat.com> - 0.3.7-1
- Better soap header support