Wednesday, August 24, 2011

Stencil 2.0.5 is out

There are very few changes in this release. Direct calls to posix functions have been replaced with calls to rudiments methods. Apache detection has been improved as well.

SQL Relay 0.43 is out

This is mainly a compatibility release.

In 0.42, some languages or databases weren't detected properly on some platforms or needed tweaks to build against. This release should resolve most or all of those issues.

It's also now possible to build rudiments, the client library and command line apps under mingw32 and run them on Windows without Cygwin.

You can also now set the character set in the sqlrelay.conf file for all databases that support it.

Rudiments 0.43 is out

In this release, many more posix functions and win32 API methods have been wrapped. The serialportprofile class has been refactored quite a bit too. Many classes that were excluded entirely when compiling for win32 are now compiled but many of the methods return failure and set ENOSYS instead of just not being built at all.

It works well enough under windows that the SQL Relay command line clients and Stencil CGI's can be used without Cygwin now.