rpms/python-nss/devel python-nss.spec,1.17,1.18 sources,1.14,1.15

John Dennis jdennis at fedoraproject.org
Sun Jun 6 15:17:06 UTC 2010


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16758

Modified Files:
	python-nss.spec sources 
Log Message:
- Add format_lines() & format() methods to the new certificate extension objects.
- Add printing of certificate extensions.
- Add BasicContstraints certificate extension.
- Fix several reference counting and memory problems discovered with valgrind.



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- python-nss.spec	1 Jun 2010 19:08:01 -0000	1.17
+++ python-nss.spec	6 Jun 2010 15:17:05 -0000	1.18
@@ -4,7 +4,7 @@
 
 Name:           python-nss
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -66,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun  6 2010 John Dennis <jdennis at redhat.com> - 0.9-3
+- Add format_lines() & format() methods to the new certificate extension objects.
+- Add printing of certificate extensions.
+- Add BasicContstraints certificate extension.
+- Fix several reference counting and memory problems discovered with valgrind.
+
 * Tue Jun  1 2010 John Dennis <jdennis at redhat.com> - 0.9-2
 - fold in more ref counting patches from Miloslav Trmač <mitr at redhat.com>
   into upstream.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	1 Jun 2010 19:08:01 -0000	1.14
+++ sources	6 Jun 2010 15:17:05 -0000	1.15
@@ -1 +1 @@
-a3436c70b1a56d8a00ed7bdec6e6474b  python-nss-0.9.tar.bz2
+9aa8909ec90de8d0d983bf153c52809d  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list