Commit d95e39a4 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.14

parent 89f2e14d
Changes Changes
======= =======
0.14 (2013-07-12)
-----------------
* New scripts to download & upload manually from command line.
* Small API changes. `slapos.networkcachehelper` is deprecated.
* Many bugfixes and code cleanup.
* Performance/reliability improvements, by:
- using `pyOpenSSL` instead of spawning `openssl` subprocesses
- reducing the number of created temporary files
0.13.4 (2013-05-13) 0.13.4 (2013-05-13)
------------------- -------------------
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os import os
name = "slapos.libnetworkcache" name = "slapos.libnetworkcache"
version = '0.13.5.dev' version = '0.14'
def read(*rnames): def read(*rnames):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment