diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | guestfs.pod | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in OCaml, Perl, Python or Ruby). +programs (or management programs written in OCaml, Perl, Python, Ruby or Java). You can also use it from shell scripts or the command line. Libguestfs was written by Richard W.M. Jones (rjones@redhat.com). diff --git a/configure.ac b/configure.ac index 3a59e65a..b1398770 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.4]) +AC_INIT([libguestfs],[1.0.5]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) diff --git a/guestfs.pod b/guestfs.pod index 5006ba49..db157fa5 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -37,7 +37,7 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in OCaml, Perl, Python or Ruby). +programs (or management programs written in OCaml, Perl, Python, Ruby or Java). You can also use it from shell scripts or the command line. You don't need to be root to use libguestfs, although obviously you do |