Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.14.9.1.14.9 | Richard W.M. Jones | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed checks for libpython features | Hilko Bengen | 2012-01-10 | 1 | -11/+12 |
| | | | | | | The python3.1 package shipped with Debian/squeeze does not have the 'mu' suffix that was assumed before. (cherry picked from commit ad5b5f96da53a6f51424e22e26f2d8a325eec681) | ||||
* | Version 1.14.8.1.14.8 | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Version 1.14.7.1.14.7 | Richard W.M. Jones | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | let the user explicitly choose ruby and rake programs | Hilko Bengen | 2011-12-09 | 1 | -1/+3 |
| | | | | (cherry picked from commit 41a7a68cf33a174ba950aa29951a07c391a16b4d) | ||||
* | Version 1.14.6.1.14.6 | Richard W.M. Jones | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | daemon: Use pkg-config to locate Augeas CFLAGS / libraries. | Richard W.M. Jones | 2011-12-06 | 1 | -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. (cherry picked from commit 615924abaa968398d6529529fa2f31ae23de825b) | ||||
* | Version 1.14.5.1.14.5 | Richard W.M. Jones | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | Version 1.14.4.1.14.4 | Richard W.M. Jones | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Add 'make extra-tests' rule and run extra tests. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+1 |
| | | | | | | These tests are optional, and require a special environment and tools to run. (cherry picked from commit c55bad93fbde03a3daa6058913f02098c45e55f5) | ||||
* | gnulib: Rebase to latest. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+3 |
| | | | | (cherry picked from commit 065b6b5798913c9bb40215944920199ae7d27007) | ||||
* | Version 1.14.3.1.14.3 | Richard W.M. Jones | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| |