Skip to content

Commit

Permalink
Merge pull request #173 from ember-nexus/github-issue/171
Browse files Browse the repository at this point in the history
Upgrade upstream dependency NGINX Unit to 1.31.1, closes #171.
  • Loading branch information
Syndesi authored Oct 25, 2023
2 parents 25f0f58 + 23486a7 commit c40dcbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- More commands are documented.
- Add git and ssh to development Docker image.
- Add GET /me endpoint and associated documentation, examples and tests. Closes #142.
- Add GET /token endpont (again), this time finished. Closes #72.
- Add GET /token endpoint (again), this time finished. Closes #72.
### Changed
- Rename term "session" to "token", closes #145.
- Finalise documentation for the POST /token endpoint, closes #49.
- Implement changes from #161, closes it.
- Improve documentation, closes #162.
- Elements in endpoint get index are now sorted via the element's id.
- Relations in collection endpoints are sorted by their id as well.
- Upgrade upstream dependency NGINX Unit to 1.31.1.
### Fixed
- Property normalization is now standardized across endpoints, and uses events. Closes #166.
- Implement changes from #161.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ RUN set -ex
RUN apk update
RUN apk add mercurial gcc g++ make pcre-dev openssl-dev
RUN mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules
RUN hg clone -u 1.31.0-1 https://hg.nginx.org/unit
RUN hg clone -u 1.31.1-1 https://hg.nginx.org/unit
RUN cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& CC_OPT="-fPIC" \
Expand Down

0 comments on commit c40dcbe

Please sign in to comment.