File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ 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
7
## [ Unreleased]
8
+
9
+ ## [ 0.11.4] 2020-09-12
8
10
### Added
9
11
- set-attr: add many jails attributes: enforce_stats mount fdescfs libprocfs nullfs procfs tmpfs zfs children
10
12
@@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23
25
- prepare: fix -i command to allow multiple IP addresses (#97 )
24
26
- ifconfig: force IFCONFIG_FORMAT to avoid conflicting user setting (#99 )
25
27
26
-
27
28
## [ 0.11.2] 2020-05-01
28
29
### Added
29
30
- prepare: the -S option is now used to specify the network stack
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export IFCONFIG_FORMAT=addr:default
33
33
34
34
# Environment initialization and initial checks
35
35
36
- _POT_VERSION=0.11.3
36
+ _POT_VERSION=0.11.4
37
37
_POT_PATHNAME=" $( realpath " $0 " ) "
38
38
_POT_PREFIX=" $( dirname " ${_POT_PATHNAME} " ) "
39
39
_POT_INCLUDE=" $( realpath " ${_POT_PREFIX} /../share/pot" ) "
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "0.11.3 "
59
+ version = "0.11.4 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "0.11.3 "
61
+ release = "0.11.4 "
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments