From a015b54885931c29b22af0d335bcff8301bb090d Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 22 Aug 2005 14:24:49 +0000 Subject: [PATCH] Marked JAM endian problem in known buglist --- TODO | 2 -- html/known_bugs.html | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 0162f47f..1332697d 100644 --- a/TODO +++ b/TODO @@ -24,8 +24,6 @@ everything: N: Add personal message area. - N: Fix JAM message base endian on big-endian machines. - install: N: On some (unsupported) distro's with xinetd the installation script also adds entries to inetd.conf. diff --git a/html/known_bugs.html b/html/known_bugs.html index 49c1c5f4..3fe71755 100644 --- a/html/known_bugs.html +++ b/html/known_bugs.html @@ -14,7 +14,7 @@
-
Last update 11-Jan-2004
+
Last update 22-Aug-2005

MBSE BBS - Known bugs.

There are always more bugs, but these are known.... @@ -32,6 +32,10 @@ handshake works, by sending a small mail packet wich contains the password.
  • Some Linux distributions have their glibc libraries compiled wrong, that will cause the mbtask program to do nothing usefull. + +
  • You cannot share the JAM message bases between little-endian and big-endian +machines using networked filesystems because the storage format doesn't specify +the internal byte order for different CPU's. BackGo Back