File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,27 @@ 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
+ ### Changed
9
+ - start: remove temporary files
10
+
11
+ ### Fixes
12
+ - clone: fix a typo refactoring the grep that remove network parameters (#90 )
13
+ - mount-in: fix mountpoint validation when pot is stopped and -v is passed (#93 )
14
+ - clone: hooks have been ignored by clone (#94 )
15
+ - info: fix withespace quoting with -E flag (#95 )
16
+ - prepare: fix -i command to allow multiple IP addresses (#97 )
17
+ - ifconfig: force IFCONFIG_FORMAT to avoid conflicting user setting (#99 )
8
18
9
19
## [ 0.11.2] 2020-05-01
10
20
### Added
11
21
- prepare: the -S option is now used to specify the network stack
12
22
13
23
### Changed
14
24
- prepare: the -S flag to start the imported pot changed in -s
15
- - start: remove temporary files
16
25
17
26
### Fixed
18
27
- fbsd-update: don't assume there is a tty (#86 )
19
28
- clone: duplicate the entry pot.stack (#88 )
20
- - clone: fix a typo refactoring the grep that remove network parameters (#90 )
21
- - mount-in: fix mountpoint validation when pot is stopped and -v is passed (#93 )
22
- - clone: hooks have been ignored by clone (#94 )
23
- - info: fix withespace quoting with -E flag (#95 )
24
- - prepare: fix -i command to allow multiple IP addresses (#97 )
25
- - ifconfig: force IFCONFIG_FORMAT to avoid conflicting user setting (#99 )
26
29
27
30
## [ 0.11.1] 2020-04-19
28
31
### Fixed
You can’t perform that action at this time.
0 commit comments