summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-21 22:27:22 +0100
committerRichard Jones <rjones@redhat.com>2009-04-21 22:27:22 +0100
commitf52bc724a30e45c28f231b48bca5fe0eb22592f0 (patch)
tree016b4a653cd1cedc2aa267842c870fa58f7811d7
parent231b2cf3c76b0613ac580901919b33db2ec6791d (diff)
downloadlibguestfs-f52bc724a30e45c28f231b48bca5fe0eb22592f0.tar.gz
libguestfs-f52bc724a30e45c28f231b48bca5fe0eb22592f0.tar.xz
libguestfs-f52bc724a30e45c28f231b48bca5fe0eb22592f0.zip
Updated documentation, prepare for 1.0.5 release.
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--guestfs.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5b22da9e..86a8f1e2 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 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