summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-18 03:18:23 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-18 03:18:23 +0100
commitb370e06b2cdfaca2e1aa4d37907b66fc02440d80 (patch)
treef41901b173f265e4e4190cc87e979b9433bccdf1
parent41fcba5dd7ecbbc788814c722f31e630422ba28e (diff)
downloadpsutil-b370e06b2cdfaca2e1aa4d37907b66fc02440d80.tar.gz
pre-release
-rw-r--r--HISTORY.rst9
-rw-r--r--docs/index.rst4
2 files changed, 9 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 1634e433..9b39fa05 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,13 +1,13 @@
*Bug tracker at https://github.com/giampaolo/psutil/issues*
-5.7.0 (unreleased)
-==================
+5.7.0
+=====
-XXXX-XX-XX
+2020-12-18
**Enhancements**
-- 1637_: [SunOS] Add partial support for old SunOS 5.10 Update 0 to 3.
+- 1637_: [SunOS] add partial support for old SunOS 5.10 Update 0 to 3.
- 1648_: [Linux] sensors_temperatures() looks into an additional /sys/device/
directory for additional data. (patch by Javad Karabi)
- 1652_: [Windows] dropped support for Windows XP and Windows Server 2003.
@@ -16,6 +16,7 @@ XXXX-XX-XX
- 1677_: [Windows] process exe() will succeed for all process PIDs (instead of
raising AccessDenied).
- 1679_: [Windows] net_connections() and Process.connections() are 10% faster.
+- 1682_: [PyPy] added CI / test integration for PyPy via Travis.
- 1686_: [Windows] added support for PyPy on Windows.
- 1693_: [Windows] boot_time(), Process.create_time() and users()'s login time
now have 1 micro second precision (before the precision was of 1 second).
diff --git a/docs/index.rst b/docs/index.rst
index c5de1802..c6b9a8cc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2512,6 +2512,10 @@ Supported Python versions are 2.6, 2.7, 3.4+ and PyPy3.
Timeline
========
+- 2020-02-18:
+ `5.7.0 <https://pypi.org/project/psutil/5.7.0/#files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#570>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.6.7...release-5.7.0#files_bucket>`__
- 2019-11-26:
`5.6.7 <https://pypi.org/project/psutil/5.6.7/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#567>`__ -