From: Robert Dodier
5.9.1.9rc4 has been up for a few days and there have been no reported bugs.
Also the previous rc's had only a few minor problems which have been resolved.
If there are no new bugs by Monday, I would like to go ahead and release 5.9.2.
If you disagree with this plan you'll let me know.
I did a test build of rc4 on Allegro CL 7.0 today. It built needing
only one small change in an ACL-specific segment of a makefile. I
know Allegro is not a vigorously supported platform, but if you
otherwise happen to make a new rc it would be nice if you could
incorporate this change.
In src/Makefile.in there is a refrerence to SYS-DECLAIM.lisp which
seems left over from earlier releases. It should be commented.
[smh@bach ~/maxima-5.9.1.9rc4]$ diff src/Makefile.in~ src/Makefile.in
1380c1380
< @ACL6_TRUE@binary-acl6/maxima.dxl : SYS-DECLAIM.lisp
---
> #@ACL6_TRUE@binary-acl6/maxima.dxl : SYS-DECLAIM.lisp
However, I don't think this is worth your time if you _don't_
otherwise have to make another rc. Thanks.