Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
60feb133
Commit
60feb133
authored
Oct 30, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4728 from JensRantil/fix-broken-changelog
Fix broken markdown syntax in changelog
parents
d154bf87
f39b4ac0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
CHANGELOG.md
+11
-10
No files found.
CHANGELOG.md
View file @
60feb133
...
@@ -65,8 +65,8 @@ Misc changes:
...
@@ -65,8 +65,8 @@ Misc changes:
1.
3.4 "Top of the World" (reprise) - October 29, 2013
1.
3.4 "Top of the World" (reprise) - October 29, 2013
Fixed a bug in the copy module, where a filename containing the string "raw" was handled incorrectly
*
Fixed a bug in the copy module, where a filename containing the string "raw" was handled incorrectly
Fixed a bug in accelerate mode, where copying a zero-length file out would fail
*
Fixed a bug in accelerate mode, where copying a zero-length file out would fail
1.
3.3 "Top of the World" (reprise) - October 9, 2013
1.
3.3 "Top of the World" (reprise) - October 9, 2013
...
@@ -75,14 +75,15 @@ Additional fixes for accelerate mode.
...
@@ -75,14 +75,15 @@ Additional fixes for accelerate mode.
1.
3.2 "Top of the World" (reprise) - September 19th, 2013
1.
3.2 "Top of the World" (reprise) - September 19th, 2013
Multiple accelerate mode fixes:
Multiple accelerate mode fixes:
Make packet reception less greedy, so multiple frames of data are not consumed by one call.
Adding two timeout values (one for connection and one for data reception timeout).
*
Make packet reception less greedy, so multiple frames of data are not consumed by one call.
Added keepalive packets, so async mode is no longer required for long-running tasks.
*
Adding two timeout values (one for connection and one for data reception timeout).
Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
*
Added keepalive packets, so async mode is no longer required for long-running tasks.
Fixed bug where accelerate would not work in check-mode.
*
Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
*
Fixed bug where accelerate would not work in check-mode.
Fixed bug in apt_repository module where the repository cache was not being updated.
*
Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
*
Fixed bug in apt_repository module where the repository cache was not being updated.
*
Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
1.
3.1 "Top of the World" (reprise) - September 16th, 2013
1.
3.1 "Top of the World" (reprise) - September 16th, 2013
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment