Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.0.59.1.0.59 | Richard W.M. Jones | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Fix UPDATES and host_cpu in configure.ac. | Richard W.M. Jones | 2009-07-11 | 1 | -3/+1 |
| | | | | | | UPDATES does not need to be propagated into config.h. host_cpu was AC_DEFINE'd twice. | ||||
* | Version 1.0.58.1.0.58 | Richard W.M. Jones | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Add 'version' call to get true library version number. | Richard Jones | 2009-07-10 | 1 | -1/+14 |
| | | | | | | This patch also changes the way that the version is specified in configure.ac. It is now made out of four parts (major, minor, release and extra) and constructed for AC_INIT. | ||||
* | Version 1.0.57.1.0.57 | Richard Jones | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Added framework for 'virt-df' command. | Richard Jones | 2009-07-10 | 1 | -2/+7 |
| | |||||
* | Added outline of the virt-v2v script. | Richard Jones | 2009-07-10 | 1 | -2/+7 |
| | |||||
* | Update with links to the new mailing list. | Richard Jones | 2009-07-08 | 1 | -2/+2 |
| | |||||
* | Version 1.0.56.1.0.56 | Richard W.M. Jones | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | select proper kernel by architecture | Guido Günther | 2009-07-04 | 1 | -0/+12 |
| | |||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | Prepare for 1.0.55. PO files also updated.1.0.55 | Richard W.M. Jones | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Add ./configure --with-drive-if=(ide|scsi|virtio) | Richard W.M. Jones | 2009-07-02 | 1 | -0/+12 |
| | | | | | | | | With this flag the packager can decide to default to a particular qemu drive model. The current default is 'ide', however note that we intend to change this in future to 'virtio' once some upstream regressions are fixed. Packagers can force a particular drive model if they wish. | ||||
* | add debirf files | Guido Günther | 2009-07-02 | 1 | -0/+1 |
| | |||||
* | define REDHAT and DEBIAN | Guido Günther | 2009-06-30 | 1 | -0/+3 |
| | | | | so we can preprocess packagelist.in | ||||
* | Version 1.0.541.0.54 | Richard W.M. Jones | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Check for XML::Writer dependency for virt-inspector. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Version 1.0.53.1.0.53 | Richard W.M. Jones | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Fix permissions on generated scripts in the appliance/ directory. | Richard W.M. Jones | 2009-06-24 | 1 | -6/+11 |
| | |||||
* | Version 1.0.52.1.0.52 | Richard W.M. Jones | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Implement libtool library versioning. | Richard W.M. Jones | 2009-06-23 | 1 | -0/+4 |
| | | | | | | | | Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the library ABI version, resulting in version numbers such as libguestfs.so.0.<MAX_PROC_NR>.0 for the final library. Add ABI guarantee to the documentation. | ||||
* | Version 1.0.511.0.51 | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Version 1.0.50.1.0.50 | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.0.49. | Richard W.M. Jones | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | check for Debian tools | Guido Günther | 2009-06-18 | 1 | -18/+28 |
| | |||||
* | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | Version 1.0.48.1.0.48 | Richard Jones | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Don't compress the supermin base initramfs. | Richard Jones | 2009-06-16 | 1 | -0/+16 |
| | |||||
* | Missing files in previous release, so version 1.0.471.0.47 | Richard Jones | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.46. | Richard Jones | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 1 | -1/+3 |
| | |||||
* | Check for febootstrap-to-initramfs --files option. | Richard Jones | 2009-06-15 | 1 | -0/+18 |
| | |||||
* | Add --enable-supermin option. | Richard Jones | 2009-06-15 | 1 | -0/+10 |
| | |||||
* | Rename (make|update)-initramfs.sh.in -> (make|update).sh.in | Richard Jones | 2009-06-13 | 1 | -2/+2 |
| | |||||
* | Prepare for 1.0.451.0.45 | Richard Jones | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.44.1.0.44 | Richard Jones | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.43. | Richard Jones | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.421.0.42 | Richard Jones | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | Version 1.0.41.1.0.41 | Richard Jones | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Move pure regression tests to their own subdirectory. | Richard Jones | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | Prepare for version 1.0.40.1.0.40 | Richard Jones | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.0.39. | Richard Jones | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Version 1.0.381.0.38 | Richard Jones | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.0.371.0.37 | Richard W.M. Jones | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Use a squashfs attached as /dev/sdd during the C API tests. | Richard W.M. Jones | 2009-05-29 | 1 | -0/+5 |
| | |||||
* | Version 1.0.361.0.36 | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Move C API tests out of root build dir into 'capitests' subdir. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -2/+3 |
| | |||||
* | Version 1.0.34. | Richard Jones | 2009-05-27 | 1 | -1/+1 |
| |