WvStreams 4.4.1

Released September 6, 2007.

Motivation

Updated support for Windows as well as the usual bug fixes and minor feature enhancements.

WvStreams

  • Many fixes and updates to make the Win32 port work again. (apenwarr)
  • WvStreams programs now do proper crash dumps in the Win32 port. (pzion)
  • Fix a subtle bug in the stream selection code that was introduced in WvStreams 4.4. (apenwarr)
  • The wvtest environment is now installed by default, for those who wish to use the WvStreams graphical test runner in their own programs. (wlach)
  • A set of valgrind suppressions useful when debugging WvStreams programs is now installed by default. (wlach)

Downloading

You can get it from the DownloadReleases page, or directly: wvstreams-4.4.1.tar.gz.

Building

If it's not already on your system, you will need to install OpenSSL, which is required by WvStreams' cryptographic module. You'll probably also want a copy of XPLC, but it's not mandatory, since we bundle a copy in the WvStreams tarball. Then, all you need to do is the standard:

  • ./configure
  • make
  • make install

If you have any problems, please contact the MailingList.

-- wlach