summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* EPEL 5: Remove PHP bindings.Richard W.M. Jones2012-06-271-1/+0
|
* EPEL 5: Remove GObject / GObject Introspection / GJS bindings.Richard W.M. Jones2012-06-271-42/+0
|
* EPEL 5: Remove Erlang bindings.Richard W.M. Jones2012-06-271-2/+0
|
* Version 1.19.13.1.19.13Richard W.M. Jones2012-06-261-2/+2
|
* Version 1.19.12.1.19.12Richard W.M. Jones2012-06-2615-142/+189
|
* Version 1.19.11.1.19.11Richard W.M. Jones2012-06-2515-196/+256
|
* Version 1.19.10.1.19.10Richard W.M. Jones2012-06-2215-151/+151
|
* Version 1.19.9.1.19.9Richard W.M. Jones2012-06-1815-316/+316
|
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-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
* Version 1.19.8.1.19.8Richard W.M. Jones2012-06-141-2/+2
|
* Version 1.19.7.1.19.7Richard W.M. Jones2012-06-1315-10577/+10790
|
* Version 1.19.6.1.19.6Richard W.M. Jones2012-06-1215-10351/+10411
|
* New API: fstrim - allow filesystem trim.Richard W.M. Jones2012-06-121-0/+2
|
* Version 1.19.5.1.19.5Richard W.M. Jones2012-06-0915-13141/+13230
|
* out-of-tree build/install fix for translationsHilko Bengen2012-06-081-8/+6
|
* Version 1.19.4.1.19.4Richard W.M. Jones2012-06-0715-166/+166
|
* Version 1.19.3.1.19.3Richard W.M. Jones2012-05-311-2/+2
|
* Version 1.19.2.1.19.2Richard W.M. Jones2012-05-271-2/+2
|
* Version 1.19.1.1.19.1Richard W.M. Jones2012-05-2515-194/+473
|
* sysprep: remove the data and log files of puppetWanlong Gao2012-05-251-0/+1
| | | | | | Remove the data(keys) and log files of puppet. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* 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
|