From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Guile-Lib 0.2.6 released Date: Mon, 25 Jun 2018 01:56:40 -0300 Message-ID: <20180625015640.52bee101@capac> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/=DpCJ7dqLFEAvPBNSqMT=Eo"; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1529902503 16806 195.159.176.226 (25 Jun 2018 04:55:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2018 04:55:03 +0000 (UTC) To: guile-user , guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 25 06:54:59 2018 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXJWl-0004G6-7z for guile-devel@m.gmane.org; Mon, 25 Jun 2018 06:54:59 +0200 Original-Received: from localhost ([::1]:44217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXJYs-000440-FU for guile-devel@m.gmane.org; Mon, 25 Jun 2018 00:57:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXJYj-00042M-MC for guile-devel@gnu.org; Mon, 25 Jun 2018 00:57:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXJYe-0001Yg-Ms for guile-devel@gnu.org; Mon, 25 Jun 2018 00:57:01 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:40235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXJYe-0001Xx-D1; Mon, 25 Jun 2018 00:56:56 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 3B52DA04C114; Mon, 25 Jun 2018 06:56:54 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id Z6mGx+HgILwt; Mon, 25 Jun 2018 06:56:49 +0200 (CEST) Original-Received: from capac (201-9-85-75.user.veloxzone.com.br [201.9.85.75]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 75C58A04C0F7; Mon, 25 Jun 2018 06:56:47 +0200 (CEST) X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:19559 gmane.lisp.guile.user:14657 Archived-At: --Sig_/=DpCJ7dqLFEAvPBNSqMT=Eo Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, We are pleased to announce Guile-Lib 0.2.6. This is a maintenance release, = fixing the default installation locations, and adding a new configure option - see= below for a complete description of these changes. * Guile-Lib Homepage:=20 http://www.nongnu.org/guile-lib/ * Guile-Lib release tarball GPG signature [*]: http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.6.tar.gz http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.6.tar.gz= .sig [ Downloads will redirect to your nearest mirror site. [ Files on mirrors may be subject to a replication delay of up to 24 hours. [ In case of problems use [ http://download-mirror.savannah.gnu.org/releases/guile-lib/ * About Guile-Lib Guile-Lib is intended as an accumulation place for pure-scheme Guile module= s, allowing for people to cooperate integrating their generic Guile modules in= to a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". * Changes since 0.2.5.1 Here is a summary of the changes since version 0.2.5.1. See Guile-Lib's [[http://git.savannah.nongnu.org/cgit/guile-lib.git][git summary]] and [[http://git.savannah.nongnu.org/cgit/guile-lib.git/log/][git log]] for a c= omplete description. ** Installation location changes The default and --prefix installation locations for source modules and compiled files has been changed, and, in the absence of the new configure option described below, are now: $(datadir)/guile-lib $(libdir)/guile-lib/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache In the above, $(datadir) is substituted to the default /usr/local/share or /your/prefix/share and $(libdir) is substituted to /usr/local/lib or /your/prefix/lib, when/if --prefix was passed. $(GUILE_EFFECTIVE_VERSION) is substituted to the stable version number with which Guile-Lib is being compile, for example, 2.2 This change makes Guile-Lib compatible with the GNU Coding Standards, but it also implies that, unless you use the new configure option describe below, you will have to augment both Guile's variables %load-path and %load-compiled-pat (see 'Environment Variables' in Guile's Reference Manual) before to use Guile-Lib's modules. ** New configure option The configure option --with-guile-site has been added, used to explicitly ask Guile-Lib's source modules and compiled files to be installed using Guile's global site and site-ccache directories respectively. It will only be honored if (and only if) it is passed as: --with-guile-site=3Dyes [ in this case, there is obviously no need to augment Guile's [ variables %load-path and %load-compiled-path The configure step now also lists the following variables: prefix, exec_prefix, datarootdir, sitedir and siteccachedir. It will also warn the user if the last two variables differ from Guile's site and site-ccache values. * This release was bootstrapped using the following tools: -] autoconf (GNU Autoconf) 2.69=20 -] automake (GNU automake) 1.15.1=20 -] makeinfo (GNU texinfo) 6.5=20 -] pdflatex 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian)=20 -] guile-2.2 2.2.3.22-c811-dirty On behalf of the Guile-lib team, David [*] Use a .sig file to verify that the corresponding file (without the .sig= suffix) is intact. First, be sure to download both the .sig file and the correspon= ding tarball. Then, run a command like this: gpg --verify guile-lib-0.2.6.tar.gz.sig If that command fails because you don't have the required public key, then = run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command. --Sig_/=DpCJ7dqLFEAvPBNSqMT=Eo Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAlswdggACgkQ83T9k6MF etdEYggAw3h9czxoOreGLT7gz0tFyZF5TGScA1UW1BV4VCGgkQSGmdGxRyWU/SVI xENBO3ncM+0lVNt67ywnA2cl/UBI5/xnP0BXSP8LBteEJJVrx6/PwLhwHAvPNemO A1CECrcpn/PRYQG675zvnH5d6A2x6lM3r0o4u3aOTUCKvJn8+pgiwhuyDJejOnqv gPAlCwYct78jgv27pZF5ux14nmo3AzPD3YcEGQ0MNRmKF1nXflck6kG0lj/8i19C vBcE7osrvagQV7nIjv9bLxonkEzYm2NCLr4VRgDd18UwcKJAc4dHGK/+yYQ3zTn/ el9cv+5Pc8aYF6tqKRw4kRkbtZNL1Q== =AYF3 -----END PGP SIGNATURE----- --Sig_/=DpCJ7dqLFEAvPBNSqMT=Eo--