summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-27 02:24:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-27 02:24:08 -0500
commit4fd87c63d719f01ed9c4560f0dcb1e042fec3af4 (patch)
treead8be73be54f96efcb89337619bca223b62e229b
parent38d931f466fac9f2470349a27a9b9d260c605562 (diff)
downloadgcompat-4fd87c63d719f01ed9c4560f0dcb1e042fec3af4.tar.gz
gcompat-4fd87c63d719f01ed9c4560f0dcb1e042fec3af4.tar.bz2
gcompat-4fd87c63d719f01ed9c4560f0dcb1e042fec3af4.tar.xz
gcompat-4fd87c63d719f01ed9c4560f0dcb1e042fec3af4.zip
README: note this is the stable branch
-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
==========