From Fedora Project Wiki

(→‎Virtualization Release Notes: update pkg versions)
Line 61: Line 61:
|+ Virtualization Package Versions
|+ Virtualization Package Versions
|-
|-
! Package      !! F9 Release !! F9 Updates (20081003) !! Rawhide !! F10 Release !! Rel Notes
! Package      !! F9 Release !! F9 Updates (20081110) !! F10 Release !! Upstream (20081110) !! Rel Notes
|-
|-
| kvm          || 65-1      || 65-9      || 74-4       || || http://kvm.qumranet.com/kvmwiki/ChangeLog
| kvm          || 65-1      || 65-10    || 74-5       || 78      || http://kvm.qumranet.com/kvmwiki/ChangeLog
|-
|-
| libvirt      || 0.4.2-1    || 0.4.6-2  || 0.4.6-3    || || http://www.libvirt.org/news.html
| libvirt      || 0.4.2-1    || 0.4.6-2  || 0.4.6-3    || 0.4.6  || http://www.libvirt.org/news.html
|-
|-
| python-virtinst||0.300.3-5 || 0.300.3-7 || 0.400.0-1 || ||
| python-virtinst||0.300.3-5 || 0.300.3-7 || 0.400.0-4 || 0.400.0 || http://virt-manager.et.redhat.com/download.html
|-
|-
| virt-df      || n/a        || 2.1.1-8  || 2.1.3-2    || || http://et.redhat.com/~rjones/virt-df/
| virt-df      || n/a        || 2.1.1-8  || 2.1.4-2    || 2.1.4  || http://et.redhat.com/~rjones/virt-df/
|-
|-
| virt-manager || 0.5.4-3    || 0.5.4-4  || 0.6.0-1   || || http://virt-manager.et.redhat.com/download.html
| virt-manager || 0.5.4-3    || 0.5.4-4  || 0.6.0-3   || 0.6.0  || http://virt-manager.et.redhat.com/download.html
|-
|-
| virt-mem    || n/a        || n/a      || 0.6.0-1   || || http://et.redhat.com/~rjones/virt-mem/faq.html alpha qaulity - 32bit QEMU and KVM only
| virt-mem    || n/a        || n/a      || 0.2.9-6   || 0.3.1  || http://et.redhat.com/~rjones/virt-mem/faq.html
|-
|-
| virt-top    || 0.4.1.1-1  || 1.0.1-4  || 1.0.1-2    || || http://et.redhat.com/~rjones/virt-top/ChangeLog.txt
| virt-top    || 0.4.1.1-1  || 1.0.1-4  || 1.0.3-2    || 1.0.3  || http://et.redhat.com/~rjones/virt-top/ChangeLog.txt
|-
|-
| virt-viewer  || 0.0.3-1    || n/a      || 0.0.3-3    || ||
| virt-viewer  || 0.0.3-1    || n/a      || 0.0.3-3    || 0.0.3  || http://virt-manager.et.redhat.com/download.html
|-
|-
| xen          || 3.2.0-10  || 3.2.0-15  || 3.3.0-1    || || http://www.xen.org/download/
| xen          || 3.2.0-10  || 3.2.0-15  || 3.3.0-1    || 3.3.0  || http://www.xen.org/download/
|-
|-
| xenner      || 0.29-2    || 0.41-1    || 0.46-1     || || http://cvs.bytesex.org/xenner.html
| xenner      || 0.29-2    || 0.41-1    || 0.46-3     || 0.46    || http://cvs.bytesex.org/xenner.html
|-
|-
| xenwatch    || n/a        || 0.53-1   || 0.53-1     || || http://cvs.bytesex.org/xenwatch.html
| xenwatch    || n/a        || 0.5.3-1   || 0.5.3-1   || 0.5.3  || http://cvs.bytesex.org/xenwatch.html
|}
|}


* Quick hack to gather info for table above
<pre>
#!/bin/bash
grep -v '^#' pkgs.in | while read line; do
    grep -v '^#' dist.in | while read dist; do
            pkg=`echo $line | awk '{print $1}'`
            notes=`echo $line | awk '{print $2}'`
            ver=`koji latest-pkg "$dist" "$pkg" | tail -1 | awk '{print $1}'`
            echo "$pkg, $dist, $ver, $notes"
    done
done
</pre>
----
----
[[Category:Homepage]]
[[Category:Homepage]]

Revision as of 23:42, 10 November 2008

Dale Bewley

DaleBewley FirstnameLastname-head.png I'm vegan and I mountain bike a lot.

Contact

Activities within Fedora

Wiki Work

Docs Virtualization Beat

FWN Virtualization Beat

151, 150 n/a, 149, 148, 147, 146, 145, 144, 143, 142, 141, 140 n/a, 139 n/a, 138, 137

Notes To Self

Virtualization Release Notes

I'm gathering links to become oriented with the Fedora Docs Project and Virtualization features for F10.

Howto

Content

Versions

Virtualization Package Versions
Package F9 Release F9 Updates (20081110) F10 Release Upstream (20081110) Rel Notes
kvm 65-1 65-10 74-5 78 http://kvm.qumranet.com/kvmwiki/ChangeLog
libvirt 0.4.2-1 0.4.6-2 0.4.6-3 0.4.6 http://www.libvirt.org/news.html
python-virtinst 0.300.3-5 0.300.3-7 0.400.0-4 0.400.0 http://virt-manager.et.redhat.com/download.html
virt-df n/a 2.1.1-8 2.1.4-2 2.1.4 http://et.redhat.com/~rjones/virt-df/
virt-manager 0.5.4-3 0.5.4-4 0.6.0-3 0.6.0 http://virt-manager.et.redhat.com/download.html
virt-mem n/a n/a 0.2.9-6 0.3.1 http://et.redhat.com/~rjones/virt-mem/faq.html
virt-top 0.4.1.1-1 1.0.1-4 1.0.3-2 1.0.3 http://et.redhat.com/~rjones/virt-top/ChangeLog.txt
virt-viewer 0.0.3-1 n/a 0.0.3-3 0.0.3 http://virt-manager.et.redhat.com/download.html
xen 3.2.0-10 3.2.0-15 3.3.0-1 3.3.0 http://www.xen.org/download/
xenner 0.29-2 0.41-1 0.46-3 0.46 http://cvs.bytesex.org/xenner.html
xenwatch n/a 0.5.3-1 0.5.3-1 0.5.3 http://cvs.bytesex.org/xenwatch.html
  • Quick hack to gather info for table above
#!/bin/bash
grep -v '^#' pkgs.in | while read line; do
    grep -v '^#' dist.in | while read dist; do
            pkg=`echo $line | awk '{print $1}'`
            notes=`echo $line | awk '{print $2}'`
            ver=`koji latest-pkg "$dist" "$pkg" | tail -1 | awk '{print $1}'`
            echo "$pkg, $dist, $ver, $notes"
    done
done