Skip to content

Commit

Permalink
Merge pull request #226 from akutz/release/0.1.5-rc1
Browse files Browse the repository at this point in the history
Release Candidate libStorage 0.1.5-rc1
  • Loading branch information
akutz authored Jul 11, 2016
2 parents e36d881 + 84b27ff commit fd13a81
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ Release early, release often

---

## Version 0.1.5 (TBA)
This release comes hot on the heels of the last, but some dynamite bug fixes
have improved the performance of the server by leaps and bounds. Operations
that were taking minutes now take seconds or less. Memory consumption that
could exceed 50GB is now kept neat and tidy.

### Bug Fixes
* Task service memory fix ([#225](https://github.com/emccode/libstorage/issues/218))
* Context logger optimizations ([#224](https://github.com/emccode/libstorage/issues/213))

### Enhancements
* Make Gometalinter optional ([#223](https://github.com/emccode/libstorage/issues/223))


## Version 0.1.4 (2016/07/08)
This update provides a major performance improvement as well as a few other,
minor bug fixes and enhancements.

### Bugfixes
### Bug Fixes
* Performance degradation bug ([#218](https://github.com/emccode/libstorage/issues/218))
* Close bug in ScaleIO driver ([#213](https://github.com/emccode/libstorage/issues/213))
* Panic when checking attached instances with Isilon driver ([#211](https://github.com/emccode/libstorage/issues/211))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5-rc1

0 comments on commit fd13a81

Please sign in to comment.