fix inadvertently static local var in dynlink get_lfs64
[musl] / README
diff --git a/README b/README
index 5b7c70e..a30eb11 100644 (file)
--- a/README
+++ b/README
@@ -10,11 +10,10 @@ usage, and correctness in the sense of standards conformance and
 safety. musl is built on the principle that these goals are best
 achieved through simple code that is easy to understand and maintain.
 
-The 1.0 release series for musl features coverage for all interfaces
+The 1.1 release series for musl features coverage for all interfaces
 defined in ISO C99 and POSIX 2008 base, along with a number of
 non-standardized interfaces for compatibility with Linux, BSD, and
-glibc functionality. Also covered are all XSI interfaces except the
-dbm functions, which are traditionally a separate library from libc.
+glibc functionality.
 
 For basic installation instructions, see the included INSTALL file.
 Information on full musl-targeted compiler toolchains, system