From 352323aa80f4490ab530806d0c4fa0231ec7ce3e Mon Sep 17 00:00:00 2001 From: "Peter V. Saveliev" Date: Thu, 29 Nov 2012 16:20:25 +0100 Subject: [PATCH] version update --- Makefile | 2 +- setup.py.in | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 742f12c..c51febe 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # For license agreement, please look into LICENSE file. version ?= "1.0" -release ?= "1.0.5" +release ?= "1.0.6" python ?= "python" ifdef root diff --git a/setup.py.in b/setup.py.in index 2e2cfd8..e506069 100644 --- a/setup.py.in +++ b/setup.py.in @@ -50,6 +50,13 @@ Links Changes ======= +1.0.6 -- Paleoarchean +--------------------- + + * Tcreate client call fixed + * fuse9p client, supporting stateful I/O, + "reconnect after network errors" and so on. + 1.0.4 -- Eoarchaean -------------------