parent
1ebdebec1f
commit
0a2561a382
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/libreport-2.0.13.tar.gz
|
/libreport-2.0.13.tar.gz
|
||||||
/libreport-2.0.14.tar.gz
|
/libreport-2.0.14.tar.gz
|
||||||
/libreport-2.0.15.tar.gz
|
/libreport-2.0.15.tar.gz
|
||||||
|
/libreport-2.0.16.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.0.15
|
Version: 2.0.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
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
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2012 Jakub Filak <jfilak@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@redhat.com> 2.0.15-1
|
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> 2.0.15-1
|
||||||
- remove unnecessary flag from words highlighting functions
|
- remove unnecessary flag from words highlighting functions
|
||||||
- report-gtk: rework forbidden words highlighting
|
- report-gtk: rework forbidden words highlighting
|
||||||
|
Loading…
Reference in New Issue
Block a user