Source code

Revision control

Copy as Markdown

Other Tools

.. _mozilla_projects_nss_nss_release_notes_template:
NSS release notes template
==========================
.. _draft_(remove_line_when_document_is_finished):
`DRAFT (remove line when document is finished) <#draft_(remove_line_when_document_is_finished)>`__
--------------------------------------------------------------------------------------------------
.. container::
`Introduction <#introduction>`__
--------------------------------
.. container::
| The NSS team has released Network Security Services (NSS) 3.XX, which is a minor release.
| or
| Network Security Services (NSS) 3.XX.y is a patch release for NSS 3.XX. The bug fixes in NSS
3.XX.y are described in the "Bugs Fixed" section below.
`Distribution Information <#distribution_information>`__
--------------------------------------------------------
.. container::
The HG tag is NSS_3_XX_RTM. NSS 3.XX requires NSPR 4.XX or newer.
NSS 3.XX source distributions are available on ftp.mozilla.org for secure HTTPS download:
- Source tarballs:
.. _new_in_nss_3.xx:
`New in NSS 3.XX <#new_in_nss_3.xx>`__
--------------------------------------
.. container::
.. _new_functionality:
`New Functionality <#new_functionality>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. container::
either:
No new functionality is introduced in this release. This is a patch release to fix ...
or:
- ...
.. rubric:: New Functions
:name: new_functions
- *in \___.h*
- **function** - description
.. rubric:: New Types
:name: new_types
- *in \___.h*
- **type** - description.
.. rubric:: New Macros
:name: new_macros
- *in \___.h*
- **macro** - description
.. _notable_changes_in_nss_3.xx:
`Notable Changes in NSS 3.XX <#notable_changes_in_nss_3.xx>`__
--------------------------------------------------------------
.. container::
- ...
.. _bugs_fixed_in_nss_3.xx:
`Bugs fixed in NSS 3.XX <#bugs_fixed_in_nss_3.xx>`__
----------------------------------------------------
.. container::
This Bugzilla query returns all the bugs fixed in NSS 3.XX:
(make a link)
`Acknowledgements <#acknowledgements>`__
----------------------------------------
.. container::
The NSS development team would like to thank ... for responsibly disclosing the issue by
providing advance copies of their research.
`Compatibility <#compatibility>`__
----------------------------------
.. container::
NSS 3.XX.y shared libraries are backward compatible with all older NSS 3.x shared libraries. A
program linked with older NSS 3.x shared libraries will work with NSS 3.XX.y shared libraries
without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs
to the functions listed in NSS Public Functions will remain compatible with future versions of
the NSS shared libraries.
`Feedback <#feedback>`__
------------------------
.. container::
Bugs discovered should be reported by filing a bug report with
`bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).