Dear XOTcl community,
i am pleased to announce the general availability of xotcl 1.1.1. Changes relative to 1.1.0 are:
- Improved portability * for Mac OS X (many thanks to Daniel Steffen) * freebsd 4.9 (many thanks to Marc Spitzer)
- configure can run outside of xotcl-tree and can install to a different directory. Example:
% mkdir -p /tmp/xotcl/unix % cd /tmp/xotcl/unix % ~/xotcl-1.1.1/unix/configure --with-all % make % make test % make install DESTDIR=/tmp
- several fixes and improvements such as * added option --with-tkinclude for configure (only needed, when built with optional --with-xowish) * made gdbm work when compiled with threads enabled * fix for initialization of stubtables in gdbm * fixes for HTTP support (return format of values in HTTP OPTION command made windows explorer hang) * easy provision for redirects in HTTP server
best regards -gustaf neumann