NEWS fixes from review

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/release-8.2.x-3540@25720 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
This commit is contained in:
radix 2008-12-20 17:14:52 +00:00
parent fba7b732de
commit a1ba46382b
3 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -38,7 +38,7 @@ Features
- FTPClient now has a 'makeDirectory' method (#3500)
- FTPClient now has a 'removeFile' method (#3491)
- flushWarnings, A new Trial method for testing warnings, has been added
(#3487, #3427, #2820, #3506)
(#3487, #3427, #3506)
- The log observer can now be configured in .tac files (#3534)
Fixes
@ -133,7 +133,7 @@ Features
Fixes
-----
- A file descriptor leak has been fixed (#3213, 1789)
- A file descriptor leak has been fixed (#3213, #1789)
- "File Already Exists" errors are now handled more correctly (#3033)
- Handling of CR IAC in TelnetClient is now improved (#3305)
- SSHAgent is no longer completely unusable (#3332)

View File

@ -11,7 +11,7 @@ Features
Fixes
-----
- A file descriptor leak has been fixed (#3213, 1789)
- A file descriptor leak has been fixed (#3213, #1789)
- "File Already Exists" errors are now handled more correctly (#3033)
- Handling of CR IAC in TelnetClient is now improved (#3305)
- SSHAgent is no longer completely unusable (#3332)

View File

@ -38,7 +38,7 @@ Features
- FTPClient now has a 'makeDirectory' method (#3500)
- FTPClient now has a 'removeFile' method (#3491)
- flushWarnings, A new Trial method for testing warnings, has been added
(#3487, #3427, #2820, #3506)
(#3487, #3427, #3506)
- The log observer can now be configured in .tac files (#3534)
Fixes