summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 90fb4aaca8..f674fe65ff 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2009-04-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libmisc/shell/login.h: Removed.
+ * libmisc/shell/login_check.c, libmisc/shell/login_prompt.c,
+ libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright
+ notices. Moved shell login declarations to shell.h.
+ * telnetd/check_passwd.c, telnetd/telnetd.c, telnetd/telnetd.h: Changed
+ copyright notices. Update for shell login changes.
+
2009-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/ftpfs.c: Fixed return codes of open handler.