unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile 1.6.7 has been released.
@ 2004-12-21 18:26 Rob Browning
  2004-12-22 18:41 ` Neil Jerram
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Browning @ 2004-12-21 18:26 UTC (permalink / raw)
  Cc: guile-user, guile-devel


We are pleased to announce the availability of a new Guile release.
This is the next maintenance release for the 1.6 stable series.

You can find it here:

  ftp://ftp.gnu.org/gnu/guile/guile-1.6.7.tar.gz.

Guile is Project GNU's extension language library, an interpreter for
Scheme, packaged as a library that you can link into your applications
to give them their own scripting language.  Guile should eventually
support other languages as well, giving users of Guile-based
applications a choice of languages.

This is primarily a bugfix release.  Highlights include:

  - A build problem has been fixed.  Previously, on some systems, the
    build would fail when libguile-ltdl couldn't be found during the
    build.

  - The array-map! and array-map-in-order! functions now allow a
    single source argument.  In prior versions, calls with just one
    source array were rejected.

  - A string->number overflow for bases other than 2, 10 and 16 has
    been fixed.  Among other things, this affected octal literal
    constants.

  - The argument order for the equality predicate passed to the SRFI-1
    functions alist-delete and alist-delete! now matches the SRFI-1
    specification.

  - In accordance with the SRFI-13 specification, the functions
    string-any and string-every now make a tail call to their
    predicate function upon reaching the last character in the string.

The Guile WWW page is located at

  http://www.gnu.org/software/guile/

It contains a link to the Guile FAQ and pointers to the mailing lists,
among other things.

Any bugs found in this release will be addressed by further bugfix
releases numbered 1.6.*.  The next stable Guile release with
significant functional improvements will be version 1.8.0.

In between 1.6.x and 1.8.x, you can follow Guile development in CVS
and in the Guile mailing lists (see ANON-CVS and HACKING).  Guile
builds from the development branch of CVS will have version number
1.7.0.

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

Please send bug reports to bug-guile@gnu.org.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-21 18:26 Guile 1.6.7 has been released Rob Browning
@ 2004-12-22 18:41 ` Neil Jerram
  2004-12-22 20:14   ` Rob Browning
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Jerram @ 2004-12-22 18:41 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Rob Browning wrote:
> We are pleased to announce the availability of a new Guile release.
> This is the next maintenance release for the 1.6 stable series.
> 
> You can find it here:
> 
>   ftp://ftp.gnu.org/gnu/guile/guile-1.6.7.tar.gz.
> 

Vaguely related to this ... what is required to push one of the recent 
Guile versions into Debian testing (which is currently at 1.6.4)?  I'm 
personally interested in 1.6.5 or better.

Thanks,
	Neil


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-22 18:41 ` Neil Jerram
@ 2004-12-22 20:14   ` Rob Browning
  2004-12-23  1:20     ` Neil Jerram
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Browning @ 2004-12-22 20:14 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Neil Jerram <neil@ossau.uklinux.net> writes:

> Vaguely related to this ... what is required to push one of the recent
> Guile versions into Debian testing (which is currently at 1.6.4)?  I'm
> personally interested in 1.6.5 or better.

Heh.

  http://people.debian.org/~igloo/package-status.php?package=guile-1.6

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-22 20:14   ` Rob Browning
@ 2004-12-23  1:20     ` Neil Jerram
  2004-12-23  3:14       ` Rob Browning
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Jerram @ 2004-12-23  1:20 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Rob Browning wrote:
> Neil Jerram <neil@ossau.uklinux.net> writes:
> 
> 
>>Vaguely related to this ... what is required to push one of the recent
>>Guile versions into Debian testing (which is currently at 1.6.4)?  I'm
>>personally interested in 1.6.5 or better.
> 
> 
> Heh.
> 
>   http://people.debian.org/~igloo/package-status.php?package=guile-1.6
> 

Thanks, but does this mean that 1.6.7 is making its way through the 
system for most architectures, or that it is globally blocked because of 
the failure on m68k?

	Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-23  1:20     ` Neil Jerram
@ 2004-12-23  3:14       ` Rob Browning
  2004-12-24 22:39         ` Neil Jerram
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Browning @ 2004-12-23  3:14 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Neil Jerram <neil@ossau.uklinux.net> writes:

> Thanks, but does this mean that 1.6.7 is making its way through the
> system for most architectures, or that it is globally blocked because
> of the failure on m68k?

As far as I know it hasn't failed anywhere yet.  I think you may have
been looking at the previous failure.  It looks like 1.6.7-1's been
installed.

  m68k

  interpreters/guile-1.6_1.6.7-1: Installed by buildd_m68k-chya
  [optional:out-of-date]
    Previous state was Uploaded until 2004 Dec 22 19:25:23
    Previous failing reasons:
      -------------------- 1.6.4-2 --------------------
      > cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc


-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-23  3:14       ` Rob Browning
@ 2004-12-24 22:39         ` Neil Jerram
  2004-12-25 22:37           ` Rob Browning
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Jerram @ 2004-12-24 22:39 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Rob Browning wrote:
> Neil Jerram <neil@ossau.uklinux.net> writes:
> 
> 
>>Thanks, but does this mean that 1.6.7 is making its way through the
>>system for most architectures, or that it is globally blocked because
>>of the failure on m68k?
> 
> 
> As far as I know it hasn't failed anywhere yet.  I think you may have
> been looking at the previous failure. 

Yes, you are right; sorry for misreading and bugging you!

	Neil


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

* Re: Guile 1.6.7 has been released.
  2004-12-24 22:39         ` Neil Jerram
@ 2004-12-25 22:37           ` Rob Browning
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Browning @ 2004-12-25 22:37 UTC (permalink / raw)
  Cc: guile-user, guile-devel

Neil Jerram <neil@ossau.uklinux.net> writes:

>> As far as I know it hasn't failed anywhere yet.  I think you may have
>> been looking at the previous failure.
>
> Yes, you are right; sorry for misreading and bugging you!

No, no problem.  Those debs were way overdue.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2004-12-25 22:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-21 18:26 Guile 1.6.7 has been released Rob Browning
2004-12-22 18:41 ` Neil Jerram
2004-12-22 20:14   ` Rob Browning
2004-12-23  1:20     ` Neil Jerram
2004-12-23  3:14       ` Rob Browning
2004-12-24 22:39         ` Neil Jerram
2004-12-25 22:37           ` Rob Browning

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).