From: Alfons Hoogervorst Date: Wed, 21 Aug 2002 18:12:47 +0000 (+0000) Subject: use bt instead of bt full which seems to work X-Git-Tag: rel_0_8_2~35 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=06e6c57e84fd0c700ae30983075e27cf7e8671b6 use bt instead of bt full which seems to work better, and bt full doesn't give a great deal of information anyway --- diff --git a/ChangeLog.claws b/ChangeLog.claws index ac7ff0061..13acbbcb0 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,6 +1,13 @@ +2002-08-21 [alfons] 0.8.1claws97 + + * src/crash.c + use bt instead of bt full which seems to work + better, and bt full doesn't give a great deal + of information anyway + 2002-08-21 [colin] 0.8.1claws96 - *src/summaryview.c + * src/summaryview.c fix summaryview_searchtype_changed prototype 2002-08-21 [christoph] 0.8.1claws95 diff --git a/configure.in b/configure.in index 3f6f3320e..ff6df7fc0 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws96 +EXTRA_VERSION=claws97 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/crash.c b/src/crash.c index b0a72fc4d..b5080298f 100644 --- a/src/crash.c +++ b/src/crash.c @@ -72,7 +72,7 @@ static const gchar *get_operating_system (void); /***/ -static const gchar *DEBUG_SCRIPT = "bt full\nq"; +static const gchar *DEBUG_SCRIPT = "bt\nq"; /***/