Skip to content

Commit a24a735

Browse files
committed
prepare release v0.9.9
1 parent 5d2bad1 commit a24a735

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
python-linstor (0.9.9-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* linstorapi/snapshot_create: async_msg wasn't optional
5+
* linstorapi: add _raise versions of all *_list methods + update docstrings
6+
* linstorapi: HTTPS and auth support
7+
* netinterface: make linstorapi compatible with pre 1.0.7 API
8+
9+
[ Gabor Hernadi ]
10+
* Add FILE and FILE_THIN providers
11+
12+
[ Rainer Laschober ]
13+
* Make argument 'ip' of 'n i m' optional
14+
* Add new connection status
15+
* Allow node to set active stlt conn on netIf crt or mod
16+
* Add api-function for listing net interfaces
17+
18+
-- Rene Peinthor <[email protected]> Thu, 25 Jul 2019 09:15:53 +0200
19+
120
python-linstor (0.9.8-1) experimental; urgency=medium
221

322
[ Rene Peinthor ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.9.8"
1+
VERSION = "0.9.9"
22

33
from .linstorapi import ApiCallResponse, ErrorReport
44
from .linstorapi import Linstor, MultiLinstor

0 commit comments

Comments
 (0)