[bug-buddy] Release 2.31.3
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bug-buddy] Release 2.31.3
- Date: Mon, 7 Jun 2010 17:41:48 +0000 (UTC)
commit cfcc02ac698f0b6e40009d2cc441102c5a69d8c5
Author: Fernando Herrera <fherrera onirica com>
Date: Mon Jun 7 19:39:17 2010 +0200
Release 2.31.3
NEWS | 4 +++-
README | 13 ++++---------
configure.in | 2 +-
3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 927dcd3..8a30897 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
======
-2.30.0
+2.31.3
======
+Remove google breakpad code.
+2.30.0
Bugs fixed:
- Fixed #596678, String fixes
diff --git a/README b/README
index 25d2cc4..2a387ef 100644
--- a/README
+++ b/README
@@ -10,13 +10,8 @@ bug tracker.
How does it work?
=================
-bug-buddy uses gdb to collect the stacktrace from the crashed application,
-and google-breakpad to create a minidump if the stacktrace doesn't contain
-enough debugging information. Stacktraces are then sent to the GNOME Bugzilla,
-while minidumps go to the GNOME Socorro server, where they get filed with the
-missing debug information and, if needed, eventually forwarded to Bugzilla.
-
-We also ship a GTK+ module, called gnomebreakpad, that allows bug-buddy to
+bug-buddy uses gdb to collect the stacktrace from the crashed application.
+It ships a GTK+ module, called gnomesegvhandler, that allows bug-buddy to
come up automatically every time a GTK+ application crashes.
Installation
@@ -34,10 +29,10 @@ should be installed in your GTK+ modules directory (default is
every time an application starts.
There are two ways to do that:
-- add "gnomebreakpad" to the GTK_MODULES environment variable (this is how it
+- add "gnomesegvhandler" to the GTK_MODULES environment variable (this is how it
works in GNOME 2.22 and older, as gnome-session takes care of setting the
variable at startup); this is now deprecated.
-- add a boolean "/apps/gnome_settings_daemon/gtk-modules/gnomebreakpad" GConf
+- add a boolean "/apps/gnome_settings_daemon/gtk-modules/gnomesegvhandler" GConf
key (requires GTK+ 2.14.2 and gnome-settings-daemon 2.24.0 to work properly).
The key is installed by default by bug-buddy, and this method is the
reccomended for GNOME 2.24 or newer.
diff --git a/configure.in b/configure.in
index ec9a508..6edcd4c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Configure script for bug-buddy
-AC_INIT([bug-buddy],[2.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
+AC_INIT([bug-buddy],[2.31.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
AC_CANONICAL_TARGET
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]