From 69adc4eb1e5a810e1b1ff086759f8ce6ca7a7b61 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Aug 04 2011 14:02:55 +0000 Subject: Release 0.6.0 --- diff --git a/NEWS b/NEWS index 288d198..08882bb 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,26 @@ AutoQA Most Important Changes ============================= +0.6.0 (2011-08-04) + + * The high-level changes are now documented in the NEWS file. + + * Report logs now correctly escape HTML entities if they were included in + the test output. + + * Support for Fedora 16 Branched was updated in repoinfo.conf. + + * Upgradepath test checks FXX-updates-pending repositories now if there is + a build that fulfills upgrade path constraint then the test is marked as + passed. Note that all such pending builds must be pushed at the same time + in order to satisfy the upgrade path requirement. + + * Depcheck test now operates on the latest versions of packages from the + stable repositories. That should fix some of the encountered problems. + + * There is a custom HTTP 404 page when accessing unavailable log file. + + 0.5.1 (2011-07-15) * AutoQA results are now correctly passed to Bodhi. diff --git a/autoqa.spec b/autoqa.spec index f538625..6245437 100644 --- a/autoqa.spec +++ b/autoqa.spec @@ -6,7 +6,7 @@ Name: autoqa Summary: Automated quality assurance framework -Version: 0.5.1 +Version: 0.6.0 Release: 1%{?dist} Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 04 2011 Martin Krizek - 0.6.0-1 + - Release of autoqa-0.6.0 + * Fri Jul 15 2011 James Laska - 0.5.1-1 - Release of autoqa-0.5.1