summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index ee72cbd..3d41f99 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@
.. image:: https://repology.org/badge/vertical-allrepos/gcompat.svg
:target: https://repology.org/project/gcompat/versions
-.. image:: https://travis-ci.org/AdelieLinux/gcompat.svg?branch=master
+.. image:: https://travis-ci.org/AdelieLinux/gcompat.svg?branch=stable-1.x
:target: https://travis-ci.org/AdelieLinux/gcompat
@@ -36,6 +36,8 @@ Introduction
This distribution contains the implementation of **gcompat**, a library which
provides glibc-compatible APIs for use on musl libc systems.
+This is a stable branch of **gcompat**, intended for production workloads.
+
This library is designed to be used for binaries that are already compiled
against glibc. It does not contain any headers, and cannot be used to build
software that requires glibc. It is instead recommended that any software that
@@ -60,13 +62,6 @@ License
This library is provided under the NCSA open source license.
-Changes
-```````
-Any changes to this repository must be reviewed before being pushed to the
-master branch. There are no exceptions to this rule. For security-sensitive
-updates, contact the Security Team at sec-bugs@adelielinux.org.
-
-
Background
==========