diff options
author | dana <dana@dana.is> | 2018-07-31 20:46:09 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2018-07-31 20:46:09 -0500 |
commit | 96ea5e32b442ff2406f1d7268cccdd73baf313ea (patch) | |
tree | 8fc6f6302b0cd798ae6c2f6aa48c8b0d18ff31e0 /ChangeLog | |
parent | baedd62f0d601bf03d99b2366a8ace42268e88ed (diff) | |
download | zsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.tar.gz zsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.tar.xz zsh-96ea5e32b442ff2406f1d7268cccdd73baf313ea.zip |
43207: Improve _bind_addresses, _php
Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8acff0eb..cf35c734f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-07-31 dana <dana@dana.is> + + * 43207 (tweaked): Completion/Unix/Type/_bind_addresses, + Completion/Unix/Command/_php: Add options to control _bind_addresses + behaviour, improve PHP completion + 2018-07-31 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 43219 (except term{cap,info}.c): Src/Modules/db_gdbm.c, |