Skip to content

Commit

Permalink
prepare release v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jul 25, 2019
1 parent 5d2bad1 commit a24a735
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
python-linstor (0.9.9-1) experimental; urgency=medium

[ Rene Peinthor ]
* linstorapi/snapshot_create: async_msg wasn't optional
* linstorapi: add _raise versions of all *_list methods + update docstrings
* linstorapi: HTTPS and auth support
* netinterface: make linstorapi compatible with pre 1.0.7 API

[ Gabor Hernadi ]
* Add FILE and FILE_THIN providers

[ Rainer Laschober ]
* Make argument 'ip' of 'n i m' optional
* Add new connection status
* Allow node to set active stlt conn on netIf crt or mod
* Add api-function for listing net interfaces

-- Rene Peinthor <[email protected]> Thu, 25 Jul 2019 09:15:53 +0200

python-linstor (0.9.8-1) experimental; urgency=medium

[ Rene Peinthor ]
Expand Down
2 changes: 1 addition & 1 deletion linstor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.9.8"
VERSION = "0.9.9"

from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
Expand Down

0 comments on commit a24a735

Please sign in to comment.