Received: with ECARTIS (v1.0.0; list gopher); Wed, 20 Jul 2005 11:11:23 -0500 (CDT) Received: from gatekeeper.excelhustler.com ([68.99.114.105] helo=excelhustler.com) by glockenspiel.complete.org with esmtps (with TLS-1.0:RSA_AES_256_CBC_SHA:32) (No TLS peer certificate) (Exim 4.50) id 1DvHAG-0002JL-F7; Wed, 20 Jul 2005 11:11:23 -0500 Received: from wile.internal.excelhustler.com ([192.168.1.34] ident=postfix) by excelhustler.com with esmtp (Exim 4.50) id 1DvH9a-0007NZ-Ij; Wed, 20 Jul 2005 11:10:41 -0500 Received: by wile.internal.excelhustler.com (Postfix, from userid 1000) id 807FC85852; Wed, 20 Jul 2005 11:10:37 -0500 (CDT) Date: Wed, 20 Jul 2005 11:10:37 -0500 From: John Goerzen To: gopher@complete.org Subject: [gopher] ANN: Gopher 3.0.9 Message-ID: <20050720161037.GA2978@excelhustler.com> Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Status: No (score -2.8): ALL_TRUSTED=-2.82, AWL=0.063 X-Virus-Scanned: by Exiscan on excelhustler.com at Wed, 20 Jul 2005 11:10:41 -0500 X-Spam-Status: No (score 0.0): AWL=0.023 X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Wed, 20 Jul 2005 11:11:23 -0500 Content-Transfer-Encoding: 8bit X-archive-position: 1061 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: jgoerzen@complete.org Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher Hello everyone, I am pleased to announce to release of Gopher "FurryTerror" 3.0.9, the latest release of the Gopher client descended from the original UMN gopher source tree. Like always, you may download it from gopher://gopher.quux.org/1/devel/gopher or http://quux.org/devel/gopher. The changes since the last release, made in August, 2003, are: * Updated version number in patchlevel.h. (Oops, it still says 3.0.5) * Fix compile error with gcc 3.4. Closes: #258752. * Fixed warnings relating to prototypes. In download.c, prefer getcwd() to get_current_dir_name(). Closes: #226552. * No longer crash on problems piping to external programs. Thanks, Goeran Weinholt, for the patch. Closes: #128990. * Install makes dirs for manpages if they don't already exist. Combined with other fixes in this version and prior versions, all bugs in 142913 are resolved. Closes: #142913. * [debian] Removed build-deps on build-essential packages. Closes: #262423. * [debian] Updated standards-version and to new debhelper. * Fixed a small memory leak in download.c. * Fix potential insecure /tmp usage in gopher.c. * Use socklen_t instead of int for socket length operations, avoiding warnings about incorrect signedness. * Updated copyright files. Please note the security fix for the /tmp race. This could be an issue on local multiuser systems. I noticed this issue while working on another bug. -- John