Login Status


ShareSource Site » Projects » xguests Summary

Project: Xen Guests [Summary]

(*) Summary   [^] Files   [!] Bug Tracker   (») Mercurial Repository  


Project news item

« Go to project summary

News Item

1.1.0 released

Posted by: Tim, 3 years ago

We're pleased to release version 1.1.0 of Xguests. This version incorporates autoconf (giving you a ./configure) while adding hooks for later SQLite3 and MySQL support.

The checks done by the configure script should be very informative regarding possible build issues. The repository has also been completely reorganized.

Please read the COMPILING file, especially if your using Mercurial sources. Users downloading a release .tar.gz need only run ./configure && make && make install, developers need to run ./autogen.sh (first) to generate a configure script.

Developers, a --with-mysql and --with-sqlite3 can be passed to the configure script, which sets HAVEMYSQL / HAVESQLITE3 respectively in config.h. The libraries are tested to work prior to this happening .. so have fun with SQL support.

This version gears up for new features coming in 1.1.1, which should be stable by 1.1.2

This also fixes various build issues from the last release. Enjoy!