From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.guile-lib.devel Subject: Guile-Lib 0.2.1 released Date: Sun, 03 Apr 2011 19:42:38 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301852564 32304 80.91.229.12 (3 Apr 2011 17:42:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 17:42:44 +0000 (UTC) To: guile-user , guile-lib-dev Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 03 19:42:40 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6RJu-0008Fz-BI for guile-user@m.gmane.org; Sun, 03 Apr 2011 19:42:38 +0200 Original-Received: from localhost ([127.0.0.1]:33644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6RJt-00038B-TD for guile-user@m.gmane.org; Sun, 03 Apr 2011 13:42:37 -0400 Original-Received: from [140.186.70.92] (port=39401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6RJg-000384-As for guile-user@gnu.org; Sun, 03 Apr 2011 13:42:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6RJe-00041W-K5 for guile-user@gnu.org; Sun, 03 Apr 2011 13:42:24 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:34881 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6RJe-000414-Hr for guile-user@gnu.org; Sun, 03 Apr 2011 13:42:22 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7692B390E; Sun, 3 Apr 2011 13:44:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=r PviLI9DVK2pmB7AxlgDAtS0FDA=; b=NEnl5PRhJnbPm/H+XEpzU5RaWAFZbSr3S XdlFIWPOUEFdZfhmDr4S/CGl3VqySMT1ha2y7jA6hHmyjwgZigeMs/LEXoeXS0Bd wP7XHC3KpHTU8h6jDEZ+4pUTVBQVcnlw2Lqg6u0EbzpvrmaxX727OHRAWZc+UDTP oBdm9I/Tts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sasl; b=YCk 6WKu3iiW1qQ/4MejyN/mk9IpjKQE7rbnvQkae5l2eoTfGpFv4bGinO9JmJAcomWd uISauMTyIn84dQVOqmrOaxVSoMguhOqqy+d3+6z9p9RYPw/lskvp1Own3Mab+9Hg OGZ3qWVOIURIwXSpgVxKzyzLZSGJCu676Ln6nYZk= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 6108F390D; Sun, 3 Apr 2011 13:44:10 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id C5369390C; Sun, 3 Apr 2011 13:44:08 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: FB391DB8-5E19-11E0-929F-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8573 gmane.lisp.guile.guile-lib.devel:3328 Archived-At: Hello all, I am pleased to announce that Guile-Lib 0.2.1 has been released. It may be obtained at: http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.1.tar.gz What is Guile-Lib ----------------- Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". What's new ---------- * Updates for Guile 1.8. Some of the compatibility hacks from 0.2.0 broke Guile-Lib on Guile 1.8. Thanks to Andreas Rottmann for the various fixes. Andy -- http://wingolog.org/