The following Fedora 13 Security updates need testing: https://admin.fedoraproject.org/updates/libvirt-0.8.2-3.fc13 https://admin.fedoraproject.org/updates/policycoreutils-2.0.83-33.7.fc13 https://admin.fedoraproject.org/updates/dbus-1.2.24-2.fc13 https://admin.fedoraproject.org/updates/openldap-2.4.21-12.fc13 https://admin.fedoraproject.org/updates/tor-0.2.1.29-1300.fc13 https://admin.fedoraproject.org/updates/libxml2-2.7.7-2.fc13 https://admin.fedoraproject.org/updates/loggerhead-1.18.1-1.fc13 https://admin.fedoraproject.org/updates/php-5.3.6-1.fc13,maniadrive-1.2-27.fc13,php-eaccelerator-0.9.6.1-6.fc13 https://admin.fedoraproject.org/updates/389-admin-1.1.15-1.fc13 https://admin.fedoraproject.org/updates/phpMyAdmin-3.3.10-1.fc13 https://admin.fedoraproject.org/updates/libcgroup-0.35.1-5.fc13 https://admin.fedoraproject.org/updates/wordpress-3.1-1.fc13 https://admin.fedoraproject.org/updates/feh-1.10.1-1.fc13 https://admin.fedoraproject.org/updates/libtiff-3.9.4-4.fc13 https://admin.fedoraproject.org/updates/quagga-0.99.18-1.fc13 https://admin.fedoraproject.org/updates/dhcp-4.1.2-2.ESV.R1.fc13 https://admin.fedoraproject.org/updates/asterisk-1.6.2.17.2-1.fc13 The following Fedora 13 Critical Path updates have yet to be approved: https://admin.fedoraproject.org/updates/PackageKit-0.6.6-3.fc13 https://admin.fedoraproject.org/updates/NetworkManager-0.8.3.998-2.fc13 https://admin.fedoraproject.org/updates/policycoreutils-2.0.83-33.7.fc13 https://admin.fedoraproject.org/updates/usbmuxd-1.0.7-1.fc13 https://admin.fedoraproject.org/updates/libtiff-3.9.4-4.fc13 https://admin.fedoraproject.org/updates/libnl-1.1-14.fc13 https://admin.fedoraproject.org/updates/selinux-policy-3.7.19-101.fc13 https://admin.fedoraproject.org/updates/tzdata-2011d-1.fc13 https://admin.fedoraproject.org/updates/tzdata-2011b-3.fc13 https://admin.fedoraproject.org/updates/perl-ExtUtils-XSpp-0.15-2.fc13,perl-5.10.1-122.fc13,perl-Wx-0.98-5.fc13 https://admin.fedoraproject.org/updates/libxml2-2.7.7-2.fc13 https://admin.fedoraproject.org/updates/fuse-2.8.5-5.fc13 https://admin.fedoraproject.org/updates/libcgroup-0.35.1-5.fc13 https://admin.fedoraproject.org/updates/openldap-2.4.21-12.fc13 https://admin.fedoraproject.org/updates/livecd-tools-13.2-1.fc13 https://admin.fedoraproject.org/updates/lua-5.1.4-7.fc13 https://admin.fedoraproject.org/updates/librsvg2-2.26.3-3.fc13 https://admin.fedoraproject.org/updates/mobile-broadband-provider-info-1.20110218-1.fc13 https://admin.fedoraproject.org/updates/dosfstools-3.0.9-4.fc13 https://admin.fedoraproject.org/updates/file-5.04-7.fc13 https://admin.fedoraproject.org/updates/system-config-users-1.2.107-1.fc13 https://admin.fedoraproject.org/updates/python-ethtool-0.6-1.fc13 https://admin.fedoraproject.org/updates/libical-0.46-2.fc13 https://admin.fedoraproject.org/updates/mash-0.5.20-1.fc13 https://admin.fedoraproject.org/updates/libfprint-0.3.0-1.fc13 https://admin.fedoraproject.org/updates/xorg-x11-drv-openchrome-0.2.904-7.fc13 https://admin.fedoraproject.org/updates/lldpad-0.9.26-2.fc13 The following builds have been pushed to Fedora 13 updates-testing mupdf-0.8.15-1.fc13 perl-DateTime-Format-Pg-0.16005-1.fc13 python-visual-5.61-1.fc13 Details about builds: ================================================================================ mupdf-0.8.15-1.fc13 (FEDORA-2011-4192) A lightweight PDF viewer and toolkit -------------------------------------------------------------------------------- Update Information: New upstream release -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 27 2011 Pavel Zhukov <landgraf@xxxxxxxxxxxxxxxxx> - 0.8.15-1 - New upstream release -------------------------------------------------------------------------------- References: [ 1 ] Bug #691171 - new version released https://bugzilla.redhat.com/show_bug.cgi?id=691171 -------------------------------------------------------------------------------- ================================================================================ perl-DateTime-Format-Pg-0.16005-1.fc13 (FEDORA-2011-4207) Parse and format PostgreSQL dates and times -------------------------------------------------------------------------------- Update Information: This update fixes an edge case with fractional seconds. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 27 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.16005-1 - update to latest upstream version - clean up spec for modern rpmbuild * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.16004-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.16004-4 - 661697 rebuild for fixing problems with vendorach/lib * Fri Apr 30 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.16004-3 - Mass rebuild with perl-5.12.0 -------------------------------------------------------------------------------- ================================================================================ python-visual-5.61-1.fc13 (FEDORA-2011-4194) 3D Programming -------------------------------------------------------------------------------- Update Information: This update doesn't require Polygon and ttfquery to display most things in vpython. Without those modules, the following is now working: """ The Polygon module is not installed, so the text and extrusion objects are unavailable. The ttfquery and/or FontTools modules are not installed, so the text object is unavailable. """ Notes from upstream about this update: """ With the new VPython 5.61 available at vpython.org you can drag the mouse across a graph and see crosshairs with the (x,y) value of the crosshair position, to make it possible to read locations accurately off the graph. No change is needed to existing programs to get this behavior. If you use the controls module (buttons, sliders, menus), you no longer need to call interact() inside a loop. For backward compatibility the interact() function is still present but now does nothing. A long-standing inconsistency in the label object has been fixed. The background of a label object's box is now by default the same as scene.background. You can also set the label's background color. There are bug fixes to materials.bricks, thanks to Kadir Haldenbilen, and a bug fix to the machinery that lets VPython run even if the Polygon and font modules are unavailable (though in this case you can't use extrusion or text objects). """ -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 27 2011 Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> - 5.61-1 - update to new version * Wed Feb 9 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 5.40-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Feb 6 2011 Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> - 5.40-3 - rebuild for new boost -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test