Add a missing launchpad reference to NEWS.
authorLutz Euler <lutz.euler@freenet.de>
Fri, 25 May 2012 15:09:50 +0000 (17:09 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Fri, 25 May 2012 15:09:50 +0000 (17:09 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d9a5eab..8942608 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ changes in sbcl-1.0.57 relative to sbcl-1.0.56:
     ** bug fix: the distribution of random integers is now completely
        uniform even when the specified limit is not a power of two.
        (Previously some values could be about 0.1 % more probable than
-       others in the worst case.)
+       others in the worst case.) (lp#309467)
     ** RANDOM on large integer arguments is generally faster and conses
        less than before; this is visible for fixnums above a length of
        about 24 bits, but extremely so for bignums: the old implementation