From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Release time! Date: Tue, 06 Nov 2012 10:06:15 +0800 Organization: HFG Message-ID: <1352167575.2654.18.camel@Renee-desktop.suse> References: <87mwyvudgz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1352167584 21617 80.91.229.3 (6 Nov 2012 02:06:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 02:06:24 +0000 (UTC) Cc: guile-devel@gnu.org To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 06 03:06:34 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVYYj-0005nn-RB for guile-devel@m.gmane.org; Tue, 06 Nov 2012 03:06:33 +0100 Original-Received: from localhost ([::1]:58991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVYYa-0005px-PS for guile-devel@m.gmane.org; Mon, 05 Nov 2012 21:06:24 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVYYX-0005pr-W2 for guile-devel@gnu.org; Mon, 05 Nov 2012 21:06:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVYYX-0006DJ-6m for guile-devel@gnu.org; Mon, 05 Nov 2012 21:06:21 -0500 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:49243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVYYV-0006Cz-Po; Mon, 05 Nov 2012 21:06:19 -0500 Original-Received: by mail-pa0-f41.google.com with SMTP id fa10so4617143pad.0 for ; Mon, 05 Nov 2012 18:06:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=yimmcmhPFZcgcvsJTcz7xi1SLoCZ2fAgffbQvS0z8OM=; b=R10lzxq8fzfp4cYikhyqayHpxT1pJ7QMrB3zWXjzl7T3FbxZVmgHPdr+/pSlSyNAcQ gOB4BTK5HcKUpESaA1nU5CqEVAEMdNUBTzJJLX+RME+NSOjspDbVwzkKklbOAYi/Tm18 PJyVOTzDovMuvBZsJCysHd/pcucOZiQqB7n6T0pskfGgtZljBuG6YbAzaiVmjytFHUBR fIl06OonIM8lCXP6r2i+ui4ARLaD2nYJKf6ugb0lWqcgMV9howW1/nZC3E3FvLFwmdqU zidqTMOF7/79LTHB5J8AKDC569k+JuQypNdy/NE5nBsPzExRAeLmnqXQ73vrUsKwafhE HazA== Original-Received: by 10.68.230.66 with SMTP id sw2mr35981744pbc.119.1352167578647; Mon, 05 Nov 2012 18:06:18 -0800 (PST) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id is6sm11448648pbc.55.2012.11.05.18.06.15 (version=SSLv3 cipher=OTHER); Mon, 05 Nov 2012 18:06:17 -0800 (PST) In-Reply-To: <87mwyvudgz.fsf@gnu.org> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15101 Archived-At: On Mon, 2012-11-05 at 19:11 +0100, Ludovic Courtès wrote: > Hello! > > I think time has come for 2.0.7. I suggest scheduling it for Week 48, > WDYT? > > By then, we should essentially squash as many bugs as possible. > > New features we may want to include: > > - functional setters, for SRFI-9 > - ‘--r6rs’ and related R6RS things > - Chris’s SRFI-41 > And don't forget SRFI-105 ;-D And what about the status of ethread? > Noteworthy bugs that come to mind: > > - CSE bug I recently hit > - assertion failure hit when running srfi-18.test in a loop > > Anything else? > > Thanks, > Ludo’. > >