Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.4.4.1.4.4 | Richard Jones | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | build: Don't add version extra string to the version number. | Richard Jones | 2010-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | If this string was non-empty, then it broke a lot of things because autoconf and other parts of the build system were expecting this string to contain a simple MAJOR.MINOR.RELEASE version number. This requires changes to guestfish and guestmount so they use the guestfs_version API to fetch the version from the library. (The Perl tools were already doing it this way). In a way this is more accurate, because it's no longer hard-coded in the binary, but fetched from the dynamically linked libguestfs.so. (cherry picked from commit 4932fdca3ca1e9002164a1c0b73876f32739d34d) | ||||
* | Version 1.4.3.1.4.3 | Richard Jones | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Version 1.4.2.1.4.2 | Richard Jones | 2010-08-17 | 1 | -1/+1 |
| | |||||
* | Use an unsigned type (size_t) for all loop iterators. | Richard Jones | 2010-08-17 | 1 | -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 (cherry picked from commit 321ca1ef91a90cec5b94058b84420e8018e3f1d8) | ||||
* | build: Don't warn about 'long long'. | Richard Jones | 2010-08-17 | 1 | -0/+2 |
| | | | | | | Various language bindings simply need this, so we have to allow it even though it's a GCC extension. (cherry picked from commit 0c0976496dafda4d172c5a7fc787d6a87d5bce8d) | ||||
* | Version 1.4.11.4.1 | Richard Jones | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Prepare for new stable branch, starting at version 1.4.0.1.4.0 | Richard Jones | 2010-07-08 | 1 | -2/+2 |
| | | | | | | | Add BUGS and RELEASE-NOTES to EXTRA_DIST. Update RELEASE-NOTES by copying the final file from the development branch. | ||||
* | Version 1.3.21.1.3.21 | Richard Jones | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | Version 1.3.20.1.3.20 | Richard Jones | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Version 1.3.19.1.3.19 | Richard Jones | 2010-06-04 | 1 | -1/+1 |
| | | | | Update BUGS and PO files. | ||||
* | Version 1.3.18.1.3.18 | Richard Jones | 2010-06-02 | 1 | -1/+1 |
| | | | | Update BUGS and PO files. | ||||
* | Version 1.3.17.1.3.17 | Richard Jones | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Version 1.3.16.1.3.16 | Richard Jones | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Version 1.3.15.1.3.15 | Richard Jones | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Version 1.3.14.1.3.14 | Richard Jones | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | build: For development releases, print a notice. | Richard Jones | 2010-05-24 | 1 | -0/+16 |
| | |||||
* | Version 1.3.13.1.3.13 | Richard Jones | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | Version 1.3.12, update PO files.1.3.12 | Richard Jones | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | Unify supermin appliance building using febootstrap 2.7 | Richard Jones | 2010-05-13 | 1 | -38/+4 |
| | |||||
* | Version 1.3.11.1.3.11 | Richard Jones | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | Version 1.3.10.1.3.10 | Richard Jones | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | Version 1.3.9.1.3.9 | Richard Jones | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Version 1.3.8.1.3.8 | Richard Jones | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Version 1.3.7 - note: fixes a segfault in guestfish 1.3.6.1.3.7 | Richard Jones | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Version 1.3.6.1.3.6 | Richard Jones | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | Remove checks for Test::Pod and Test::Pod::Coverage. | Richard Jones | 2010-04-20 | 1 | -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 Jones | 2010-04-20 | 1 | -0/+11 |
| | | | | (Thanks to Yufang Zhang for helping to debug this issue). | ||||
* | Prepare for version 1.3.5. | Richard Jones | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Version 1.3.41.3.4 | Richard Jones | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.3.3. | Richard Jones | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Version 1.3.21.3.2 | Richard Jones | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | configure: Default to using Fedora 12 repo (was Fedora 11). | Richard Jones | 2010-04-08 | 1 | -4/+4 |
| | | | | Fedora 11 is almost EOL at this point. | ||||
* | Version 1.3.1.1.3.1 | Richard Jones | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | Prepare for 1.0.89. | Richard Jones | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Improved version of virt-win-reg, supporting exporting and merging. | Richard Jones | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.88.1.0.88 | Richard Jones | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Version 1.0.87.1.0.87 | Richard Jones | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Mac OS X: implement readline functions. | Richard Jones | 2010-03-22 | 1 | -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 Jones | 2010-03-22 | 1 | -0/+3 |
| | |||||
* | configure: Add --disable-daemon and --disable-appliance options. | Richard Jones | 2010-03-22 | 1 | -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 Jones | 2010-03-22 | 1 | -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 Jones | 2010-03-22 | 1 | -3/+3 |
| | |||||
* | Prepare for version 1.0.86.1.0.86 | Richard Jones | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.0.85.1.0.85 | Richard Jones | 2010-03-01 | 1 | -1/+1 |
| | | | | Update PO files. | ||||
* | Spin off hivex as a separate upstream project. | Richard Jones | 2010-02-22 | 1 | -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. | ||||
* | Version 1.0.84.1.0.84 | Richard Jones | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Make virtio block driver be the default for the appliance. | Richard Jones | 2010-02-08 | 1 | -4/+4 |
| | | | | | | Previously this caused a serious performance regression, but we believe this is now fixed: https://bugzilla.redhat.com/show_bug.cgi?id=509383 | ||||
* | Prepare for version 1.0.83. | Richard Jones | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | hivex: Minimal registry example. | Richard Jones | 2010-02-04 | 1 | -0/+1 |
| | | | | | This is the smallest registry you can make and still have it load correctly in Windows regedit. |