[report] Resolves: rhbz#589700 Resolves: rhbz#589712

Gavin Romig-Koch gavin at fedoraproject.org
Thu Aug 26 15:47:03 UTC 2010


commit b0aad8694dc52a59506de6cb723b1d1f4578720e
Author: Gavin Romig-Koch <gavin at redhat.com>
Date:   Thu Aug 26 11:49:40 2010 -0400

    Resolves: rhbz#589700
    Resolves: rhbz#589712
    
    * Thu Aug 26 2010 Gavin Romig-Koch <gavin at redhat.com> 0.20-0
    - add example of how to create report in python
    - improve strata testing scripts
    - correct how we gather Product and Version information
    - l10n: Updates to Ukrainian (uk) translation (from yuchor)
    - l10n: Updates to Spanish (Castilian) (es) translation (from logan)
    - l10n: Updates to Polish (pl) translation (from raven)

 .gitignore  |    1 +
 report.spec |   14 +++++++++++---
 sources     |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb493a8..f85c205 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 report-0.17.tar.gz
 report-0.19.tar.gz
+/report-0.20.tar.gz
diff --git a/report.spec b/report.spec
index c31a141..d3e20dd 100644
--- a/report.spec
+++ b/report.spec
@@ -77,7 +77,7 @@
 %endif
 
 Name:           report
-Version:        0.19
+Version:        0.20
 Release:        0%{?dist}
 Summary:        Incident reporting library
 
@@ -400,6 +400,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 26 2010 Gavin Romig-Koch <gavin at redhat.com> 0.20-0
+- add example of how to create report in python
+- improve strata testing scripts 
+- correct how we gather Product and Version information
+- l10n: Updates to Ukrainian (uk) translation (from yuchor)
+- l10n: Updates to Spanish (Castilian) (es) translation (from logan)
+- l10n: Updates to Polish (pl) translation (from raven)
+
 * Mon Aug 16 2010 Gavin Romig-Koch <gavin at redhat.com> 0.19-0
 - fix duplicate 'cancel' buttons (Fedora 621088)
 - Correct the order of target choices
@@ -414,7 +422,7 @@ rm -rf $RPM_BUILD_ROOT
          internal_error_printf, and reportfile_start
 - Report throws traceback when there is a configuration for a 
     non-present plugin (RHEL 614139)
-- scp plugin: force password auth (RHEL 589702)
+- scp plugin: force password auth (RHEL 589702)(Fedora 589700)
 - GTKIO: only show 'clickable' button if displaying the link is 
     possible (RHEL 594827)
 - report cmd: check access to file immediatly (RHEL 614274)
@@ -482,7 +490,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Wed May 19 2010 Gavin Romig-Koch <gavin at redhat.com> 0.14-1
 - Improvements to the strata client testing scripts
-- Corrections to prevent crashes when no user i/o is available (RHEL 589714)
+- Corrections to prevent crashes when no user i/o is available (RHEL 589714)(Fedora 589712)
 - Alter the bugzilla plugin to handle reports that have missing fields 
      (like hashmarkername) (Fedora 585792)(RHEL 592641)
 - Gnomekeyring now works for any application that uses GTKIO. 
diff --git a/sources b/sources
index ee45756..9de05c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40d42edc0674288752aebd067534b35a  report-0.19.tar.gz
+bb05aeb1434ca4dc5e475bb1124835ce  report-0.20.tar.gz


More information about the scm-commits mailing list