From bcb28d26374495600672b3ee2b7513aa3700fdb9 Mon Sep 17 00:00:00 2001 From: "jdennis%redhat.com" Date: Fri, 28 May 2010 15:13:30 +0000 Subject: [PATCH] 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 --- mozilla/security/python/nss/MANIFEST | 1 + mozilla/security/python/nss/doc/ChangeLog | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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