diff --git a/.cvsignore b/.cvsignore index 15bc98e..b5a8362 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.0.86.tar.gz +libguestfs-1.0.87.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 52ff198..016591d 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -258,11 +258,16 @@ para-virtualized (PV), what applications are installed and more. Virt-list-filesystems can be used to list out the filesystems in a virtual machine image (for shell scripts etc). +Virt-list-partitions can be used to list out the partitions in a +virtual machine image. + Virt-ls is a command line tool to list out files in a virtual machine. Virt-rescue provides a rescue shell for making interactive, unstructured fixes to virtual machines. +Virt-resize can resize existing virtual machine disk images. + Virt-tar is an archive, backup and upload tool for virtual machines. Virt-win-reg lets you look inside the Windows Registry for @@ -580,10 +585,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/virt-inspector.1* %{_bindir}/virt-list-filesystems %{_mandir}/man1/virt-list-filesystems.1* +%{_bindir}/virt-list-partitions +%{_mandir}/man1/virt-list-partitions.1* %{_bindir}/virt-ls %{_mandir}/man1/virt-ls.1* %{_bindir}/virt-rescue %{_mandir}/man1/virt-rescue.1* +%{_bindir}/virt-resize +%{_mandir}/man1/virt-resize.1* %{_bindir}/virt-tar %{_mandir}/man1/virt-tar.1* %{_bindir}/virt-win-reg @@ -655,6 +664,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 23 2010 Richard W.M. Jones - 1:1.0.87-1 +- New upstream version 1.0.87. +- New tools: virt-resize and virt-list-partitions. +- New APIs: guestfs_copy_size; APIs for querying the relationship between + LVM objects. +- Add vim to the virt-rescue appliance. + * Fri Mar 12 2010 Richard W.M. Jones - 1:1.0.86-1 - New upstream version 1.0.86. - libguestfs-supermin-helper rewritten in C (from shell), reduces diff --git a/sources b/sources index 995a386..cf9e435 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e38f42e2458d8b7d3df837cb270329b libguestfs-1.0.86.tar.gz +af9ba6e83896bd80b0680b1c5b32d26f libguestfs-1.0.87.tar.gz