From 51fe860d258160c8459401fef192e765c4cdc613 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 13:34:24 +0000 Subject: [PATCH] =?UTF-8?q?2007-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac, Makefile.am: Add shttpd. * shttpd/Makefile.am: New. --- cpukit/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index fd03827b7a..e4da8fbba4 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2007-06-11 Ralf Corsépius + * configure.ac, Makefile.am: Add shttpd. + * shttpd/Makefile.am: New. * shttpd/auth.c, shttpd/cgi.c, shttpd/compat_rtems.c, shttpd/compat_rtems.h, shttpd/compat_unix.c, shttpd/compat_unix.h, shttpd/compat_win32.c, shttpd/compat_win32.h, shttpd/compat_wince.c,