1
1

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

change to the API.
Этот коммит содержится в:
Dan Fandrich 2007-08-20 23:26:58 +00:00
родитель 5879a0245b
Коммит fe7a6f967d

3
NEWS
Просмотреть файл

@ -9,6 +9,9 @@ Version 0.18
missed to set the state variables at times and thus this function would missed to set the state variables at times and thus this function would
misbehave on repeated invokes. 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 - Satish Mittal and David J Sullivan fixed an infinit recv() loop in
libssh2_banner_receive() libssh2_banner_receive()