Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.14.2.1.14.2 | Richard W.M. Jones | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-09 | 1 | -1/+1 |
| | | | | (cherry picked from commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6) | ||||
* | resize: Remove requirement for ocaml Pcre library. | Richard W.M. Jones | 2011-11-09 | 1 | -6/+1 |
| | | | | | | This library is not available in RHEL 6, and in any case removing the dependency is a simple change. (cherry picked from commit ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a) | ||||
* | python: Use sys.version_info[0] instead of sys.version_info.major. | Richard W.M. Jones | 2011-11-09 | 1 | -2/+2 |
| | | | | | | | | | | The major/minor fields only exist in Python >= 2.7. This works for at least Python 2.5 and 2.6. Thanks to Hilko Bengen. This updates commit 646142f5136da9cfe2b908703a822c53350f70e9. (cherry picked from commit 31e5539a14f78d8815d0d930e91023a65b5395e7) | ||||
* | python: Fixes for Python 3 (RHBZ#750889). | Richard W.M. Jones | 2011-11-09 | 1 | -2/+12 |
| | | | | | | | | | | | | | | These fixes allow libguestfs bindings to work with Python 3 (tested with Python 3.2) You can select which Python you compile against by doing: PYTHON=python ./configure && make && make check or: PYTHON=python3 ./configure && make && make check (cherry picked from commit 2116f79cbcd4605b4997931285f14dde1f72a992) | ||||
* | python: Correctly check for Python major/minor. | Richard W.M. Jones | 2011-11-09 | 1 | -1/+3 |
| | | | | | | | | | The manual for sys.version warns that you should not parse the string, which we were doing. It would have failed on python "2.10" or similar. Do it correctly using the sys.version_info struct instead. (cherry picked from commit 646142f5136da9cfe2b908703a822c53350f70e9) | ||||
* | Version 1.14.1.1.14.1 | Richard W.M. Jones | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Version 1.14.0.1.14.0 | Richard W.M. Jones | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | Version 1.13.26.1.13.26 | Richard W.M. Jones | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Version 1.13.25.1.13.25 | Richard W.M. Jones | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Version 1.13.24.1.13.24 | Richard W.M. Jones | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Add test for qemu broken -machine option (RHBZ#748266). | Richard W.M. Jones | 2011-10-24 | 1 | -1/+46 |
| | | | | | | | Also add this option, if necessary, when testing for virtio-serial support. When the workaround is enabled, we specify machine type 'pc'. | ||||
* | Fix ./configure --disable-erlang. | Richard W.M. Jones | 2011-10-21 | 1 | -3/+3 |
| | |||||
* | Version 1.13.23.1.13.23 | Richard W.M. Jones | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | Version 1.13.22.1.13.22 | Richard W.M. Jones | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Version 1.13.21.1.13.21 | Richard W.M. Jones | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Partially fix --disable-erlang | Michael Scherer | 2011-10-14 | 1 | -4/+6 |
| | | | | | | Without this, configure will always enable erlang, no matter what argument are passed. Now, we can disable it, even if configure still need the erlang compiler for some obscure reason. | ||||
* | Version 1.13.20.1.13.20 | Richard W.M. Jones | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Add systemtap/DTrace probes. | Richard W.M. Jones | 2011-10-10 | 1 | -0/+5 |
| | | | | | Mainly this is a documentation change. However a sample of DTrace-compatible userspace probes are also added. | ||||
* | Version 1.13.19.1.13.19 | Richard W.M. Jones | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | New tool: virt-sysprep: system preparation for guests. | Richard W.M. Jones | 2011-10-08 | 1 | -0/+3 |
| | |||||
* | Version 1.13.18.1.13.18 | Richard W.M. Jones | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | New tool: virt-alignment-scan to check alignment of partitions. | Richard W.M. Jones | 2011-10-05 | 1 | -0/+1 |
| | |||||
* | Version 1.13.17.1.13.17 | Richard W.M. Jones | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | New tool: virt-sparsify to make disk images sparse. | Richard W.M. Jones | 2011-10-04 | 1 | -0/+1 |
| | |||||
* | Version 1.13.16.1.13.16 | Richard W.M. Jones | 2011-10-01 | 1 | -1/+1 |
| | |||||
* | Version 1.13.15.1.13.15 | Richard W.M. Jones | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Version 1.13.14.1.13.14 | Richard W.M. Jones | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | erlang: Use the official autoconf macros. | Richard W.M. Jones | 2011-09-22 | 1 | -26/+5 |
| | |||||
* | Version 1.13.13.1.13.13 | Richard W.M. Jones | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 1 | -0/+42 |
| | |||||
* | Version 1.13.12.1.13.12 | Richard W.M. Jones | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Stable OCaml dependencies. | Richard Jones | 2011-09-12 | 1 | -0/+2 |
| | |||||
* | Version 1.13.11.1.13.11 | Richard W.M. Jones | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Version 1.13.10.1.13.10 | Richard W.M. Jones | 2011-08-28 | 1 | -1/+1 |
| | |||||
* | Version 1.13.9.1.13.9 | Richard W.M. Jones | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | Version 1.13.8.1.13.8 | Richard W.M. Jones | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | python: Newer versions want parentheses around arguments of "print" | Hilko Bengen | 2011-08-24 | 1 | -2/+2 |
| | |||||
* | Version 1.13.7.1.13.7 | Richard W.M. Jones | 2011-08-23 | 1 | -1/+1 |
| | |||||
* | configure: Add --with-extra flag to allow setting the extra version string. | Richard W.M. Jones | 2011-08-19 | 1 | -9/+19 |
| | | | | | | | Intended use in Fedora and RHEL is to encode the release string, eg. ./configure [...] --with-extra="-%{release}" | ||||
* | Version 1.13.6.1.13.6 | Richard W.M. Jones | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | out-of-tree build: generate ./run from template, fix image checks | Hilko Bengen | 2011-08-18 | 1 | -0/+2 |
| | | | | | | | ./run can now be run in a separate build directory. Since some files needed in the image checks are found in the source tree (but not the build tree), the source tree location is passed to make-*-img.sh via an environment variable. | ||||
* | Version 1.13.51.13.5 | Richard W.M. Jones | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Version 1.13.4.1.13.4 | Richard W.M. Jones | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Version 1.13.3.1.13.3 | Richard W.M. Jones | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | daemon: Remove separate configure of daemon subdirectory. | Richard W.M. Jones | 2011-08-05 | 1 | -7/+107 |
| | | | | | | | | | | | | | Combine the two Gnulib instances together. Add checks from old daemon/configure.ac into configure.ac. Fix daemon/Makefile.am so it is like a normal subdirectory Makefile.am. Because we are now using the replacement strerror_r function from Gnulib (instead of the one from glibc directly), this requires a small change to src/guestfs.c. | ||||
* | debian: bash is required to run libtool replacement script. | Richard W.M. Jones | 2011-08-05 | 1 | -1/+1 |
| | | | | This was failing on Debian where $(SHELL) is the minimal dash shell. | ||||
* | configure: Fix info about virt-resize when OCaml bindings are disabled. | Richard W.M. Jones | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Version 1.13.2.1.13.2 | Richard W.M. Jones | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Version 1.13.1.1.13.1 | Richard W.M. Jones | 2011-07-26 | 1 | -1/+1 |
| |