[libreport] New upstream release 2.0.16

Jakub Filak jfilak at fedoraproject.org
Thu Oct 11 08:03:45 UTC 2012


commit 0a2561a382075d56d795f28f09e5f9cf7d0de58c
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Oct 11 09:28:09 2012 +0200

    New upstream release 2.0.16
    
    Resolves: #864803, #864803, #863595

 .gitignore     |    1 +
 libreport.spec |   17 ++++++++++++++++-
 sources        |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dcb7f5..fe4481d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /libreport-2.0.13.tar.gz
 /libreport-2.0.14.tar.gz
 /libreport-2.0.15.tar.gz
+/libreport-2.0.16.tar.gz
diff --git a/libreport.spec b/libreport.spec
index 192b6ef..ae7b733 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -4,7 +4,7 @@
 
 Summary: Generic library for reporting various problems
 Name: libreport
-Version: 2.0.15
+Version: 2.0.16
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -399,6 +399,21 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
 
 %changelog
+* Thu Oct 11 2012 Jakub Filak <jfilak at redhat.com> 2.0.16-1
+- expand events from a chain and process expanded events separately
+- report-gtk: move selection of event to a right place
+- fix a crash while report-gtk startup (use the correct variable)
+- wizard: allow "non-reportable" reporting for experts; disallow it for non-experts
+- fix typo in function name, remove unnecessary forward declaratioins
+- wizard: fix a thinko in last commit (thanks Jakub)
+- wizard: check for NON_REPORTABLE file, stop if it exists.FILE
+- wizard: remove unnecessary if (1) {...} block. No code changes
+- don't update the selected event while processing it
+- check D-Bus err name without leaking nor crashing
+- ureport: always include offset
+- add Makefile target release-fix
+- Resolves: #864803, #864803, #863595
+
 * Fri Oct 05 2012 Jakub Filak <jfilak at redhat.com> 2.0.15-1
 - remove unnecessary flag from words highlighting functions
 - report-gtk: rework forbidden words highlighting
diff --git a/sources b/sources
index b0828a0..dbf28fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38d6b9cbe670336fed45c26f2ef39966  libreport-2.0.15.tar.gz
+b8aa7475152dc8420d7dd0c71752b5ed  libreport-2.0.16.tar.gz


More information about the scm-commits mailing list