From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user,gmane.lisp.guile.gtk Subject: G-Wrap 1.9.13 released Date: Wed, 28 Oct 2009 02:37:38 +0100 Message-ID: <87639zmspq.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256744735 32080 80.91.229.12 (28 Oct 2009 15:45:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 15:45:35 +0000 (UTC) To: Guile Developers , Guile Users , guile-gtk discussions Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 28 16:45:27 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3AiC-0001fj-JL for guile-devel@m.gmane.org; Wed, 28 Oct 2009 16:45:26 +0100 Original-Received: from localhost ([127.0.0.1]:46584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3AiB-0001pF-Qu for guile-devel@m.gmane.org; Wed, 28 Oct 2009 11:45:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Aeb-0005i3-Je for guile-devel@gnu.org; Wed, 28 Oct 2009 11:41:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3AeX-0005dO-Sb for guile-devel@gnu.org; Wed, 28 Oct 2009 11:41:41 -0400 Original-Received: from [199.232.76.173] (port=45741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3AeX-0005cs-In for guile-devel@gnu.org; Wed, 28 Oct 2009 11:41:37 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:50172) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N3AeW-0006G7-Rc for guile-devel@gnu.org; Wed, 28 Oct 2009 11:41:37 -0400 Original-Received: (qmail invoked by alias); 28 Oct 2009 15:41:33 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp069) with SMTP; 28 Oct 2009 16:41:33 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX19WfDR+sHFWrCK/5xYwWZp4seKmPYy0zH5QS99bT5 Mw/+A3kV+EJAkh Original-Received: by nathot.lan (Postfix, from userid 121) id ABE403A68F; Wed, 28 Oct 2009 16:41:32 +0100 (CET) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id F32FD3A685; Wed, 28 Oct 2009 16:41:21 +0100 (CET) Original-Received: by delenn.lan (Postfix, from userid 1000) id D22D974EC0; Wed, 28 Oct 2009 16:41:21 +0100 (CET) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9592 gmane.lisp.guile.user:7468 gmane.lisp.guile.gtk:858 Archived-At: Hi! I am pleased to announce the release of G-Wrap 1.9.13. The release is available from http://savannah.nongnu.org/download/g-wrap/ The sha1 checksums of the files are: f71d3324574f3213d53240b4d831c864b592db49 g-wrap-1.9.13.tar.gz 0f367a43c256821f7a5616ebd5d89839eebc1637 g-wrap-1.9.13.tar.gz.sig G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. Changes since 1.9.12 (excerpt from NEWS): - Fix the dependency declaration on libffi in the g-wrap-2.0-guile pkg-config file. - An alignment issue leading to testsuite failures on sparc has been fixed. - The g-wrap-config manpage from the Debian package is now included in the source, and installed. On a related note, the G-Wrap website has been given a fresh look, and I've migrated the G-Wrap bzr repository to git, see http://www.nongnu.org/g-wrap/development.html Enjoy! Regards, Rotty -- Andreas Rottmann --