David Wilson
9bb3dac450
docs: break out install_app.py and fix API use.
2019-08-01 11:01:14 +01:00
David Wilson
d0aee1ef3c
issue #549 : docs: update Changelog
2019-07-31 04:28:27 +01:00
David Wilson
7accc092de
docs: changelog tweaks
2019-07-31 02:03:54 +01:00
David Wilson
9e1faa7927
docs: changelog concision / additions
2019-07-29 16:14:48 +01:00
David Wilson
c0357d394f
add 363 to changelog
2019-07-29 16:14:48 +01:00
David Wilson
8f25114d1a
docs: update Changelog
2019-07-29 16:14:48 +01:00
David Wilson
de65790a74
docs: note fd usage has halved
2019-07-29 16:14:48 +01:00
David Wilson
ded00d25c9
docs: more stream-refactor work
2019-07-29 16:14:48 +01:00
David Wilson
4cd32cbcba
docs: update Changelog for stream-refactor.
2019-07-29 16:14:48 +01:00
David Wilson
d35bca3f15
docs: Add lineinfile bug to changelog.
2019-07-29 16:14:48 +01:00
David Wilson
77564fdfe2
issue #170 : update Changelog; closes #170 .
2019-07-22 18:30:50 +01:00
David Wilson
1a32a79fa6
issue #578 : update Changelog.
2019-06-03 20:42:59 +01:00
David Wilson
2d083d19df
issue #589 : remove outdated/incomplete examples
2019-06-03 18:06:17 +01:00
David Wilson
3620fce071
issue #593 : expose configurables for SSH keepalive and increase the default
2019-06-03 17:40:58 +01:00
David Wilson
0b7fd3f290
issue #591 : ansible: restore CWD prior to AnsibleModule initialization.
2019-06-03 02:34:40 +01:00
David Wilson
8f940e2ccb
issue #590 : teach importer to handle self-replacing modules
2019-06-02 13:08:44 +01:00
David Wilson
2c15c1d4a5
issue #587 : docs: update Changelog.
2019-05-27 22:46:58 +01:00
David Wilson
38b3415838
docs: update Changelog for release.
2019-05-19 15:21:17 +01:00
David Wilson
0b110305c9
issue #587 : update Changelog
2019-05-19 13:20:24 +01:00
David Wilson
f30a4c05c8
issue #581 : expose mitogen_mask_remote_name variable.
2019-04-16 22:46:12 +01:00
David Wilson
ee62c57c9d
issue #576 : fix Kwargs minor version check.
...
Unicode kwargs were introduced in Python 2.6.5, not 2.6.0.
2019-04-03 19:01:56 +01:00
David Wilson
65deb3feac
issue #575 : fix exception text rendering
2019-04-02 14:06:41 +01:00
David Wilson
34fb9da1be
issue #570 : add firewalld to always-fork list for now.
2019-03-22 19:46:08 +00:00
David Wilson
c6f4dc356b
docs: update Changelog; closes #557 .
2019-03-06 17:56:20 +00:00
David Wilson
13643b7268
docs: update Changelog for release.
2019-03-06 15:19:53 +00:00
David Wilson
2bd0bbd4df
issue #555 : ansible: workaround ancient reload(sys) hack.
...
This is the most minimal change for what might be relatively minimal
edge case. Alternative is replacing reload(), but let's not do that yet.
Closes #555
2019-03-06 14:05:29 +00:00
David Wilson
7743e57ff3
issue #554 : track and remove multiple make_tmp_path() calls.
2019-03-06 10:55:07 +00:00
David Wilson
d1ba077f0e
docs: update Changelog.
2019-02-28 06:35:44 +00:00
David Wilson
ffae035584
docs: drastically simplify install/changelog.
2019-02-28 06:33:12 +00:00
David Wilson
2226c23c91
issue #550 : update Changelog.
2019-02-23 16:21:33 +00:00
David Wilson
0b177f1491
docs: update Changelog.
2019-02-22 00:48:56 +00:00
David Wilson
79af8ef680
docs: update Changelog; closes #548 .
2019-02-19 16:29:37 +00:00
David Wilson
5dc0bd6f8d
os_fork: clean up docs
2019-02-18 18:21:25 +00:00
David Wilson
ebbf5ab62c
issue #535 : update Changelog.
2019-02-17 21:58:24 +00:00
David Wilson
c119ae8f66
issue #535 : docs: update Changelog
2019-02-17 21:54:41 +00:00
David Wilson
28aa8b3b27
issue #535 : docs: update Changelog.
2019-02-17 21:53:02 +00:00
David Wilson
7d0480e8bd
core: increase cookie field lengths to 64-bit; closes #545 .
2019-02-16 16:54:57 +00:00
David Wilson
14e6c6e49e
docs: update Changelog.
2019-02-14 15:00:17 +00:00
David Wilson
d865fb797d
docs: change 'unreleased' Changelog format and add a hint.
2019-02-14 13:35:40 +00:00
David Wilson
2cde51ea63
docs: update Changelog; closes #542 .
2019-02-14 12:54:09 +00:00
David Wilson
45f915f392
docs: update Changelog; closes #537 .
2019-02-14 00:39:08 +00:00
David Wilson
e010667230
Bump version for release.
2019-02-13 23:12:30 +00:00
David Wilson
6d7bd7e3b9
docs: update Changelog.
2019-02-13 22:13:01 +00:00
David Wilson
cf8ecf19b7
docs: update Changelog; closes #532 .
2019-02-13 21:32:47 +00:00
David Wilson
1b4eb06f72
docs: more concise Changelog.
2019-02-13 17:35:42 +00:00
David Wilson
b317b66317
issue #541 : changelog typos.
2019-02-13 17:29:47 +00:00
David Wilson
0f30808234
ansible: quiesce boto logger; closes #541 .
2019-02-13 17:28:01 +00:00
David Wilson
c39ee9b7fe
docs: update Changelog.
2019-02-13 16:33:22 +00:00
David Wilson
968b826800
docs: update Changelog; closes #539 .
2019-02-13 03:49:59 +00:00
David Wilson
1c955a9876
ansible: capture stderr stream of async tasks. Closes #540 .
2019-02-13 03:36:39 +00:00