summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.17.10.1.17.10Richard W.M. Jones2012-03-031-1/+1
|
* Version 1.17.9.1.17.9Richard W.M. Jones2012-02-281-1/+1
|
* New APIs: ntfsclone-in, ntfsclone-out.Richard W.M. Jones2012-02-271-0/+1
|
* Version 1.17.8.1.17.8Richard W.M. Jones2012-02-151-1/+1
|
* Version 1.17.7.1.17.7Richard W.M. Jones2012-02-131-1/+1
|
* Version 1.17.6.1.17.6Richard W.M. Jones2012-02-101-1/+1
|
* java: Make use of JAR_INSTALL_DIR, JNI_INSTALL_DIRHilko Bengen2012-02-081-4/+7
|
* Version 1.17.5.1.17.5Richard W.M. Jones2012-02-081-1/+1
|
* build: Choose a virtual directory for the daemon which is not a symlink.Richard W.M. Jones2012-02-061-0/+22
| | | | | | | Check /sbin, /usr/sbin, /bin and /usr/bin to ensure that neither the directory nor the parent (eg. /usr) is a symlink, and use this directory for the virtual directory used to store guestfsd in the appliance.
* Version 1.17.4.1.17.4Richard W.M. Jones2012-02-011-1/+1
|
* Version 1.17.3.1.17.3Richard W.M. Jones2012-01-281-1/+1
|
* Version 1.17.2.1.17.2Richard W.M. Jones2012-01-261-1/+1
|
* Version 1.17.1.1.17.1Richard W.M. Jones2012-01-241-1/+1
|
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-241-0/+15
| | | | | | | | | | | | | | | | | This commit allows you to run the daemon under valgrind. You have to enable it at configure time: ./configure --enable-valgrind-daemon This should *not* be done for production builds. When this feature is enabled, valgrind is added to the appliance and the daemon is run under valgrind. Log messages from valgrind are passed back over a virtio-serial channel into a file called 'valgrind.log.$PID' in the top build directory. Running 'make check', 'make extra-tests' etc causes many valgrind.log.* files to be created which must be examined by hand.
* Fix --{en,dis}able-install-daemonHilko Bengen2012-01-231-1/+1
| | | | | | | | This fixes... configure: error: conditional "INSTALL_DAEMON" was never defined. ... when specifying --disable-daemon
* Version 1.17.0.1.17.0Richard W.M. Jones2012-01-231-2/+2
|
* gobject: Require minimum gobject library version of 2.26.0Matthew Booth2012-01-231-1/+1
| | | | | The GObject bindings require G_DEFINE_BOXED_TYPE, which was not added until 2.25.15. There are probably other dependencies.
* check for febootstrap etc. even if not building applianceHilko Bengen2012-01-231-31/+32
|
* Version 1.15.19.1.15.19Richard W.M. Jones2012-01-221-1/+1
|
* gobject: Add basic bindtestsMatthew Booth2012-01-201-0/+6
|
* gobject: Add GObject bindingsMatthew Booth2012-01-201-0/+37
|
* Version 1.15.18.1.15.18Richard W.M. Jones2012-01-191-1/+1
|
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* Version 1.15.17.1.15.17Richard W.M. Jones2012-01-181-1/+1
|
* lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible.Richard W.M. Jones2012-01-181-0/+6
| | | | http://gcc.gnu.org/wiki/Visibility
* ocaml: Add -Wno-missing-field-initializers to avoid a warning.Richard W.M. Jones2012-01-181-0/+4
|
* New tool: virt-format: erase and make blank disks.Richard W.M. Jones2012-01-181-0/+1
| | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem.
* Version 1.15.16.1.15.16Richard W.M. Jones2012-01-101-1/+1
|
* Version 1.15.15.1.15.15Richard W.M. Jones2012-01-081-1/+1
|
* Version 1.15.14.1.15.14Richard W.M. Jones2011-12-231-1/+1
|
* Version 1.15.13.1.15.13Richard W.M. Jones2011-12-221-1/+1
|
* Fixed checks for libpython featuresHilko Bengen2011-12-221-11/+12
| | | | | The python3.1 package shipped with Debian/squeeze does not have the 'mu' suffix that was assumed before.
* Version 1.15.12.1.15.12Richard W.M. Jones2011-12-221-1/+1
|
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-1/+2
|
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-221-1/+1
|
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-1/+5
|
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-1/+1
|
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-221-1/+1
|
* Version 1.15.11.1.15.11Richard W.M. Jones2011-12-091-1/+1
|
* let the user explicitly choose ruby and rake programsHilko Bengen2011-12-061-1/+3
|
* Version 1.15.10.1.15.10Richard W.M. Jones2011-12-061-1/+1
|
* daemon: Use pkg-config to locate Augeas CFLAGS / libraries.Richard W.M. Jones2011-12-031-16/+13
| | | | | | | | | | | | | | | | | | Augeas 0.10 depends on libxml2, so this is now required in the appliance (in fact, it was already present). However this exposed two bugs: (1) In libguestfs we use a home-brewed recipe for Augeas flags, resulting in this error: /usr/include/augeas.h:24:25: fatal error: libxml/tree.h: No such file or directory (2) Augeas's own augeas.pc didn't include the libxml2 flags, so it was broken. This requires a patch to Augeas 0.10, see: https://www.redhat.com/archives/augeas-devel/2011-December/msg00008.html Change to using pkg-config to detect Augeas. It is still an optional library.
* Version 1.15.9.1.15.9Richard W.M. Jones2011-12-031-1/+1
|
* Version 1.15.8.1.15.8Richard W.M. Jones2011-11-291-1/+1
|
* Version 1.15.7.1.15.7Richard W.M. Jones2011-11-291-1/+1
|
* Version 1.15.6.1.15.6Richard W.M. Jones2011-11-241-1/+1
|
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-241-0/+1
| | | | | These tests are optional, and require a special environment and tools to run.
* gnulib: Rebase to latest.Richard W.M. Jones2011-11-221-0/+3
|
* Version 1.15.5.1.15.5Richard W.M. Jones2011-11-211-1/+1
|
* Version 1.15.4.1.15.4Richard W.M. Jones2011-11-171-1/+1
|