changelog/docsite updates for Windows async/environment

This commit is contained in:
nitzmahone
2016-09-06 17:45:56 -07:00
parent f239e1e61f
commit c752b25ced
2 changed files with 9 additions and 7 deletions

View File

@@ -64,17 +64,17 @@ Target: September 2016
- **Windows platform feature parity** (Matt D)
- PS module API (mirror Python module API where appropriate). Note: We dont necessarily like the current python module API (AnsibleModule is a huge class with many unrelated utility functions.  Maybe we should redesign both at the same time?)
- Environment keyword support 
- Environment keyword support (done)
- win_shell/win_command
- Async support 
- (stretch goal) Pipelining 
- Async support (done)
- (stretch goal) Pipelining (bumped to 2.3+)
- **Windows-specific enhancements** (Matt D)
- Multiple Kerberos credential support (done, shepherd fix to pykerberos)
- Server 2016 testing/fixes 
- (stretch goal) Nano Server connection + module_utils working
- (stretch goal) Encrypted kerberos support in pywinrm 
- Multiple Kerberos credential support (done)
- Server 2016 testing/fixes (done)
- (stretch goal) Nano Server connection + module_utils working (bumped to 2.3)
- (stretch goal) Encrypted kerberos support in pywinrm (bumped to 2.3)
- **Network** (Nate C/Peter S)