summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:59:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:59:23 +0000
commitdda0bffc4112a544ede2dca0e9e409171b0c3dc2 (patch)
treecb2910469708376fb8e4223f238f1404bfec3194 /c/src/exec/libnetworking/ChangeLog
parent2002-06-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dda0bffc4112a544ede2dca0e9e409171b0c3dc2.tar.bz2
2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* Addition of a ftp client filesystem, comparable to the tftp one. * lib/ftpfs.c, rtems/ftpfs.h: New files. * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
Diffstat (limited to 'c/src/exec/libnetworking/ChangeLog')
-rw-r--r--c/src/exec/libnetworking/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index 44b2d829aa..7dfebd7f4c 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+
+ * Addition of a ftp client filesystem, comparable to the tftp one.
+ * lib/ftpfs.c, rtems/ftpfs.h: New files.
+ * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
+
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(../..).