add doc/examples/cert_dump.py to MANIFEST

add additional comments to Changelog


git-svn-id: svn://10.0.0.236/trunk@260391 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdennis%redhat.com 2010-05-28 15:13:30 +00:00
parent 1a8c91dea8
commit bcb28d2637
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,7 @@ README
setup.cfg
setup.py
doc/ChangeLog
doc/examples/cert_dump.py
doc/examples/httplib_example.py
doc/examples/ssl_example.py
doc/examples/verify_server.py

View File

@ -1,4 +1,4 @@
2010-05-12 John Dennis <jdennis@redhat.com> 0.9
2010-05-28 John Dennis <jdennis@redhat.com> 0.9
* Unicode objects now accepted as well as str objects for
interfaces expecting a string.
@ -99,6 +99,13 @@
doc/examples/cert_dump.py
test/test_cert_components.py
* Review all ref counting, numerous ref counting fixes
* Implement cyclic garbage collection support by
adding object traversal and clear methods
* Identify static variables, move to thread local storage
2009-09-21 John Dennis <jdennis@redhat.com> 0.8
* The following methods, properties and functions were added:
SecItem.type SecItem.len, SecItem.data