From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62337 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: A new Gnus 5.10 release... Date: Tue, 21 Mar 2006 15:51:43 +0100 Message-ID: <87u09rzw8w.fsf@latte.josefsson.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142952760 25416 80.91.229.2 (21 Mar 2006 14:52:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2006 14:52:40 +0000 (UTC) Original-X-From: ding-owner+m10864@lists.math.uh.edu Tue Mar 21 15:52:39 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLiDZ-0003bx-L2 for ding-account@gmane.org; Tue, 21 Mar 2006 15:52:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FLiDV-00068V-00; Tue, 21 Mar 2006 08:52:13 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FLiDB-00068Q-00 for ding@lists.math.uh.edu; Tue, 21 Mar 2006 08:51:53 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FLiD9-0003Dm-Mg for ding@lists.math.uh.edu; Tue, 21 Mar 2006 08:51:53 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FLiD7-0003Kh-00 for ; Tue, 21 Mar 2006 15:51:49 +0100 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k2LEphwS014758 for ; Tue, 21 Mar 2006 15:51:44 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060321:ding@gnus.org::fZnn8sBKmU0IWMe3:4xMh In-Reply-To: (Reiner Steib's message of "Mon, 20 Mar 2006 20:13:38 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62337 Archived-At: Reiner Steib writes: > I think we should have a couple of days *without any code changes* > (see below for possible exceptions) on the v5-10 branch (*doc fixes* > are always okay) and release the new version 5.10.8 then. Oops! I just installed the PGG fix on v5-10 too. Sorry about that, I hadn't read your post about this first. > AFAICS, the following changes could be merged from the trunk into the > stable branch. The question is just whether to do it before or > shortly after the release. Does anyone have pending fixes that need > go into v5-10?. We really should move password.el and its related stuff to v5-10, but somehow every time I start work on it, I never seem to finish it. The PGG fix seem fairly important, it make PGG work for people using gpg-agent, which include (if I understand correctly) everyone with a smartcard reader. It may be too little tested though. > (a) The nnimap gnus-uncompress-range stuff: > > ,---- > | 2006-03-03 Daniel Pittman > | > | * nnimap.el (nnimap-request-update-info-internal): Optimize. > `---- > > It solved the "XEmacs/Gnus eats all memory and dies" problem[2]. > I think we should install it in v5-10 before the release. Agree! > Comments? Excellent idea!