diff --git a/mozilla/security/python/nss/MANIFEST b/mozilla/security/python/nss/MANIFEST index 4cbb190c493..f97687bde52 100644 --- a/mozilla/security/python/nss/MANIFEST +++ b/mozilla/security/python/nss/MANIFEST @@ -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 diff --git a/mozilla/security/python/nss/doc/ChangeLog b/mozilla/security/python/nss/doc/ChangeLog index 999da990e87..3093586012f 100644 --- a/mozilla/security/python/nss/doc/ChangeLog +++ b/mozilla/security/python/nss/doc/ChangeLog @@ -1,4 +1,4 @@ -2010-05-12 John Dennis 0.9 +2010-05-28 John Dennis 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 0.8 * The following methods, properties and functions were added: SecItem.type SecItem.len, SecItem.data