From: Richard Jones Date: Tue, 21 Apr 2009 21:27:22 +0000 (+0100) Subject: Updated documentation, prepare for 1.0.5 release. X-Git-Tag: 1.0.5~2 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f52bc724a30e45c28f231b48bca5fe0eb22592f0 Updated documentation, prepare for 1.0.5 release. --- diff --git a/README b/README index 5b22da9..86a8f1e 100644 --- a/README +++ b/README @@ -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 3a59e65..b139877 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 5006ba4..db157fa 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