Bug 528277, Release NSS 3.12.4 + new roots to Mozilla

approval-1.9.2=johnath (comment 3)
This commit is contained in:
Kai Engert 2009-12-04 07:04:06 +01:00
parent 529276334d
commit 272a11b589
4 changed files with 3741 additions and 12 deletions

View File

@ -42,3 +42,4 @@
*/ */
#error "Do not include this header file." #error "Do not include this header file."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -66,17 +66,19 @@
* - NSS 3.10 branch: 50-59 * - NSS 3.10 branch: 50-59
* - NSS 3.11 branch: 60-69 * - NSS 3.11 branch: 60-69
* ... * ...
* - NSS 3.14 branch: 90-99 * - NSS 3.12 branch: 70-89
* - NSS 3.13 branch: 90-99
* - NSS 3.14 branch: 100-109
* ... * ...
* - NSS 3.30 branch: 250-255 * - NSS 3.29 branch: 250-255
* *
* NSS_BUILTINS_LIBRARY_VERSION_MINOR is a CK_BYTE. It's not clear * NSS_BUILTINS_LIBRARY_VERSION_MINOR is a CK_BYTE. It's not clear
* whether we may use its full range (0-255) or only 0-99 because * whether we may use its full range (0-255) or only 0-99 because
* of the comment in the CK_VERSION type definition. * of the comment in the CK_VERSION type definition.
*/ */
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1 #define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 1
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 75 #define NSS_BUILTINS_LIBRARY_VERSION_MINOR 77
#define NSS_BUILTINS_LIBRARY_VERSION "1.75" #define NSS_BUILTINS_LIBRARY_VERSION "1.77"
/* These version numbers detail the semantic changes to the ckfw engine. */ /* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1 #define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1