* Guile 1.7.2 has been released
@ 2005-03-09 23:04 Marius Vollmer
2005-03-10 22:28 ` Neil Jerram
0 siblings, 1 reply; 6+ messages in thread
From: Marius Vollmer @ 2005-03-09 23:04 UTC (permalink / raw)
We are pleased to announce the release of Guile 1.7.2. This is a
'technology preview' for the upcoming Guile 1.8. It can be found
here:
ftp://alpha.gnu.org/gnu/guile/guile-1.7.2.tar.gz
Its MD5 checksum is
7fabb64198993e971f65a27846202388 guile-1.7.2.tar.gz
This version is guaranteed to contain serious bugs, and the publically
visible interfaces will almost certainly change before 1.8 is
released. The 1.7 releases might be termed "selected snapshots".
Specifically, libguile has not yet been reviewed for thread-safeness.
We are releasing it anyway to start testing the new features, and to
get feedback about how well Guile actually behaves in a multi-threaded
setting.
The shared library major versions have been bumped compared to the 1.6
series, but they will not be bumped on binary incompatible changes
within the 1.7 series.
The NEWS file is quite long. Here are the most interesting entries:
Changes since 1.7.1:
* There is a new way to initalize Guile that allows one to use Guile
from threads that have not been created by Guile.
* Mutexes and condition variables are now always fair. A recursive
mutex must be requested explicitely.
* The low-level thread API has been removed.
* There is a new way to access all kinds of vectors and arrays from
C that is efficient and thread-safe.
* The concept of dynamic roots has been factored into continuation
barriers and dynamic states.
See NEWS and the manual for more details.
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Guile 1.7.2 has been released
2005-03-09 23:04 Guile 1.7.2 has been released Marius Vollmer
@ 2005-03-10 22:28 ` Neil Jerram
2005-05-22 17:33 ` Marius Vollmer
0 siblings, 1 reply; 6+ messages in thread
From: Neil Jerram @ 2005-03-10 22:28 UTC (permalink / raw)
Cc: guile-devel
Marius Vollmer wrote:
> We are pleased to announce the release of Guile 1.7.2.
Have you considered CCing such announcements to editor@lwn.net (and
perhaps any other appropriate places)? Would the extra coverage be
desirable at the moment?
Regards,
Neil
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Guile 1.7.2 has been released
2005-03-10 22:28 ` Neil Jerram
@ 2005-05-22 17:33 ` Marius Vollmer
2005-05-23 18:29 ` Neil Jerram
0 siblings, 1 reply; 6+ messages in thread
From: Marius Vollmer @ 2005-05-22 17:33 UTC (permalink / raw)
Cc: guile-devel
Neil Jerram <neil@ossau.uklinux.net> writes:
> Marius Vollmer wrote:
>> We are pleased to announce the release of Guile 1.7.2.
>
> Have you considered CCing such announcements to editor@lwn.net (and
> perhaps any other appropriate places)? Would the extra coverage be
> desirable at the moment?
Hmm, I don't know. I myself have not considered this yet, but if you
want to let them know, please go ahead...
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Guile 1.7.2 has been released
2005-05-22 17:33 ` Marius Vollmer
@ 2005-05-23 18:29 ` Neil Jerram
2005-05-24 2:14 ` joejoe99
0 siblings, 1 reply; 6+ messages in thread
From: Neil Jerram @ 2005-05-23 18:29 UTC (permalink / raw)
Cc: guile-devel
Marius Vollmer wrote:
> Neil Jerram <neil@ossau.uklinux.net> writes:
>
>>Have you considered CCing such announcements to editor@lwn.net (and
>>perhaps any other appropriate places)? Would the extra coverage be
>>desirable at the moment?
>
>
> Hmm, I don't know. I myself have not considered this yet, but if you
> want to let them know, please go ahead...
Right, I'll (plan to) do this for subsequent releases. Can anyone
recommend publications to send announcements to, besides LWN?
Neil
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Guile 1.7.2 has been released
2005-05-23 18:29 ` Neil Jerram
@ 2005-05-24 2:14 ` joejoe99
2005-05-26 19:02 ` Neil Jerram
0 siblings, 1 reply; 6+ messages in thread
From: joejoe99 @ 2005-05-24 2:14 UTC (permalink / raw)
On Mon, 23 May 2005 19:29:52 +0100
Neil Jerram <neil@ossau.uklinux.net> wrote:
> Marius Vollmer wrote:
> > Neil Jerram <neil@ossau.uklinux.net> writes:
> >
> >>Have you considered CCing such announcements
> >to editor@lwn.net (and >perhaps any other
> >appropriate places)? Would the extra
> >coverage be >desirable at the moment?
> >
> >
> > Hmm, I don't know. I myself have not
> > considered this yet, but if you want to let
> > them know, please go ahead...
>
> Right, I'll (plan to) do this for subsequent
> releases. Can anyone recommend publications
> to send announcements to, besides LWN?
freshmeat.net
>
> Neil
>
>
>
> _____________________________________________
> __ Guile-devel mailing list
> Guile-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-devel
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Guile 1.7.2 has been released
2005-05-24 2:14 ` joejoe99
@ 2005-05-26 19:02 ` Neil Jerram
0 siblings, 0 replies; 6+ messages in thread
From: Neil Jerram @ 2005-05-26 19:02 UTC (permalink / raw)
Cc: guile-devel
joejoe99@softhome.net wrote:
> On Mon, 23 May 2005 19:29:52 +0100
> Neil Jerram <neil@ossau.uklinux.net> wrote:
>>
>>Right, I'll (plan to) do this for subsequent
>>releases. Can anyone recommend publications
>>to send announcements to, besides LWN?
>
>
> freshmeat.net
Thanks - will do.
Neil
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-05-26 19:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 23:04 Guile 1.7.2 has been released Marius Vollmer
2005-03-10 22:28 ` Neil Jerram
2005-05-22 17:33 ` Marius Vollmer
2005-05-23 18:29 ` Neil Jerram
2005-05-24 2:14 ` joejoe99
2005-05-26 19:02 ` Neil Jerram
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).