summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.11.3.1.11.3Richard W.M. Jones2011-04-221-1/+1
|
* Version 1.11.2.1.11.2Richard W.M. Jones2011-04-181-1/+1
|
* Version 1.11.1.1.11.1Richard W.M. Jones2011-04-161-1/+1
|
* Version 1.11.0.1.11.0Richard W.M. Jones2011-04-121-2/+2
|
* Version 1.9.18.1.9.18Richard W.M. Jones2011-04-091-1/+1
|
* Rewrite virt-resize in OCaml.Richard W.M. Jones2011-04-091-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly straightforward translation of Perl virt-resize into OCaml. It is bug-for-bug and feature-for-feature identical to the Perl version, except as noted below. The motivation is to have a more solid, high-level, statically safe compiled language to go forwards with fixing some of the harder bugs in virt-resize. In particular contracts between different parts of the program are now handled by statically typed structures checked at compile time, instead of the very ad-hoc unchecked hash tables used by the Perl version. OCaml and the ocaml-pcre library (Perl-Compatible Regular Expressions bindings for OCaml) are required. Extra features in this version: - 32 bit hosts are now supported. - We try hard to handle the case where the target disk is not "clean" (ie. all zeroes). It usually works for this case, whereas the previous version would usually fail. However it is still recommended that the system administrator creates a fresh blank disk for the target before running the program. - User messages are a bit more verbose and helpful. You can turn these off with the -q (--quiet) option. There is one lost feature: - Ability to specify >= T (terabytes) sizes in command line size expressions has been removed. This probably didn't work in the Perl version. Other differences: - The first partition on the target is no longer aligned; instead we place it at the same sector as on the source. I suspect that aligning it was causing the bootloader failures. - Because it's easier, we do more sanity checking on the source disk. This might lead to more failures, but they'd be failures you'd want to know about. - The order in which operations are performed has been changed to make it more logical. The user should not notice any functional difference, but debug messages will be quite a bit different. - virt-resize is a compiled binary, not a script.
* Version 1.9.17.1.9.17Richard W.M. Jones2011-04-051-1/+1
|
* mkisofs is obsolete. Require genisoimage everywhere instead.Nikita A Menkovich2011-04-021-3/+3
|
* Pull translations from Transifex.Richard W.M. Jones2011-04-021-0/+1
| | | | New Ukrainian po-docs translation added.
* Version 1.9.16.1.9.16Richard W.M. Jones2011-04-011-1/+1
|
* Version 1.9.15.1.9.15Richard W.M. Jones2011-04-011-1/+1
|
* examples: Add virt-dhcp-address program.Richard W.M. Jones2011-03-311-0/+1
| | | | | | This is like the mythical 'virt-ifconfig'. There is not enough certainty around the right way to be doing this for us to make a full virt tool for this. Therefore the code is just an example.
* Add /etc/libguestfs-tools.conf configuration file.Richard W.M. Jones2011-03-311-0/+9
| | | | | This allows the default for --ro or --rw to be controlled for the three tools guestfish, guestmount and virt-rescue.
* Version 1.9.14.1.9.14Richard W.M. Jones2011-03-281-1/+1
|
* Version 1.9.13.1.9.13Richard W.M. Jones2011-03-241-1/+1
|
* Version 1.9.12.1.9.12Richard W.M. Jones2011-03-181-1/+1
|
* Version 1.9.11.1.9.11Richard W.M. Jones2011-03-151-1/+1
|
* RHEL5: Old pod2man didn't have --stderr or -u options.Richard W.M. Jones2011-03-111-0/+21
|
* configure: Remove unnecessary variable assignment.Richard W.M. Jones2011-03-111-1/+0
| | | | Left over from pre-virtio-serial days.
* RHEL5: Make use of 'futimens' function optional.Richard W.M. Jones2011-03-111-1/+1
|
* Version 1.9.10.1.9.10Richard W.M. Jones2011-03-081-1/+1
|
* Version 1.9.9.1.9.9Richard W.M. Jones2011-03-041-1/+1
|
* Version 1.9.8.1.9.8Richard W.M. Jones2011-02-061-1/+1
|
* Version 1.9.7.1.9.7Richard W.M. Jones2011-01-301-1/+1
|
* perl: Translate C examples into Perl and include a manual page.Richard W.M. Jones2011-01-301-1/+1
|
* Version 1.9.6.1.9.6Richard W.M. Jones2011-01-221-1/+1
|
* Version 1.9.51.9.5Richard W.M. Jones2011-01-181-1/+1
|
* Version 1.9.4.1.9.4Richard W.M. Jones2011-01-151-1/+1
|
* Version 1.9.3.1.9.3Richard W.M. Jones2011-01-111-1/+1
|
* Version 1.9.2.1.9.2Richard W.M. Jones2011-01-031-1/+1
|
* Version 1.9.1.1.9.1Richard W.M. Jones2010-12-311-2/+2
|
* Version 1.9.0.1.9.0Richard W.M. Jones2010-12-191-1/+1
|
* Prepare for next stable branch: version 1.8.0.Richard W.M. Jones2010-12-191-2/+2
|
* appliance: Don't hard-code febootstrap --exclude parameters.Richard W.M. Jones2010-12-191-1/+2
| | | | | Create a separate file 'excludelist.in' that contains these regular expressions, and process it the same way as packagelist.in.
* Version 1.7.24.1.7.24Richard W.M. Jones2010-12-161-1/+1
|
* Version 1.7.23.1.7.23Richard W.M. Jones2010-12-121-1/+1
|
* Version 1.7.22.1.7.22Richard W.M. Jones2010-12-111-1/+1
|
* Version 1.7.21.1.7.21Richard W.M. Jones2010-12-101-1/+1
|
* Added packages for Archlinux supportThomas S Hatch2010-12-101-0/+3
|
* Add debian/ directory (temporarily).Richard W.M. Jones2010-12-091-0/+1
| | | | | | | | | | | | | This was created initially from pkg-libvirt/libguestfs.git commit 680ff0b0e8c9133ef987e68392bd3990715f6891. This is a temporary measure to allow us to build Debian and Ubuntu packages more easily. When downstream packaging is being done on these distros we will remove this directory again. To build a Debian package, use this command: debuild -i -us -uc -b
* build: Use ./configure --with-python-installdir=DIR to select Python dir.Richard W.M. Jones2010-12-091-19/+29
| | | | | | We don't always want to install in the site-packages directory. Allow the directory to be chosen using a configure option. Rename the variable PYTHON_INSTALLDIR to reflect its true purpose.
* build: Add "checking ... result" around Python tests.Richard W.M. Jones2010-12-091-0/+6
|
* build: Remove check for root.Richard W.M. Jones2010-12-091-10/+0
| | | | | | | With the new package building system, it is no longer dangerous to run 'configure', 'make' or 'make check' as root (although it is still not necessary and not advisable). In any case we don't need to check this.
* build: Remove AM_GNU_GETTEXT_VERSION macro.Richard W.M. Jones2010-12-091-1/+0
| | | | | See discussion on the mailing list: https://www.redhat.com/archives/libguestfs/2010-December/thread.html#00032
* Version 1.7.20.1.7.20Richard W.M. Jones2010-12-071-1/+1
|
* Add --with-febootstrap-yum-config.Richard W.M. Jones2010-12-061-13/+9
| | | | | | | This allows the febootstrap --yum-config option to be passed through, allowing a separate yum configuration to be used. The hope is that this will enable building in Koji.
* build: Look for other db_dump variations (for Ubuntu).Richard W.M. Jones2010-12-061-2/+4
|
* ubuntu: Make Ubuntu into a separate distro for the package list.Richard W.M. Jones2010-12-061-0/+3
| | | | This allows us to select Ubuntu packages separately from Debian ones.
* build: Don't emit warnings about stack protector failures.Richard W.M. Jones2010-12-061-0/+2
| | | | These are seen on gcc 4.5.1 used in Ubuntu.
* Version 1.7.19.1.7.19Richard W.M. Jones2010-12-051-1/+1
|