Changes for version 1.3.7: Added acconfig.h to top-level Makefile.am's EXTRA_DIST so that you can run autoheader etc. in the source tarball. (rusty) Fixed bug which sometimes prevented nodes from appearing in the FailSafe Cluster View, caused by Swing 1.1.1 changes. (relph/wessmith/aseel) Added a ResourceStack.pushBundle() method which takes a bundle name and its contents, and ResourceStack.putString(), for more control over the contents of ResourceStacks. (rusty) Changes for version 1.3.6: Fixed broken link in doc/tutorials/Overview.html. (rusty) Fixed memory leaks & realloc() error in StringFromFile. (rusty) Added ResourceStack.pushBundle() method which takes a bundle instead of a file name, for loading properties from (for example) an Item's attributes. (rusty) Moved en_US.dude files into sysadm_base-client & -server instead of having them in their own packages, as no one else seems to do that. (rusty) Changes for version 1.3.5: Fixed bug 796568 in libsalog where runpriv etc. would report the wrong error when there was no disk space left for the salog message. (rusty) Fixed bug 798555, where a security exception was being thrown when the client was running as an applet & figuring out whether to place its own windows. (dlu) Added test for fam.h to configure script. (rusty) Irritating incorrectly-packaged test classes fixed. (rusty) No longer running javadoc every time we build; now it only happens when sysadm.jar has been built. Also, jar files now depend on the java timestamp files. (rusty) Images are now being included in sysadm_base-dev-doc. (rusty) Clarified error message from jarfiles when we can't find a fooP.jar file for foo.jar. (rusty) Added @LDL@ to libsysadmCategory_la_LIBADD so that categories can link with it without having to explicitly link with libdl themselves. (rusty) mkrhinoism now works with autoconf & automake! Its generated code also uses gettext; builds a libtool library & rpm packages; has javahelp, splash screens, desktop icons, java plugin support, and GPL headers. (rusty) Added /usr/jdk118/bin to JAVAPATH (if JAVAPATH isn't set), so if you're using the IBM JDK (we are), you don't have to tell the configure script where to find it. (rusty) Added configure test & Makefile rule for generating server-side API documentation with kdoc (under doc/api/server), modified comments in C/C++ headers to make them visible to kdoc, & moved packages/webdocs/tutorials and packages/webdocs/api to doc/tutorials and doc/api/client. Because the server-side API documentation is only built if you have kdoc, the sysadm_base-dev-doc package now just includes whatever it can find. (rusty) Added missing "Provides:" lines to rpm spec file. (rusty) Changes for version 1.3.4: This is the first open-source version. Or, rather, sysadm_base-1.3.3 was the first open-source version, but 1.3.4 is the first version with this outstanding level of documentation.