Skip to content

Commit

Permalink
Merge pull request #31 from twosigma/release-1.2
Browse files Browse the repository at this point in the history
Release 1.2
  • Loading branch information
geofft committed Aug 16, 2021
2 parents 407c6a1 + ce03386 commit f39f02a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsncd"
version = "1.0.0"
version = "1.2.0"
authors = [
"Ben Linsay <ben.linsay@twosigma.com>",
"Geoffrey Thomas <geoffrey.thomas@twosigma.com>",
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
nsncd (1.2) unstable; urgency=medium

* Add initgroups support.
* Use a fixed pool of threads to handle incoming requests.
* Improve logging and do not log dropped client connections (which
happen in normal operation).
* Use nix v0.21, which increases the maximum passwd/group buffer size
from 16kB to 1MB.

-- Geoffrey Thomas <geofft@twosigma.com> Wed, 11 Aug 2021 18:20:31 -0400

nsncd (1.1) unstable; urgency=medium

* Handle requests with internal NULs (fixes twosigma/nsncd#7).
Expand Down

0 comments on commit f39f02a

Please sign in to comment.