Navigation Menu

Skip to content

Commit

Permalink
Set version numbers to 3.63 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
beurdouche committed Feb 19, 2021
1 parent a3b3591 commit 602b531
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 23 deletions.
5 changes: 0 additions & 5 deletions automation/abi-check/expected-report-libnss3.so.txt
@@ -1,5 +0,0 @@

2 Added functions:

'function SECStatus PK11_HPKE_ExportContext(const HpkeContext*, PK11SymKey*, SECItem**)' {PK11_HPKE_ExportContext@@NSS_3.62}
'function HpkeContext* PK11_HPKE_ImportContext(const SECItem*, PK11SymKey*)' {PK11_HPKE_ImportContext@@NSS_3.62}
11 changes: 0 additions & 11 deletions automation/abi-check/expected-report-libssl3.so.txt
@@ -1,11 +0,0 @@

1 function with some indirect sub-type change:

[C] 'function SECStatus SSL_HandshakeNegotiatedExtension(PRFileDesc*, SSLExtensionType, PRBool*)' at sslreveal.c:72:1 has some indirect sub-type changes:
parameter 2 of type 'typedef SSLExtensionType' has sub-type changes:
underlying type 'enum __anonymous_enum__' at sslt.h:519:1 changed:
type size hasn't changed
1 enumerator insertion:
'__anonymous_enum__::ssl_tls13_ech_is_inner_xtn' value '55817'
1 enumerator change:
'__anonymous_enum__::ssl_tls13_encrypted_client_hello_xtn' from value '65032' to '65033' at sslt.h:519:1
2 changes: 1 addition & 1 deletion automation/abi-check/previous-nss-release
@@ -1 +1 @@
NSS_3_61_BRANCH
NSS_3_62_BRANCH
4 changes: 2 additions & 2 deletions lib/nss/nss.h
Expand Up @@ -22,9 +22,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define NSS_VERSION "3.62" _NSS_CUSTOMIZED " Beta"
#define NSS_VERSION "3.63" _NSS_CUSTOMIZED " Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 62
#define NSS_VMINOR 63
#define NSS_VPATCH 0
#define NSS_VBUILD 0
#define NSS_BETA PR_TRUE
Expand Down
4 changes: 2 additions & 2 deletions lib/softoken/softkver.h
Expand Up @@ -17,9 +17,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define SOFTOKEN_VERSION "3.62" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VERSION "3.63" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VMAJOR 3
#define SOFTOKEN_VMINOR 62
#define SOFTOKEN_VMINOR 63
#define SOFTOKEN_VPATCH 0
#define SOFTOKEN_VBUILD 0
#define SOFTOKEN_BETA PR_TRUE
Expand Down
4 changes: 2 additions & 2 deletions lib/util/nssutil.h
Expand Up @@ -19,9 +19,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
#define NSSUTIL_VERSION "3.62 Beta"
#define NSSUTIL_VERSION "3.63 Beta"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 62
#define NSSUTIL_VMINOR 63
#define NSSUTIL_VPATCH 0
#define NSSUTIL_VBUILD 0
#define NSSUTIL_BETA PR_TRUE
Expand Down

0 comments on commit 602b531

Please sign in to comment.