[pypy-svn] r43291 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Sat May 12 14:04:37 CEST 2007


Author: fijal
Date: Sat May 12 14:04:36 2007
New Revision: 43291

Modified:
   pypy/dist/pypy/doc/download.txt
Log:
Dynamic executables does not depend on exact glibc


Modified: pypy/dist/pypy/doc/download.txt
==============================================================================
--- pypy/dist/pypy/doc/download.txt	(original)
+++ pypy/dist/pypy/doc/download.txt	Sat May 12 14:04:36 2007
@@ -13,11 +13,11 @@
 ----------------------------
 * `pypy-1.0.0-win32.zip`_ (precompiled executables for windows)
 * `pypy-1.0.0-dynamic.tar.bz2` (precombiled binaries for linux, dynamic
-  executable, GLIBC 2.5)
+  executable)
 * `pypy-1.0.0-static.tar.bz2` (precombiled binaries for linux, static
   executable, GLIBC 2.5)
 * `pypy-1.0.0-minimal-dynamic.tar.bz2`_ (precompiled minimal binary for
-  linux, dynamic executable, GLIBC 2.5)
+  linux, dynamic executable)
 * `pypy-1.0.0-minimal-static.tar.bz2`_ (precompiled minimal binary for
   linux, statix executable, GLIBC 2.5)
 


More information about the pypy-svn mailing list