From fe7a6f967dc6922c0b9e95d8d497aafa68f0fdad Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Mon, 20 Aug 2007 23:26:58 +0000
Subject: [PATCH] Mention the const change in libssh2_channel_setenv_ex since
 it's a (minor) change to the API.

---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index e4cdbfb..f23442f 100644
--- a/NEWS
+++ b/NEWS
@@ -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()