[report] * Mon Aug 16 2010 Gavin Romig-Koch <gavin at redhat.com> 0.19-0 - fix duplicate 'cancel' buttons (Fedor

Gavin Romig-Koch gavin at fedoraproject.org
Mon Aug 16 19:46:39 UTC 2010


commit 047c57de63f68e8d36609867b5cc9d8812a4670f
Author: Gavin Romig-Koch <gavin at redhat.com>
Date:   Mon Aug 16 15:48:38 2010 -0400

    * 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
    - correct GTKIO success dialog box
    - Fixed the issues found by Miroslav Trmac's and Jack Rieden's security review
        - lots of memory leaks plugged
        - all system() calls replaced with execve calls
        - many added error checks
        - -Wall -Werror turned on for strata_client_lib, and all warnings fixed
        - fix bugs in reportfile_add_binding_from_region,
             reportfile_add_binding_from_namedfile, ssprintf,
             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)
    - GTKIO: only show 'clickable' button if displaying the link is
        possible (RHEL 594827)
    - report cmd: check access to file immediatly (RHEL 614274)
    - Include the ftp target and plugin in all installs (RHEL 614094)
    - correct Obsoletes for report-*-RHEL-*
    - fix crash in ftp plugin (Fedora 610870)(RHEL 609480)
    - Production/GA configuration of report, enable Strata plugin (RHEL 567972)
        includeing a number of fixes to Strata plugin (RHEL 591922)(RHEL 589702)
    - Updates to both Polish (raven) and Ukrainian (yurchor) translations

 .gitignore  |    1 +
 report.spec |   52 ++++++++++++++++++++++++++++++++++++++++++----------
 sources     |    2 +-
 3 files changed, 44 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4dcbf3b..fb493a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 report-0.17.tar.gz
+report-0.19.tar.gz
diff --git a/report.spec b/report.spec
index efdd504..c31a141 100644
--- a/report.spec
+++ b/report.spec
@@ -24,7 +24,7 @@
 %if 0%{?build_as_for_rhel}
 %if "%{?build_as_for_rhel_production}" == ""
 %if "%{?build_as_for_rhel_test}" == ""
-%define build_as_for_rhel_test 1
+%define build_as_for_rhel_production 1
 %endif
 %endif
 %endif
@@ -77,8 +77,8 @@
 %endif
 
 Name:           report
-Version:        0.17
-Release:        2%{?dist}
+Version:        0.19
+Release:        0%{?dist}
 Summary:        Incident reporting library
 
 Group:          System Environment/Libraries
@@ -100,7 +100,7 @@ BuildRequires: curl-devel
 BuildRequires: libcurl-devel
 %endif  
 
-Requires: openssl report-config-scp report-config-localsave
+Requires: openssl report-config-scp report-config-localsave report-config-ftp 
 Requires: libcurl
 Requires: libxml2
 
@@ -112,14 +112,14 @@ Requires: report-config-default
 
 %if 0%{?obsolete_old_RHEL}
 %if ! 0%{?bugzilla}
-Obsoletes: report-plugin-RHEL < %{version}
-Obsoletes: report-config-RHEL < %{version}
-Obsoletes: report-plugin-RHEL-bugzilla < %{version}
-Obsoletes: report-config-RHEL-bugzilla-redhat-com < %{version}
+Obsoletes: report-plugin-RHEL < %{version}-%{release}
+Obsoletes: report-config-RHEL < %{version}-%{release}
+Obsoletes: report-plugin-RHEL-bugzilla < %{version}-%{release}
+Obsoletes: report-config-RHEL-bugzilla-redhat-com < %{version}-%{release}
 %else
 %if ! 0%{?bugzilla_rhel}
-Obsoletes: report-plugin-RHEL-bugzilla < %{version}
-Obsoletes: report-config-RHEL-bugzilla-redhat-com < %{version}
+Obsoletes: report-plugin-RHEL-bugzilla < %{version}-%{release}
+Obsoletes: report-config-RHEL-bugzilla-redhat-com < %{version}-%{release}
 %endif
 %endif
 %endif
@@ -400,9 +400,41 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
+- correct GTKIO success dialog box
+- Fixed the issues found by Miroslav Trmac's and Jack Rieden's security review
+    - lots of memory leaks plugged
+    - all system() calls replaced with execve calls
+    - many added error checks
+    - -Wall -Werror turned on for strata_client_lib, and all warnings fixed
+    - fix bugs in reportfile_add_binding_from_region, 
+         reportfile_add_binding_from_namedfile, ssprintf, 
+         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)
+- GTKIO: only show 'clickable' button if displaying the link is 
+    possible (RHEL 594827)
+- report cmd: check access to file immediatly (RHEL 614274)
+- Include the ftp target and plugin in all installs (RHEL 614094)
+- correct Obsoletes for report-*-RHEL-*
+- fix crash in ftp plugin (Fedora 610870)(RHEL 609480)
+- Production/GA configuration of report, enable Strata plugin (RHEL 567972)
+    includeing a number of fixes to Strata plugin (RHEL 591922)(RHEL 589702)
+- Updates to both Polish (raven) and Ukrainian (yurchor) translations
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
+* Thu Jun 29 2010 Gavin Romig-Koch <gavin at redhat.com> 0.18-1
+- strata plugin buttonURLXxxx (RHEL 589704)
+- improve strata server testing scripts
+- reorg functions in strata_client_lib (RHEL 591922 related)
+- improved error checking of C compiler
+- Eliminate crash in DisplayXXXMessage
+
 * Thu Jun 24 2010 Gavin Romig-Koch <gavin at redhat.com> 0.17-1
 - better fix for bug in localsave to /tmp
     (Fedora 595854)(RHEL 595855)(RHEL 607507)
diff --git a/sources b/sources
index 4c6f16d..ee45756 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-950c9140ff47937b1100e57fc1751b40  report-0.17.tar.gz
+40d42edc0674288752aebd067534b35a  report-0.19.tar.gz


More information about the scm-commits mailing list