summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.18.4.1.18.4stable-1.18Richard W.M. Jones2012-07-0715-10996/+11260
|
* Version 1.18.3.1.18.3Richard W.M. Jones2012-06-2815-277/+324
|
* Version 1.18.2.1.18.2Richard W.M. Jones2012-06-2115-3406/+3435
|
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | RHEL 5-era autoconf did not define these, so define them manually when they are missing. Define builddir as '.' The scripts require this. It won't work in the srcdir != builddir case, but we don't care about that for RHEL 5. This commit also moves the builddir / abs_srcdir variable setting above the include of subdir-rules.mk, in case that include uses these variables. Useful script: for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do if ! grep -q '^abs_srcdir' $f; then echo missing in $f fi done (cherry picked from commit 50aa9533e4a505e1c64dbedddb30491bfbb755d6)
* out-of-tree build/install fix for translationsHilko Bengen2012-06-211-8/+6
| | | | (cherry picked from commit 6cf15e8841897d3190c3e730e6eeae06fe4b8b1d)
* Version 1.18.1.1.18.1Richard W.M. Jones2012-06-0115-194/+413
|
* New stable branch: Version 1.18.0.1.18.0Richard W.M. Jones2012-05-2115-994/+3785
|
* Update PO files from Transifex.Richard W.M. Jones2012-05-2114-3589/+1146
|
* sysprep: remove kerberos data in the guestWanlong Gao2012-05-181-0/+1
| | | | | | Remove the generated kerberos data in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* sysprep: remove ca certificates in the guestWanlong Gao2012-05-181-0/+1
| | | | | | Remove the ca certificates. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.43.1.17.43Richard W.M. Jones2012-05-1715-10081/+10231
|
* NEW API: add new api btrfs-fsckWanlong Gao2012-05-151-0/+1
| | | | | | | | | Add the new API btrfs-fsck to check the btrfs filesystem. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. But it'll be useful in the near future. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.42.1.17.42Richard W.M. Jones2012-05-1315-241/+391
|
* Version 1.17.41.1.17.41Richard W.M. Jones2012-05-1115-16/+76
|
* sysprep: remove blkid tab in the guestWanlong Gao2012-05-101-0/+1
| | | | | | Remove blkid tab cache in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.40.1.17.40Richard W.M. Jones2012-05-081-2/+2
|
* Updated PO files from Transifex.Richard W.M. Jones2012-05-0816-1536/+750
|
* Version 1.17.39.1.17.39Richard W.M. Jones2012-05-0315-1205/+1578
|
* Version 1.17.38.1.17.38Richard W.M. Jones2012-05-011-2/+2
|
* Version 1.17.37.1.17.37Richard W.M. Jones2012-05-0115-12076/+26461
|
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-012-6/+53
| | | | | | | | Note that this support is optional: To enable it, install the ocaml-gettext library from http://forge.ocamlcore.org/projects/ocaml-gettext . If this library is not installed, then configure detects this and inserts dummy gettext functions that do nothing.
* Remove gettextize.Richard W.M. Jones2012-05-015-506/+99
| | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster.
* Version 1.17.36.1.17.36Richard W.M. Jones2012-04-2615-758/+852
|
* gobject: Move headers into a subdirectoryMatthew Booth2012-04-261-40/+40
| | | | | | | | | The gobject bindings generate a large number of header files, which pollute /usr/include when installed. This patch moves them all into a guestfs-gobject/ subdirectory. guestfs-gobject.h remains in the same place. This change also moves generated source files into src/, because it makes the gobject directory a bit tidier.
* Version 1.17.35.1.17.35Richard W.M. Jones2012-04-2515-9781/+10472
|
* New btrfs APIs.Richard W.M. Jones2012-04-251-0/+1
| | | | | | | | | | | | | | | | Bind the easy parts of the 'btrfs' program. The new APIs are: btrfs-device-add: add devices to a btrfs filesystem btrfs-device-delete: remove devices from a btrfs filesystem btrfs-filesystem-sync: sync a btrfs filesystem btrfs-filesystem-balance: balance a btrfs filesystem btrfs-subvolume-create: create a btrfs snapshot btrfs-subvolume-delete: delete a btrfs snapshot btrfs-subvolume-list: list btrfs snapshots and subvolumes btrfs-subvolume-set-default: set default btrfs subvolume btrfs-subvolume-snapshot: create a writable btrfs snapshot
* Version 1.17.34.1.17.34Richard W.M. Jones2012-04-2415-16/+16
|
* Version 1.17.33.1.17.33Richard W.M. Jones2012-04-2215-346/+346
|
* Version 1.17.32.1.17.32Richard W.M. Jones2012-04-1715-843/+933
|
* virt-alignment-scan: Add ability to list all domains.Richard W.M. Jones2012-04-171-0/+1
| | | | | | | | | | The output looks like this: F16x64:/dev/sda1 1048576 1024K ok F16x64:/dev/sda2 2097152 2048K ok F16x64:/dev/sda3 526385152 2048K ok If the --uuid option is used, then UUIDs are shown instead of names.
* Version 1.17.31.1.17.31Richard W.M. Jones2012-04-1515-9691/+10013
|
* New APIs for reading and writing ext2 file attributes and file generation.Richard W.M. Jones2012-04-131-0/+1
| | | | | | | | | | | | The new APIs are: get-e2attrs: List ext2 file attributes of a file. set-e2attrs: Set or clear ext2 file attributes of a file. get-e2generation: Get ext2 file generation of a file. set-e2generation: Set ext2 file generation of a file. These are implemented using the lsattr and chattr programs from e2fsprogs.
* Version 1.17.30.1.17.30Richard W.M. Jones2012-04-1315-16/+16
|
* Version 1.17.29.1.17.29Richard W.M. Jones2012-04-1215-286/+248
|
* Version 1.17.28.1.17.28Richard W.M. Jones2012-04-1115-121/+121
|
* Version 1.17.27.1.17.27Richard W.M. Jones2012-04-1015-301/+301
|
* gobject: Remove guestfs-gobject.c from POTFILES.in.Richard W.M. Jones2012-04-061-1/+0
| | | | | This file no longer exists after the sources were split across multiple files for the benefit of gtk-doc.
* Version 1.17.26.1.17.26Richard W.M. Jones2012-04-0315-61/+61
|
* Version 1.17.25.1.17.25Richard W.M. Jones2012-04-0215-9601/+9749
|
* New API: mkfs-btrfs for creating btrfs filesystems (RHBZ#807905).Richard W.M. Jones2012-04-021-0/+1
| | | | This allows all parameters from btrfs to be accessed.
* Version 1.17.24.1.17.24Richard W.M. Jones2012-04-0115-16/+16
|
* Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23Richard W.M. Jones2012-04-011-0/+19
| | | | This file is produced by gettextize and required by 'make dist'.
* Version 1.17.23.Richard W.M. Jones2012-03-3115-752/+3354
|
* Update translations from Transifex.Richard W.M. Jones2012-03-3014-3479/+871
|
* Version 1.17.22.1.17.22Richard W.M. Jones2012-03-2915-9788/+10813
|
* Add test of parallel mount-local calls.Richard W.M. Jones2012-03-291-0/+1
|
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-291-1/+3
| | | | | | | | | | Add FUSE support directly to the API. Instead of needing to use the external 'guestmount' command, you can mount the libguestfs filesystem space on a local mountpoint using an API call from any language. Note that although mount-local-run is marked as Cancellable, the current implementation does not support it, but it would be relatively simple to add it.
* gobject: Add split-out files to POTFILES.inMatthew Booth2012-03-291-0/+35
|
* Version 1.17.21.1.17.21Richard W.M. Jones2012-03-2115-9571/+9646
|
* Version 1.17.20.1.17.20Richard W.M. Jones2012-03-1715-9481/+9541
|