We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49f431 commit bccb152Copy full SHA for bccb152
CHANGES
@@ -1,3 +1,9 @@
1
+2014-10-29 Juan J. Martinez <jjm@usebox.net>
2
+
3
+ * 0.9.8:
4
5
+ - fixed a bug that prevented the server to work with gevent >= 1.0
6
7
2013-06-29 Juan J. Martinez <jjm@usebox.net>
8
9
* 0.9.7:
swiftnbd/const.py
@@ -21,7 +21,7 @@
21
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
THE SOFTWARE.
23
"""
24
-version = "0.9.7"
+version = "0.9.8"
25
description = "This is a NBD server for OpenStack Object Storage (Swift)."
26
project_url = "https://github.com/reidrac/swift-nbd-server"
27
0 commit comments