WvStreams 4.5.1

Released December 23, 2008.

Motivation

Minor but important bug fixes.

WvStreams

  • crc32/adler32 encoder now gives identical results on 32-bit and 64-bit systems. (wlach)
  • Fix improper use of temporary variable in uniconfd unit test. (wlach)
  • Remove non-existent install-xplc target (caused make install to break). (wlach, Alexandru Goia)
  • Various compilation and build fixes. (wlach, Peter Alfredson, RedHat)
  • wvtestrunner now notices segfaults in forked programs. (apenwarr)

Downloading

You can get it from the DownloadReleases page, or directly: wvstreams-4.5.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. Then, all you need to do is the standard:

  • ./configure
  • make
  • make install

If you have any problems, please contact the MailingList.

-- wlach