Updated makefiles and a small fix in mbtask

This commit is contained in:
Michiel Broek
2003-12-02 20:32:12 +00:00
parent bc9701f005
commit f52361396c
11 changed files with 24 additions and 51 deletions

View File

@@ -5,6 +5,9 @@ v0.39.3 26-Nov-2003
general:
Since this version Posix threads are being used, please let
me know if this doesn't compile on you system.
All Makefiles do not strip the binaries anymore, the binaries
are stripped during make install only. This allows to run the
not yet installed binaries under debuggers.
mbcico:
Dropped binkp CRC support because it will be incompatible with
@@ -15,6 +18,7 @@ v0.39.3 26-Nov-2003
mbtask:
The ping function now runs in a separate thread.
Changed some ping timer logic.
v0.39.2 21-Nov-2003 - 26-Nov-2003