summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-04-29 15:17:18 -0700
committerdormando <dormando@rydia.net>2020-04-29 15:17:18 -0700
commit45959c5a346f9925437e7dc3ef054ef1d0b6ab17 (patch)
tree754cccaf5c3eb7b92d3f4533effc9692525bf035 /README.md
parent3b5444d6a6d79b3320246ecf5694401506368800 (diff)
downloadmemcached-45959c5a346f9925437e7dc3ef054ef1d0b6ab17.tar.gz
README tweaks and buildbot badge test.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3b134e..af0a915 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ list to ask questions, github issues aren't seen by everyone!
* libevent, https://www.monkey.org/~provos/libevent/ (libevent-dev)
* libseccomp, (optional, experimental, linux) - enables process restrictions for
better security. Tested only on x86_64 architectures.
+* openssl, (optional) - enables TLS support. need relatively up to date
+ version.
## Environment
@@ -28,13 +30,18 @@ dangerous when using a large cache. Just make sure the memcached machines
don't swap. memcached does non-blocking network I/O, but not disk. (it
should never go to disk, or you've lost the whole point of it)
+## Build status
+
+[![buildbot badge](https://build.memcached.org/buildbot/badges/fast-build.svg)](https://build.memcached.org/#/builders)
+[![buildbot badge](https://build.memcached.org/buildbot/badges/vm-centos7-64.svg)](https://build.memcached.org/#/builders)
+
## Bug reports
Feel free to use the issue tracker on github.
**If you are reporting a security bug** please contact a maintainer privately.
We follow responsible disclosure: we handle reports privately, prepare a
-patch, allow notifications to vendor lists, then run a fix release and your
+patch, allow notifications to vendor lists. Then we push a fix release and your
bug can be posted publicly with credit in our release notes and commit
history.