Matthew Booth
04ea1375c5
Update FSF address.
2011-11-08 14:43:07 +00:00
Richard W.M. Jones
f93e8dbb78
Version 1.15.2.
2011-11-03 14:47:26 +00:00
Richard W.M. Jones
ffbafadcb8
resize: Remove requirement for ocaml Pcre library.
...
This library is not available in RHEL 6, and in any case removing the
dependency is a simple change.
2011-11-03 10:46:50 +00:00
Richard W.M. Jones
31e5539a14
python: Use sys.version_info[0] instead of sys.version_info.major.
...
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 646142f513 .
2011-11-03 09:48:45 +00:00
Richard W.M. Jones
2116f79cbc
python: Fixes for Python 3 (RHBZ#750889).
...
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
2011-11-02 19:43:53 +00:00
Richard W.M. Jones
646142f513
python: Correctly check for Python major/minor.
...
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.
2011-11-02 18:18:14 +00:00
Richard W.M. Jones
fdcd33a155
Version 1.15.1.
2011-11-01 15:11:16 +00:00
Richard W.M. Jones
477c437ba0
Version 1.15.0.
2011-10-27 16:06:44 +01:00
Richard W.M. Jones
19005b2cfc
Version 1.13.26.
2011-10-26 21:12:18 +01:00
Richard W.M. Jones
ced99cf69e
Version 1.13.25.
2011-10-26 14:09:39 +01:00
Richard W.M. Jones
639232f2b0
Version 1.13.24.
2011-10-24 17:36:07 +01:00
Richard W.M. Jones
3814680423
Add test for qemu broken -machine option (RHBZ#748266).
...
Also add this option, if necessary, when testing for virtio-serial
support.
When the workaround is enabled, we specify machine type 'pc'.
2011-10-24 15:47:57 +01:00
Richard W.M. Jones
c214cdc54e
Fix ./configure --disable-erlang.
2011-10-21 17:31:10 +01:00
Richard W.M. Jones
b148df4df9
Version 1.13.23.
2011-10-20 23:16:52 +01:00
Richard W.M. Jones
41260de67f
Version 1.13.22.
2011-10-19 17:37:25 +01:00
Richard W.M. Jones
782a2e0299
Version 1.13.21.
2011-10-14 15:14:57 +01:00
Michael Scherer
787baf1bad
Partially fix --disable-erlang
...
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.
2011-10-14 09:50:39 +01:00
Richard W.M. Jones
0beebeb622
Version 1.13.20.
2011-10-11 20:59:29 +01:00
Richard W.M. Jones
c155330f04
Add systemtap/DTrace probes.
...
Mainly this is a documentation change. However a sample of
DTrace-compatible userspace probes are also added.
2011-10-10 13:26:15 +01:00
Richard W.M. Jones
c49819f9b3
Version 1.13.19.
2011-10-08 13:59:13 +01:00
Richard W.M. Jones
1e35941f62
New tool: virt-sysprep: system preparation for guests.
2011-10-08 13:38:30 +01:00
Richard W.M. Jones
e59e35708b
Version 1.13.18.
2011-10-05 18:13:38 +01:00
Richard W.M. Jones
b4bb49ffd1
New tool: virt-alignment-scan to check alignment of partitions.
2011-10-05 18:13:29 +01:00
Richard W.M. Jones
4abb239dcc
Version 1.13.17.
2011-10-04 19:24:42 +01:00
Richard W.M. Jones
fac15924f5
New tool: virt-sparsify to make disk images sparse.
2011-10-04 17:37:48 +01:00
Richard W.M. Jones
2628fa96d8
Version 1.13.16.
2011-10-01 14:35:05 +01:00
Richard W.M. Jones
d020350c31
Version 1.13.15.
2011-09-28 22:13:27 +01:00
Richard W.M. Jones
67030c6ef2
Version 1.13.14.
2011-09-24 22:32:46 +01:00
Richard W.M. Jones
fa13b2838f
erlang: Use the official autoconf macros.
2011-09-22 14:41:46 +01:00
Richard W.M. Jones
660daf31e2
Version 1.13.13.
2011-09-21 15:22:02 +01:00
Richard W.M. Jones
84763d7fca
Add Erlang bindings.
2011-09-21 15:21:58 +01:00
Richard W.M. Jones
8d8ace19da
Version 1.13.12.
2011-09-14 18:56:38 +01:00
Richard Jones
cbef2ffb04
Stable OCaml dependencies.
2011-09-12 11:33:19 +01:00
Richard W.M. Jones
504b9d95c4
Version 1.13.11.
2011-09-01 14:55:18 +01:00
Richard W.M. Jones
eb209a3664
Version 1.13.10.
2011-08-28 17:58:34 +01:00
Richard W.M. Jones
69abc787dd
Version 1.13.9.
2011-08-26 22:55:09 +01:00
Richard W.M. Jones
d64ad1a403
Version 1.13.8.
2011-08-26 11:54:05 +01:00
Hilko Bengen
54911bdd32
python: Newer versions want parentheses around arguments of "print"
2011-08-24 12:56:45 +01:00
Richard W.M. Jones
4e196ad9a3
Version 1.13.7.
2011-08-23 20:36:52 +01:00
Richard W.M. Jones
a4db75521d
configure: Add --with-extra flag to allow setting the extra version string.
...
Intended use in Fedora and RHEL is to encode the release
string, eg.
./configure [...] --with-extra="-%{release}"
2011-08-19 21:48:44 +01:00
Richard W.M. Jones
7a5f7311d4
Version 1.13.6.
2011-08-19 10:38:30 +01:00
Hilko Bengen
70c033998e
out-of-tree build: generate ./run from template, fix image checks
...
./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.
2011-08-18 09:55:52 +01:00
Richard W.M. Jones
5d296dfd60
Version 1.13.5
2011-08-17 12:42:17 +01:00
Richard W.M. Jones
2ecaa1f82d
Version 1.13.4.
2011-08-11 22:52:06 +01:00
Richard W.M. Jones
54ea124b16
Version 1.13.3.
2011-08-07 23:18:45 +01:00
Richard W.M. Jones
60d5a50f4d
daemon: Remove separate configure of daemon subdirectory.
...
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.
2011-08-05 12:34:11 +01:00
Richard W.M. Jones
6a98ed953b
debian: bash is required to run libtool replacement script.
...
This was failing on Debian where $(SHELL) is the minimal dash shell.
2011-08-05 10:49:45 +01:00
Richard W.M. Jones
e1c6d1738a
configure: Fix info about virt-resize when OCaml bindings are disabled.
2011-08-05 10:31:03 +01:00
Richard W.M. Jones
c515cbdf31
Version 1.13.2.
2011-08-02 12:30:32 +01:00
Richard W.M. Jones
b5bdd0f800
Version 1.13.1.
2011-07-26 14:17:19 +01:00