All,

I am pleased to announce the release of libLAS 1.0.0b2. Numerous issues have been identified and fixed in this release, and I would like to thank the folks who've helped with the beta process.

Here's a list of items that have been fixed since 1.0.0b1:

Some other items that I have addressed that do not have tickets: - We no longer include the version number in the DLL name for the Windows builds. It is now just liblas.dll. This was the cause of the Python bindings not working on Windows in beta 1. - We no longer build a convenience library for the src/detail object files and instead include it all in the main dynamic library. This makes debugging in gdb actually useful :)

Attachments