index.rst (3373B)
1 .. _mozilla_projects_nss_nss_release_notes_template: 2 3 NSS release notes template 4 ========================== 5 6 .. _draft_(remove_line_when_document_is_finished): 7 8 `DRAFT (remove line when document is finished) <#draft_(remove_line_when_document_is_finished)>`__ 9 -------------------------------------------------------------------------------------------------- 10 11 .. container:: 12 13 `Introduction <#introduction>`__ 14 -------------------------------- 15 16 .. container:: 17 18 | The NSS team has released Network Security Services (NSS) 3.XX, which is a minor release. 19 | or 20 | Network Security Services (NSS) 3.XX.y is a patch release for NSS 3.XX. The bug fixes in NSS 21 3.XX.y are described in the "Bugs Fixed" section below. 22 23 24 25 `Distribution Information <#distribution_information>`__ 26 -------------------------------------------------------- 27 28 .. container:: 29 30 The HG tag is NSS_3_XX_RTM. NSS 3.XX requires NSPR 4.XX or newer. 31 32 NSS 3.XX source distributions are available on ftp.mozilla.org for secure HTTPS download: 33 34 - Source tarballs: 35 https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_XX_RTM/src/ (make a link) 36 37 .. _new_in_nss_3.xx: 38 39 `New in NSS 3.XX <#new_in_nss_3.xx>`__ 40 -------------------------------------- 41 42 .. container:: 43 44 .. _new_functionality: 45 46 `New Functionality <#new_functionality>`__ 47 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48 49 .. container:: 50 51 either: 52 53 No new functionality is introduced in this release. This is a patch release to fix ... 54 55 or: 56 57 - ... 58 59 .. rubric:: New Functions 60 :name: new_functions 61 62 - *in \___.h* 63 64 - **function** - description 65 66 .. rubric:: New Types 67 :name: new_types 68 69 - *in \___.h* 70 71 - **type** - description. 72 73 .. rubric:: New Macros 74 :name: new_macros 75 76 - *in \___.h* 77 78 - **macro** - description 79 80 .. _notable_changes_in_nss_3.xx: 81 82 `Notable Changes in NSS 3.XX <#notable_changes_in_nss_3.xx>`__ 83 -------------------------------------------------------------- 84 85 .. container:: 86 87 - ... 88 89 .. _bugs_fixed_in_nss_3.xx: 90 91 `Bugs fixed in NSS 3.XX <#bugs_fixed_in_nss_3.xx>`__ 92 ---------------------------------------------------- 93 94 .. container:: 95 96 This Bugzilla query returns all the bugs fixed in NSS 3.XX: 97 98 https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.XX 99 (make a link) 100 101 `Acknowledgements <#acknowledgements>`__ 102 ---------------------------------------- 103 104 .. container:: 105 106 The NSS development team would like to thank ... for responsibly disclosing the issue by 107 providing advance copies of their research. 108 109 `Compatibility <#compatibility>`__ 110 ---------------------------------- 111 112 .. container:: 113 114 NSS 3.XX.y shared libraries are backward compatible with all older NSS 3.x shared libraries. A 115 program linked with older NSS 3.x shared libraries will work with NSS 3.XX.y shared libraries 116 without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs 117 to the functions listed in NSS Public Functions will remain compatible with future versions of 118 the NSS shared libraries. 119 120 `Feedback <#feedback>`__ 121 ------------------------ 122 123 .. container:: 124 125 Bugs discovered should be reported by filing a bug report with 126 `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).