[abrt/f13/master: 25/25] Merge branch 'master' into f13

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu Aug 12 12:44:39 UTC 2010


commit 035b745d4b0d4597cce83ca0ff752f0df8041c07
Merge: eacfb1a b87d8aa
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Thu Aug 12 14:44:00 2010 +0200

    Merge branch 'master' into f13
    
    Conflicts: resolved
    	.gitignore
    	abrt.spec
    	sources

 .gitignore                 |    2 +
 abrt.init                  |    2 +-
 abrt.spec                  |  282 ++++++++++++++++++++++++++++++++++----------
 abrt_disable_gpgcheck.diff |   11 ++
 blacklist.patch            |   22 ++++
 polkit.patch               |  104 ++++++++++++++++
 sources                    |    2 +-
 7 files changed, 358 insertions(+), 67 deletions(-)
---
diff --cc .gitignore
index 36dd2d7,7e7694e..00576df
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,3 @@@
 +abrt-1.1.1.tar.gz
+ abrt-1.1.10.tar.gz
+ abrt-1.1.13.tar.gz
diff --cc abrt.spec
index a403c49,c177aa0..a6ee992
--- a/abrt.spec
+++ b/abrt.spec
@@@ -462,10 -496,145 +496,126 @@@ f
  %defattr(-,root,root,-)
  
  %changelog
+ * Tue Aug 10 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.13-1
+ - updated translation
+ - added native systemd file rhbz#617316 (jmoskovc at redhat.com)
+ - added ar to LINGUAS (jmoskovc at redhat.com)
+ - made /etc/abrt/plugins/Bugzilla.conf world-readable again (jmoskovc at redhat.com)
+ - l10n: adding fa locale (lashar at fedoraproject.org)
+ - l10n: new Persian (lashar at fedoraproject.org)
+ - remove libzip code (npajkovs at redhat.com)
+ - add libxml-2.0 into configure (npajkovs at redhat.com)
+ - fixed typo in man page rhbz#610748 (jmoskovc at redhat.com)
+ - RHTSupport: GUI's SSLVerify checkbox had one missing bit of code (vda.linux at googlemail.com)
+ - abrt_curl: discard headers from HTTP redirection (vda.linux at googlemail.com)
+ - moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happy (jmoskovc at redhat.com)
+ - Mention --info and --backtrace in the abrt-cli man page. (kklic at redhat.com)
+ - build fixes for gcc 4.5 (jmoskovc at redhat.com)
+ - abrt-hook-ccpp: small fixes prompted by testing on RHEL5 (vda.linux at googlemail.com)
+ - Added --info action to abrt-cli (mtoman at redhat.com)
+ - wire up SSLVerify in RHTSupport.conf to actually have the desired effect (vda.linux at googlemail.com)
+ - fixed tooltip localization rhbz#574693 (jmoskovc at redhat.com)
+ - dumpoops/KerneloopsScanner: add pid to crashdump name (vda.linux at googlemail.com)
+ - A message change suggested by dhensley (kklic at redhat.com)
 -
 -* Tue Jul 27 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.10-4
 -- rebuild
 -
 -* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-3
+ - blacklist /usr/bin/nspluginviewer
 -
 -* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-2
+ - minor build fixes
 -
 -* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-1
+ - blacklisted mono-core package
+ - die with an error message if the database plugin is not accessible when needed (kklic at redhat.com)
+ - change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk at redhat.com)
+ - the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic at redhat.com)
+ - Cut off prelink suffixes from executable name if any (mtoman at redhat.com)
+ - CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk at redhat.com)
+ - do not pop up message on crash if the same crash is the same (dvlasenk at redhat.com)
+ - fedora bugs do not depend on rhel bugs (npajkovs at redhat.com)
+ - GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc at redhat.com)
+ - added a document about interpreted language integration (kklic at redhat.com)
+ - moved devel header files to inc/ and included them in -devel package (jmoskovc at redhat.com, npajkovs at redhat.com)
+ - renamed abrt-utils.pc to abrt.pc (jmoskovc at redhat.com)
+ - string updates based on a UI text review (kklic at redhat.com)
+ - rhtsupport obsoletes the old rh plugins (jmoskovc at redhat.com)
+ - list allowed items in RHTSupport.conf (kklic at redhat.com)
+ - GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc at redhat.com)
+ - remove rating for python crashes (jmoskovc at redhat.com)
+ - CCpp: give zero rating to an empty backtrace (jmoskovc at redhat.com)
+ - GUI: allow sending crashes without rating (jmoskovc at redhat.com)
+ - RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk at redhat.com)
+ - abort initialization on abrt.conf parsing errors (dvlasenk at redhat.com)
+ - changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman at redhat.com)
+ - added rating to python crashes
+ - show hostname in cli (kklic at redhat.com)
+ - updated po files (jmoskovc at redhat.com)
+ - added support for package specific actions rhbz#606917 (jmoskovc at redhat.com)
+ - renamed TicketUploader to ReportUploader (jmoskovc at redhat.com)
+ - bad hostnames on remote crashes (npajkovs at redhat.com)
+ - unlimited MaxCrashReportsSize (npajkovs at redhat.com)
+ - abrt_rh_support: improve error messages rhbz#608698 (vda.linux at googlemail.com)
+ - Added BacktraceRemotes option. (kklic at redhat.com)
+ - Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic at redhat.com)
+ - remove obsolete Catcut and rhfastcheck reporters (vda.linux at googlemail.com)
+ - make rhel bug point to correct place rhbz#578397 (npajkovs at redhat.com)
+ - Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic at redhat.com)
+ - Bash completion update (kklic at redhat.com)
+ - Rename --get-list to --list (kklic at redhat.com)
+ - Update man page (kklic at redhat.com)
+ - Options overhaul (kklic at redhat.com)
+ - abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs at redhat.com)
+ - Don't show global uuid in report (npajkovs at redhat.com)
+ - GUI: don't try to use action plugins as reporters (jmoskovc at redhat.com)
+ - Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux at googlemail.com)
+ - GUI: don't show the placehondler icon rhbz#605693 (jmoskovc at redhat.com)
+ - Make "Loaded foo.conf" message less confusing (vda.linux at googlemail.com)
+ - Fixed a flaw in strbuf_prepend_str (kklic at redhat.com)
+ - TicketUploader: do not add '\n' to text files in crashdump (vda.linux at googlemail.com)
+ - GUI: skip the plugin selection, if it's not needed (jmoskovc at redhat.com)
+ - Check conf file for syntax errors (kklic at redhat.com)
+ - move misplaced sanity checks in cron parser (vda.linux at googlemail.com)
+ - GUI: don't require the rating for all reporters (jmoskovc at redhat.com)
+ - GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc at redhat.com)
+ - Add a GUI config dialog for RHTSupport plugin (vda.linux at googlemail.com)
+ - abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux at googlemail.com)
+ - sosreport: save the dump directly to crashdump directory (vda.linux at googlemail.com)
+ - plugin rename: rhticket -> RHTSupport (vda.linux at googlemail.com)
+ - Daemon socket for reporting crashes (karel at localhost.localdomain)
+ - GUI: fixed few typos (jmoskovc at redhat.com)
 -
 -* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.5-1.1
 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 -
 -* Thu Jun 10 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.5-1
+ - GUI: polished the reporter assistant (jmoskovc at redhat.com)
+ - Logger reporter: do not store useless info (vda.linux at googlemail.com)
+ - ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux at googlemail.com)
+ - SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings rhbz#599364 (jmoskovc at redhat.com)
+ - GUI: don't remove user comments when re-reporting the bug rhbz#601779 (jmoskovc at redhat.com)
+ - remove "(deleted)" from executable path rhbz#593037 (jmoskovc at redhat.com)
+ - CCpp analyzer: add 60 sec cap on gdb run time. (vda.linux at googlemail.com)
+ - add new file *hostname* into debugdump directory (npajkovs at redhat.com)
+ - rhticket: upload real tarball, not a bogus file (vda.linux at googlemail.com)
+ - abrt-hook-ccpp: eliminate race between process exit and compat coredump creation rhbz#584554 (vda.linux at googlemail.com)
+ - rhticket: actually do create ticket, using Gavin's lib code (vda.linux at googlemail.com)
+ - properly obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc at redhat.com)
+ - GUI: remember comment and howto on backtrace refresh rhbz#545690 (jmoskovc at redhat.com)
+ - use header case in button label rhbz#565812 (jmoskovc at redhat.com)
+ - make log window resizable (vda.linux at googlemail.com)
+ - rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux at googlemail.com)
 -
 -* Wed May 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.4-1
+ - added reporting wizard
+ - fixed few leaked fds
+ - fixed kerneloops --- cut here --- problem
+ - updated translations
 -
 -* Fri May 21 2010 Denys Vlasenko <dvlasenk at redhat.com> 1.1.3-1
+ - More fixes for /var/cache/abrt -> /var/spool/abrt conversion
 -
 -* Fri May 21 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.2-3
+ - fixed spec file to create /var/spool/abrt rhbz#593670
+ - updated init script to reflect the pid file renaming
 -
 -* Wed May 19 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.2-1
+ - updated translation
+ - obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc at redhat.com)
+ - Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux at googlemail.com)
+ - kill yumdownloader if abrt-debuginfo-install is terminated mid-flight (vda.linux at googlemail.com)
+ - do not create Python dumps if argv[0] is not absolute (vda.linux at googlemail.com)
+ - improve kerneloops hash (vda.linux at googlemail.com)
+ - Move /var/cache/abrt to /var/spool/abrt. rhbz#568101. (vda.linux at googlemail.com)
+ - bugzilla: better summary and decription messages (npajkovs at redhat.com)
+ - renamed daemon pid and lock file rhbz#588315 (jmoskovc at redhat.com)
+ - Daemon socket for reporting crashes (kklic at redhat.com)
+ - Move hooklib from src/Hooks to lib/Utils (kklic at redhat.com)
+ 
 -* Thu May 13 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-1
 +* Mon Jul 19 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-2
 +- blacklisted mono
 +
 +* Wed May 12 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-1
  - updated translations
  - removed avant-window-navigator from blacklist (jmoskovc at redhat.com)
  - Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux at googlemail.com)


More information about the scm-commits mailing list