summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for version 1.5.5.Richard Jones2010-08-261-1/+1
|
* Version 1.5.4.1.5.4Richard Jones2010-08-241-1/+1
|
* New APIs: set-network and get-network to enable network support.Richard Jones2010-08-241-3/+3
| | | | guestfs_set_network (g, true) enables network support in the appliance.
* Version 1.5.31.5.3Richard Jones2010-08-171-1/+1
|
* fish: Add -c/--connect and -d/--domain options.Richard Jones2010-08-171-0/+10
| | | | | | | | The -d option lets you specify libvirt domains. The disks from these domains are found and added, as if you'd named them with -a. The -c option lets you specify a libvirt URI, which is needed when we consult libvirt to implement the above.
* New API: file-architectureRichard Jones2010-08-171-0/+19
| | | | | | This change simply converts the existing Perl-only function file_architecture into a core API call. The core API call is written in C and available in all languages and from guestfish.
* Python: Use new PyCapsule API where supported.Richard Jones2010-08-171-0/+5
| | | | | See: http://lists.fedoraproject.org/pipermail/devel/2010-August/141064.html
* Version 1.5.2.1.5.2Richard Jones2010-07-221-1/+1
|
* Version 1.5.1.1.5.1Richard Jones2010-07-211-1/+1
|
* Use an unsigned type (size_t) for all loop iterators.Richard Jones2010-07-161-1/+0
| | | | | | | | | This resolves a warning from gcc 4.5: assuming signed overflow does not occur when simplifying conditional to constant This page explains the issues in some detail: http://www.airs.com/blog/archives/120
* build: Don't warn about 'long long'.Richard Jones2010-07-161-0/+2
| | | | | Various language bindings simply need this, so we have to allow it even though it's a GCC extension.
* Prepare for new development branch, starting at 1.5.0.Richard Jones2010-07-081-2/+2
| | | | | | Add BUGS and RELEASE-NOTES to EXTRA_DIST. Also update the RELEASE-NOTES file.
* Version 1.3.21.1.3.21Richard Jones2010-06-161-1/+1
|
* Version 1.3.20.1.3.20Richard Jones2010-06-081-1/+1
|
* Version 1.3.19.1.3.19Richard Jones2010-06-041-1/+1
| | | | Update BUGS and PO files.
* Version 1.3.18.1.3.18Richard Jones2010-06-021-1/+1
| | | | Update BUGS and PO files.
* Version 1.3.17.1.3.17Richard Jones2010-05-271-1/+1
|
* Version 1.3.16.1.3.16Richard Jones2010-05-251-1/+1
|
* Version 1.3.15.1.3.15Richard Jones2010-05-251-1/+1
|
* Version 1.3.14.1.3.14Richard Jones2010-05-241-1/+1
|
* build: For development releases, print a notice.Richard Jones2010-05-241-0/+16
|
* Version 1.3.13.1.3.13Richard Jones2010-05-151-1/+1
|
* Version 1.3.12, update PO files.1.3.12Richard Jones2010-05-141-1/+1
|
* Unify supermin appliance building using febootstrap 2.7Richard Jones2010-05-131-38/+4
|
* Version 1.3.11.1.3.11Richard Jones2010-05-081-1/+1
|
* Version 1.3.10.1.3.10Richard Jones2010-05-071-1/+1
|
* Version 1.3.9.1.3.9Richard Jones2010-04-301-1/+1
|
* Version 1.3.8.1.3.8Richard Jones2010-04-271-1/+1
|
* Version 1.3.7 - note: fixes a segfault in guestfish 1.3.6.1.3.7Richard Jones2010-04-231-1/+1
|
* Version 1.3.6.1.3.6Richard Jones2010-04-221-1/+1
|
* Remove checks for Test::Pod and Test::Pod::Coverage.Richard Jones2010-04-201-1/+1
| | | | | | | Although these modules are optionally used by the Perl tests, they aren't necessary and won't break the build if they are not there. These modules aren't available in RHEL 5. Therefore remove these checks.
* Check user doesn't run configure, make or make check as root.Richard Jones2010-04-201-0/+11
| | | | (Thanks to Yufang Zhang for helping to debug this issue).
* Prepare for version 1.3.5.Richard Jones2010-04-191-1/+1
|
* Version 1.3.41.3.4Richard Jones2010-04-171-1/+1
|
* Prepare for version 1.3.3.Richard Jones2010-04-121-1/+1
|
* Version 1.3.21.3.2Richard Jones2010-04-101-1/+1
|
* configure: Default to using Fedora 12 repo (was Fedora 11).Richard Jones2010-04-081-4/+4
| | | | Fedora 11 is almost EOL at this point.
* Version 1.3.1.1.3.1Richard Jones2010-04-081-2/+2
|
* Prepare for 1.0.89.Richard Jones2010-03-301-1/+1
|
* Improved version of virt-win-reg, supporting exporting and merging.Richard Jones2010-03-301-1/+1
|
* Prepare for 1.0.88.1.0.88Richard Jones2010-03-261-1/+1
|
* Version 1.0.87.1.0.87Richard Jones2010-03-231-1/+1
|
* Mac OS X: implement readline functions.Richard Jones2010-03-221-1/+6
| | | | | OS X has an older version of readline with some differences in the names of functions.
* Mac OS X: provide alternate implementation of posix_fallocate.Richard Jones2010-03-221-0/+3
|
* configure: Add --disable-daemon and --disable-appliance options.Richard Jones2010-03-221-76/+101
| | | | | Use these on any platforms where you don't want or need to build the daemon/appliance combination.
* Run qemu with -nographic option.Richard Jones2010-03-221-3/+3
| | | | | On Mac OS X this prevents a short "flash" as qemu opens a toplevel window.
* configure: Move host_cpu definition to earlier in the file.Richard Jones2010-03-221-3/+3
|
* Prepare for version 1.0.86.1.0.86Richard Jones2010-03-121-1/+1
|
* Prepare for version 1.0.85.1.0.85Richard Jones2010-03-011-1/+1
| | | | Update PO files.
* Spin off hivex as a separate upstream project.Richard Jones2010-02-221-7/+10
| | | | | | | | | | | | | | This commit makes the semi-independent hivex library into a separate upstream project. The git repo for hivex is now: http://git.annexia.org/?p=hivex.git;a=summary Downloads of hivex are available here: http://libguestfs.org/download/ All questions, patches, bugs etc should be sent to the libguestfs mailing list and bug tracker.