2008-02-01 Tomi Ollila * Release 1.2 (beta quality persists, no known bugs, though) * make install now requires PREFIX directory to exist * A few debugging tunes and improvements 2008-01-31 Tomi Ollila * Final release tunes in stfufs components 2008-01-30 Tomi Ollila * Some error messages and error behaviour tunes * Bug fixes in server launcher program 2008-01-29 Tomi Ollila * Bug fixes in new protocol implementation 2008-01-28 Tomi Ollila * Dropped single element read/write caches in server end, replaced with 1024-item offset table. This makes multible reads/writes "cached" -- also this limits concurrent reads/writes to max 1024 2008-01-22 Tomi Ollila * Created separate server launcher program so that server end can support multible protocol versions 2008-01-20 Tomi Ollila * Release 1.1 (beta quality, more tests needed to ensure stability) * Added single element read and write caches * Updated protocol version to 2 (added release() operation) * Fixed user@host: handling * Added -v (version) option * Some code cleanup/rationalization * Updated Makefile(s): separate debug/ndebug object files. more/updated targets (install, snapshot, release (was dist), depend) 2008-01-19 Tomi Ollila * Release 1.0 (ranked as beta, though -- all known bugs fixed) * Fixed critical bug in stfufs_buffer_reserve() (buffer overflew) * Added conaries around BUFFER.b for testing it's over/underflows (used in debug mode) 2008-01-18 Tomi Ollila * Release 1.0rc2 * Debug build now uses -fstack-protector -Wstack-protector as extra gcc options * Buffer sizes enlarged to allow 32768 byte reads/writes and 4096 byte file names * Makefile split to 2 parts to minimize 'depend' generation 2008-01-16 Tomi Ollila * Release 1.0rc1