~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/util/nssutil.h

Tags: 3.12.8-0ubuntu0.10.10.1
* New upstream release v3.12.8 (NSS_3_12_8_RTM)
  - Fix browser wildcard certificate validation issue
  - Update root certs
  - Fix SSL deadlocks
* Refresh patches:
  - update debian/patches/38_kbsd.patch
  - update debian/patches/97_SSL_RENEGOTIATE_TRANSITIONAL.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 * The format of the version string should be
52
52
 *     "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
53
53
 */
54
 
#define NSSUTIL_VERSION  "3.12.7.0"
 
54
#define NSSUTIL_VERSION  "3.12.8.0"
55
55
#define NSSUTIL_VMAJOR   3
56
56
#define NSSUTIL_VMINOR   12
57
 
#define NSSUTIL_VPATCH   7
 
57
#define NSSUTIL_VPATCH   8
58
58
#define NSSUTIL_VBUILD   0
59
59
#define NSSUTIL_BETA     PR_FALSE
60
60