Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7173
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.34.14: fix permissions of directories of asdf-using contribs
Report (lp #508485, sbcl-devel variously) and fix from Eugene Ossintsev
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1666
retrieving revision 1.1667
diff -u -d -r1.1666 -r1.1667
--- NEWS 27 Jan 2010 01:57:12 -0000 1.1666
+++ NEWS 28 Jan 2010 11:36:26 -0000 1.1667
@@ -6,6 +6,9 @@
conversions and for single-float<->double-float conversions on x86-64.
* optimization: SB-ROTATE-BYTE:ROTATE-BYTE now generates more efficient
code for 32-bit and 64-bit rotations on x86-64.
+ * bug fix: The install script changes the ownership of directories as well
+ as files for contrib modules using asdf. (thanks to Eugene Ossintsev;
+ launchpad bug lp#508485)
* bug fix: TRUNCATE with a single single-float or double-float argument is
properly inlined when possible. (launchpad bug lp#489388)
* bug fix: Passing a rotation count of zero to SB-ROTATE-BYTE:ROTATE-BYTE
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4724
retrieving revision 1.4725
diff -u -d -r1.4724 -r1.4725
--- version.lisp-expr 27 Jan 2010 01:57:12 -0000 1.4724
+++ version.lisp-expr 28 Jan 2010 11:36:27 -0000 1.4725
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.34.13"
+"1.0.34.14"
|