From bd88ee6d94036284df91113c419ce5923c1d774b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 20 Feb 2015 10:38:31 -0600 Subject: we don't test on freebsd 9.x any more --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index c8a37bfa..30f50646 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,7 +14,7 @@ Currently we test ``cryptography`` on Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy on these operating systems. * x86-64 CentOS 7.x, 6.4 and CentOS 5.x -* x86-64 FreeBSD 9.2 and FreeBSD 10 +* x86-64 FreeBSD 10 * OS X 10.10 Yosemite, 10.9 Mavericks, 10.8 Mountain Lion, and 10.7 Lion * x86-64 Ubuntu 12.04 LTS * x86-64 Debian Wheezy (7.x) and Jessie (8.x) -- cgit v1.2.3 From 77f540d1f23a77facc09cd11b6e8da5825bca44a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 20 Feb 2015 12:53:04 -0600 Subject: note that we removed freebsd 9.2 from CI in changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e8c25219..6af5d1c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -72,6 +72,7 @@ Changelog * Added support for parsing X.509 names. See the :doc:`X.509 documentation` for more information. * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. +* FreeBSD 9.2 was removed from the continuous integration system. 0.7.2 - 2015-01-16 ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3