unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* GNU Guile 2.0.5 released
@ 2012-01-30 22:02 Ludovic Courtès
  2012-01-31  2:09 ` Bruce Korb
  2012-01-31  9:20 ` Ian Price
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2012-01-30 22:02 UTC (permalink / raw)
  To: guile-devel; +Cc: guile-user, guile-sources

[-- Attachment #1: Type: text/plain, Size: 2953 bytes --]

We are pleased to announce GNU Guile release 2.0.5.  This release fixes
the binary interface information (SONAME) of libguile, which was
incorrect in 2.0.4.  It does not contain other changes.

Please be sure to upgrade to 2.0.5 if you already installed 2.0.4.
We apologize for the inconvenience.


The Guile web page is located at http://gnu.org/software/guile/ .

Guile is an implementation of the Scheme programming language, with
support for many SRFIs, packaged for use in a wide variety of
environments.  In addition to implementing the R5RS Scheme standard and
a large subset of R6RS, Guile includes a module system, full access to
POSIX system calls, networking support, multiple threads, dynamic
linking, a foreign function call interface, and powerful string
processing.

Guile can run interactively, as a script interpreter, and as a Scheme
compiler to VM bytecode suitable for stand-alone applications.  It is
also packaged as a library so that applications can easily incorporate a
complete Scheme interpreter/VM.  An application can use Guile as an
extension language, a clean and powerful configuration language, or as
multi-purpose "glue" to connect primitives provided by the application.

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/guile/guile-2.0.5.tar.gz   (6.7MB)
  ftp://ftp.gnu.org/gnu/guile/guile-2.0.5.tar.xz   (4.1MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/guile/guile-2.0.5.tar.gz.sig
  ftp://ftp.gnu.org/gnu/guile/guile-2.0.5.tar.xz.sig

Use a mirror for higher download bandwidth:
  http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

bcf70d54b44c99cb9acd3f63c5486b4b  guile-2.0.5.tar.gz
81110e16dcdb24c825fecc41b214edb9  guile-2.0.5.tar.xz
0cf94962ab637975bf2ad00afa15638dcc67408f  guile-2.0.5.tar.gz
e97a332228a17c4af60453280e2596cec55be007  guile-2.0.5.tar.xz

[*] 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 corresponding tarball.  Then, run a command like this:

  gpg --verify guile-2.0.5.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 EA52ECF4

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.68
  Automake 1.11.2
  Libtool 2.4
  Gnulib v0.0-6827-g39c3009

You can follow Guile development in the Git repository and on the Guile
mailing lists.  Guile builds from the `master' branch of Git have
version number 2.1.x.

Guile versions with an odd middle number, e.g., 2.1.*, are unstable
development versions.  Even middle numbers indicate stable versions.
This has been the case since the 1.3.* series.

Please report bugs to `bug-guile@gnu.org'.  We also welcome reports of
successful builds, which can be sent to `guile-devel@gnu.org'.

Ludovic, on behalf of the Guile team.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GNU Guile 2.0.5 released
  2012-01-30 22:02 GNU Guile 2.0.5 released Ludovic Courtès
@ 2012-01-31  2:09 ` Bruce Korb
  2012-01-31  9:20 ` Ian Price
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Korb @ 2012-01-31  2:09 UTC (permalink / raw)
  To: Ludovic Courtès, guile-devel Development

On 01/30/12 14:02, Ludovic Courtès wrote:
> We are pleased to announce GNU Guile release 2.0.5.

And we users are pleased to have it.  Thank you!!

Regards, Bruce



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GNU Guile 2.0.5 released
  2012-01-30 22:02 GNU Guile 2.0.5 released Ludovic Courtès
  2012-01-31  2:09 ` Bruce Korb
@ 2012-01-31  9:20 ` Ian Price
  2012-01-31 13:21   ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Price @ 2012-01-31  9:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-user, guile-sources, guile-devel

ludo@gnu.org (Ludovic Courtès) writes:

> We are pleased to announce GNU Guile release 2.0.5.  This release fixes
> the binary interface information (SONAME) of libguile, which was
> incorrect in 2.0.4.  It does not contain other changes.
>
> Please be sure to upgrade to 2.0.5 if you already installed 2.0.4.
> We apologize for the inconvenience.

Mozilla, eat your heart out.
:)

-- 
Ian Price

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GNU Guile 2.0.5 released
  2012-01-31  9:20 ` Ian Price
@ 2012-01-31 13:21   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2012-01-31 13:21 UTC (permalink / raw)
  To: Ian Price; +Cc: guile-devel

Ian Price <ianprice90@googlemail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> We are pleased to announce GNU Guile release 2.0.5.  This release fixes
>> the binary interface information (SONAME) of libguile, which was
>> incorrect in 2.0.4.  It does not contain other changes.
>>
>> Please be sure to upgrade to 2.0.5 if you already installed 2.0.4.
>> We apologize for the inconvenience.
>
> Mozilla, eat your heart out.

I am pleased to announce Guile 7, which features an enhanced README.

:-)

Ludo’.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-31 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 22:02 GNU Guile 2.0.5 released Ludovic Courtès
2012-01-31  2:09 ` Bruce Korb
2012-01-31  9:20 ` Ian Price
2012-01-31 13:21   ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).