Add. Start sentences with uppercase.

This commit is contained in:
Simon Josefsson 2007-03-27 13:20:18 +00:00
parent ebc55b5d75
commit 15d9b50be4

20
NEWS
View File

@ -1,31 +1,33 @@
Version
------------
added the following functions for non-blocking operations: (Daniel Stenberg)
Added the following functions for non-blocking operations: (Daniel Stenberg)
libssh2_channel_readnb_ex()
libssh2_channel_writenb_ex()
libssh2_sftp_readnb()
libssh2_sftp_writenb()
added (a few) man pages in docs/ (Daniel Stenberg)
Added (a few) man pages in docs/ (Daniel Stenberg)
maximum SSH packet size is now some 35000 bytes
Maximum SSH packet size is now some 35000 bytes
private include files are now in src/ and only public headers are in include/
Private include files are now in src/ and only public headers are in include/
(Daniel Stenberg)
automake and libtool are being used (increased portability) (Daniel Stenberg)
Automake and libtool are being used (increased portability) (Daniel Stenberg)
fixed OpenSSL detection using pkg-config (Daniel Stenberg)
Fixed OpenSSL detection using pkg-config (Daniel Stenberg)
simple self test added to tests/ (Simon Josefsson)
Simple self test added to tests/ (Simon Josefsson)
Libgcrypt can now be used instead of OpenSSL if you specify --with-libgcrypt
(Simon Josefsson)
fixed a memory leak in the packet handling (Dan Fandrich)
Fixed a memory leak in the packet handling (Dan Fandrich)
made libssh2 build with OpenSSL 0.9.6 (Dan Fandrich)
Made libssh2 build with OpenSSL 0.9.6 (Dan Fandrich)
Clean up of README, INSTALL, NEWS, added ChangeLog (Simon Josefsson)
Version 0.14
------------