Mention the const change in libssh2_channel_setenv_ex since it's a (minor)

change to the API.
This commit is contained in:
Dan Fandrich 2007-08-20 23:26:58 +00:00
parent 5879a0245b
commit fe7a6f967d

3
NEWS
View File

@ -9,6 +9,9 @@ Version 0.18
missed to set the state variables at times and thus this function would
misbehave on repeated invokes.
- Changed the signature of libssh2_channel_setenv_ex to add const to the
"varname" parameter (Dan Fandrich)
- Satish Mittal and David J Sullivan fixed an infinit recv() loop in
libssh2_banner_receive()