projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2deecbd
)
add missing bug number to NEWS for 816564
author
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 29 Jul 2011 11:06:50 +0000
(14:06 +0300)
committer
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 29 Jul 2011 11:06:50 +0000
(14:06 +0300)
EOM
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
5ec457b
..
f8670fa
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-5,7
+5,7
@@
changes relative to sbcl-1.0.50:
* bug fix: COERCE to unfinalized extended sequence classes now works.
(reported by Jan Moringen; lp#815155)
* bug fix: a compiler error during typecheck generation, reported by Eric
- Marsden.
+ Marsden. (lp#816564)
* bug fix: obsolete instance protocol fires when shared slots are added
or removed.