summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-07-15 02:40:28 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-07-15 02:40:28 +0200
commitac8c95745ff5c6adfa96af70852b237f776883aa (patch)
tree45822c0ced2d078a5cf3bfcb06a0a1675b731870
parentaf32e040a36e0b50557c03261c7aa9aa926817e4 (diff)
downloadpsutil-ac8c95745ff5c6adfa96af70852b237f776883aa.tar.gz
update README before releaserelease-3.1.0
-rw-r--r--DEVGUIDE.rst2
-rw-r--r--HISTORY.rst2
-rw-r--r--README.rst1
-rw-r--r--docs/index.rst6
4 files changed, 8 insertions, 3 deletions
diff --git a/DEVGUIDE.rst b/DEVGUIDE.rst
index 9bd7f730..5310a42f 100644
--- a/DEVGUIDE.rst
+++ b/DEVGUIDE.rst
@@ -142,4 +142,4 @@ These are note for myself (Giampaolo):
- upload updated doc on http://pythonhosted.org/psutil with ``make upload-doc``.
- GIT tag the new release with ``make git-tag-release`` and push it with
``git push --follow-tags``.
-- post on psutil and python-announce mailing lists.
+- post on psutil and python-announce mailing lists, twitter, g+, blog.
diff --git a/HISTORY.rst b/HISTORY.rst
index bb4f81e2..02c21421 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,6 @@
Bug tracker at https://github.com/giampaolo/psutil/issues
-3.1.0 - XXXX-XX-XX
+3.1.0 - 2015-07-15
==================
**Enhancements**
diff --git a/README.rst b/README.rst
index 6b84b6c1..2766f2cc 100644
--- a/README.rst
+++ b/README.rst
@@ -350,6 +350,7 @@ http://groups.google.com/group/psutil/
Timeline
========
+- 2015-07-15: `psutil-3.1.0.tar.gz <https://pypi.python.org/packages/source/p/psutil/psutil-3.1.0.tar.gz>`_
- 2015-06-18: `psutil-3.0.1.tar.gz <https://pypi.python.org/packages/source/p/psutil/psutil-3.0.1.tar.gz>`_
- 2015-06-13: `psutil-3.0.0.tar.gz <https://pypi.python.org/packages/source/p/psutil/psutil-3.0.0.tar.gz>`_
- 2015-02-02: `psutil-2.2.1.tar.gz <https://pypi.python.org/packages/source/p/psutil/psutil-2.2.1.tar.gz>`_
diff --git a/docs/index.rst b/docs/index.rst
index dfe301aa..44301922 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1073,7 +1073,11 @@ Process class
a thread and kills it if it's not responding after 100ms.
That implies that on Windows this method is not guaranteed to enumerate
all regular file handles (see full discusion
- `here <https://github.com/giampaolo/psutil/pull/597>`__).
+ `here <https://github.com/giampaolo/psutil/pull/597>`_).
+
+ .. warning::
+ on FreeBSD this method can return files with a 'null' path (see
+ `issue 595 <https://github.com/giampaolo/psutil/pull/595>`_).
.. versionchanged:: 3.1.0 no longer hangs on Windows.