summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-22 01:29:52 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-22 01:29:52 +0300
commit00f67f7e2522738d94050829f4fb881036390f6b (patch)
treefdf1473241be858e03fa2ac016e398824bfa3f05 /ChangeLog
parentssh/channel-type.c (ptob_fill_input): Fix a bug (diff)
downloadguile-ssh-00f67f7e2522738d94050829f4fb881036390f6b.tar.gz
ssh/channel-type.c: Update copyright dates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d5d654..d792f88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-02-22 Artyom Poptsov <poptsov.artyom@gmail.com>
+ * ssh/channel-type.c: Update copyright dates.
+
`ssh_channel_read' sometimes returns 0 even if `ssh_channel_poll'
returns a positive value. So we must ensure that res != 0 otherwise
an assertion in `scm_i_fill_input' won't be meet (see `ports.c' in