From 78d1a08bd776ab2cfbbf08af7af0533fe52c159a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 26 Sep 2001 18:58:09 +0200
Subject: [PATCH] *** empty log message ***

Rev: ChangeLog:1.418
---
 ChangeLog | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d3993be11..aea2d21c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-09-26  Niels M�ller  <nisse@ehand.com>
+
+	* src/server_session.c (shell_request_handler,
+	exec_request_handler): Defined as static objects using
+	DEFINE_CHANNEL_REQUEST. Updated users.
+
+	* src/io_commands.c (connect_simple_comand,
+	connect_connection_command): New static commands, replacing
+	make_simple_connect and make_connect_connection. Updated users.
+
+	* src/client_x11.c (channel_open_x11): Define as a static object
+	using DEFINE_CHANNEL_OPEN. Updated users.
+
+	* src/channel.h (DEFINE_CHANNEL_OPEN): New macro.
+	(DEFINE_CHANNEL_REQUEST): New macro.
+
+	* src/zlib.c (zlib_deflate): Bugfix: Call deflateEnd, not
+	inflateEnd, when deleting a deflate object. FIX copied from 1.2
+	branch. 
+
+	* src/sftp/xmalloc.c: Include string.h.
+
 2001-09-25  Niels M�ller  <nisse@ehand.com>
 
 	* src/gc.c (gc_register): Set gc_scheduled flag before creating
-- 
GitLab