Skip to content

Commit

Permalink
Docs: njs (lowercase) is more preferred way to mention
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zelenkov committed Apr 10, 2024
1 parent e6d8fc6 commit 6e79da4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changes with Unit 1.32.0 27 Feb 2024

*) Feature: conditional access logging.

*) Feature: NJS variables access.
*) Feature: njs variables access.

*) Feature: $request_id variable contains a string that is formed using
random data and can be used as a unique request identifier.
Expand Down Expand Up @@ -105,13 +105,13 @@ Changes with Unit 1.30.0 10 May 2023

*) Feature: basic URI rewrite support.

*) Feature: NJS loadable modules support.
*) Feature: njs loadable modules support.

*) Feature: per-application logging.

*) Feature: conditional logging of route selection.

*) Feature: support the keys API on the request objects in NJS.
*) Feature: support the keys API on the request objects in njs.

*) Feature: default values for 'make install' pathnames such as prefix;
this allows to './configure && make && sudo make install'.
Expand All @@ -131,7 +131,7 @@ Changes with Unit 1.29.1 28 Feb 2023

*) Bugfix: stop creating world-writeable directories.

*) Bugfix: memory leak related to NJS.
*) Bugfix: memory leak related to njs.

*) Bugfix: path parsing in PHP applications.

Expand Down
10 changes: 5 additions & 5 deletions docs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NGINX Unit updated to 1.33.0.

<change type="change">
<para>
if building with NJS, version 0.8.3 or later is now required.
if building with njs, version 0.8.3 or later is now required.
</para>
</change>

Expand Down Expand Up @@ -113,7 +113,7 @@ conditional access logging.

<change type="feature">
<para>
NJS variables access.
njs variables access.
</para>
</change>

Expand Down Expand Up @@ -450,7 +450,7 @@ basic URI rewrite support.

<change type="feature">
<para>
NJS loadable modules support.
njs loadable modules support.
</para>
</change>

Expand All @@ -468,7 +468,7 @@ conditional logging of route selection.

<change type="feature">
<para>
support the keys API on the request objects in NJS.
support the keys API on the request objects in njs.
</para>
</change>

Expand Down Expand Up @@ -542,7 +542,7 @@ stop creating world-writeable directories.

<change type="bugfix">
<para>
memory leak related to NJS.
memory leak related to njs.
</para>
</change>

Expand Down

0 comments on commit 6e79da4

Please sign in to comment.