Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#9148 closed enhancement (fixed)

guile-2.2.2

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Douglas R. Reno, 7 years ago

Summary: guile-2.2.1guile-2.2.2

Apparently they must have been smoking on 4/20...

Changes in 2.2.2 (since 2.2.1):

* Bug fixes

** Syntax objects are once more comparable with 'equal?'

The syntax object change in 2.2.1 had the unintended effect of making
syntax objects no longer comparable with equal?.  This release restores
the previous behavior.

** Restore libgc dependency

The change to throw exceptions when mutating literal constants partly
relied on an interface that was added to our garbage collector (BDW-GC)
after its 7.2 release.  Guile 2.2.2 adds a workaround to allow Guile to
continue be used with libgc as old as 7.2.

** SRFI-37 bug fix to not error on empty-string arguments.

Thanks to Thomas Danckaert for fixing this long-standing bug.

Now 2.2.2!

comment:2 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18622.

comment:4 by bdubbs@…, 7 years ago

Milestone: 8.1m8.1

Milestone renamed

comment:5 by bdubbs@…, 7 years ago

Milestone: m8.18.1

Milestone renamed

Note: See TracTickets for help on using tickets.