From 55226731bbc7a8053055c228481f5c285eeee388 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Oct 11 2012 08:45:17 +0000 Subject: New upstream release 2.0.16 Resolves: #864803, #864803, #863595 --- 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 3d1b5fd..6695821 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 @@ -400,6 +400,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 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 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