Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 905059fd authored by IMBERT Matthieu's avatar IMBERT Matthieu
Browse files

bump version to 2.5

parent fd9b3daf
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ along with Execo. If not, see <http://www.gnu.org/licenses/>
Versions
========
latest stable version: v2.4.3 (2014-11-21)
latest stable version: v2.5 (2015-09-02)
Installation instructions
=========================
......
python-execo (2.5) unstable; urgency=low
* new upstream release:
- User-friendly way to write to processes stdin. Processes and Remotes can be used as file-like objects. Additionally, process stdin is not anymore closed by default.
- Automatic ignoring of process errors when explicitly killing them
- Add processes and actions context managers
- Add special processes and actions for communicating with local or remote (through ssh) serial ports
- Add expect-like syntax to processes and actions (for easy scripting of interactive local/remote/serial sessions)
- The return of the revenge of the infamous keyword arguments
- On-disk caching of most of the g5k api, for fast api requests
- Add multigraph support to g5k topology
- Add handling of g5k network equipments in api_utils
- Internal taktuk interface bugfixes
-- Matthieu Imbert <matthieu.imbert@inria.fr> Wed, 02 Sep 2015 10:10:00 +0200
python-execo (2.4.3) unstable; urgency=low
* new upstream bugfix release: again fix pip packaging
......
......@@ -18,9 +18,9 @@ with packages managed by your distribution package manager.
- Install from a release tar.gz package::
$ wget http://execo.gforge.inria.fr/downloads/execo-2.4.3.tar.gz
$ tar xzf execo-2.4.3.tar.gz
$ cd execo-2.4.3/
$ wget http://execo.gforge.inria.fr/downloads/execo-2.5.tar.gz
$ tar xzf execo-2.5.tar.gz
$ cd execo-2.5/
$ python setup.py install --user
- Or install from source repository if you want the very latest
......@@ -45,7 +45,7 @@ with packages managed by your distribution package manager.
- Or install from debian package::
$ dpkg -i python-execo_2.4.3_all.deb
$ dpkg -i python-execo_2.5_all.deb
Configuration
=============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment