This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.2.1] - unreleased
8
+
9
+ ### Fixed
10
+ * ` rpc.statd ` debug output was invisible
11
+
7
12
## [ 2.2.0] - 2019-03-08
8
- ## Added
13
+
14
+ ### Added
9
15
* Enhanced debugging via environment variable: ` NFS_LOG_LEVEL=DEBUG ` . This also produces less cluttered log output
10
16
during regular, non-debug operation.
11
- ## Fixed
17
+
18
+ ### Fixed
12
19
* ` idmapd ` would not start when ` NFS_VERSION=3 `
13
20
* allow Kerberos without ` idmapd ` . Most users will probably want to run them together, but
14
21
it isn't required.
@@ -17,8 +24,10 @@ it isn't required.
17
24
* ` idmapd ` debug output was invisible
18
25
19
26
## [ 2.1.0] - 2019-01-31
27
+
20
28
### Added
21
29
* Ability to automatically load kernel modules. ([ #18 ] ( https://github.com/ehough/docker-nfs-server/issues/18 ) ). Credit to [ @andyneff ] ( https://github.com/andyneff ) .
30
+
22
31
### Fixed
23
32
* Minor bugs in ` entrypoint.sh `
24
33
You can’t perform that action at this time.
0 commit comments