Changes:
2004-06-25 jabberd 2.0s3
* Fixed several memory leaks and overruns <karsten.petersen@hrz.tu-chemnitz.de>
* Fixed XMPP session replacement [rob]
* Added support for Win32 platforms <peter@cerebus.co.za> [rob]
* Added support for requiring SSL/TLS before auth <deryni@eden.rutgers.edu>
* Added support for LDAPv3 (including channel encryption) [rob]
* Added workaround to make large presence broadcasts more efficient [rob]
* Generate random dialback key if none provided [rob]
* Rewrote configure script (+ many code tweaks to support this) [rob]
* Remove build requirement for Libidn and OpenSSL [rob]
* Removed bundled Libidn due to licensing issues [rob]
* Bugfixes: 3059, 3174, 3343, 3368, 3480, 3481, 3594
Changes:
Substantial change/improvement to simplify command.
Added some more code to fix floating point inaccuracies.
Improved solving. y=(x+1/x)^3 solves both ways, now.
Full simplify after every loop in derivative command added.
Move derivative and taylor commands to "diff.c".
Added "-m" option to Mathomatic (memory size multiplier).
It sets the size of equation spaces at run time.
Changes:
+ added Polish translation.
+ added Bulgarian translation.
+ fixed a Fonts dialog bug.
+ fixed a SunOS/sparc bug where reading info from the
#SYSTEM file crashed xCHM. Thanks go to the reporter of the
bug Markus Schwarzenberg, for helping solve a bug on a
platform I had no access to.
2004/07/06 - version 0.8.9beta released
Great bug fixes:
o JIT CPU is working on Linux 2.6.x
o Blitter is finally not crashing anymore
o integrated LILO (Linux Loader) reads gzipped files
o SDL GUI now accepts numbers typed on numpad
Especially the Blitter fix itself justifies a new release
since it has always been buggy and it was so annoying. Now we've won.
Changes:
Renamed the Mathomatic executable to "mathomatic".
Add inverse Laplace transform. Usage: laplace inverse x
Fixed bug in solving for zero, which occurred when there were no
variables in the divisor.
Some improvement in solve routine.