-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged with the 1.32 branch #1205
Closed
Closed
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
97ff099
Version bump
andrey-zelenkov 6359c74
Var: Fix cacheable issue for njs variable access
hongzhidao d7ff6bb
Tests: NJS cacheable variables with access log
andrey-zelenkov 777b7c8
Wasm-wc: Fix application restarts
ac000 8ca4962
Edited changes.xml for the 1.32.1 release
andrey-zelenkov 3f228d6
Generated Dockerfiles for Unit 1.32.1
andrey-zelenkov 48d7917
Added version 1.32.1 CHANGES
andrey-zelenkov c36102a
Merged with the 1.32 branch
andrey-zelenkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,39 @@ | |
<change_log title="unit"> | ||
|
||
|
||
<changes apply="unit-php | ||
unit-python unit-python2.7 | ||
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 | ||
unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11 | ||
unit-python3.12 | ||
unit-go | ||
unit-perl | ||
unit-ruby | ||
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 | ||
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 | ||
unit-jsc19 unit-jsc20 unit-jsc21 | ||
unit-wasm" | ||
ver="1.32.1" rev="1" | ||
date="" time="" | ||
packager="Nginx Packaging <[email protected]>"> | ||
|
||
<change> | ||
<para> | ||
NGINX Unit updated to 1.32.1. | ||
</para> | ||
</change> | ||
|
||
|
||
</changes> | ||
|
||
|
||
<changes apply="unit" ver="1.32.1" rev="1" | ||
date="" time="" | ||
packager="Nginx Packaging <[email protected]>"> | ||
|
||
</changes> | ||
|
||
|
||
<changes apply="unit-jsc21" ver="1.32.0" rev="1" | ||
date="2023-10-17" time="16:00:00 -0700" | ||
packager="Nginx Packaging <[email protected]>"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# Copyright (C) NGINX, Inc. | ||
|
||
NXT_VERSION=1.32.0 | ||
NXT_VERNUM=13200 | ||
NXT_VERSION=1.32.1 | ||
NXT_VERNUM=13201 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current version is 1.33.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know where it came from, but it's not part of this PR