Skip to content

Commit

Permalink
Merge pull request #366 from simphony/release-v1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
stefanoborini authored Mar 9, 2017
2 parents 9245fc9 + 47cc29d commit ecf6c47
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,28 @@ What's new in SimPhoNy Remote 1.1.0

- Use container provenance information to prevent access to unrelated
containers or simphony-remote instances (#361)
- Fix: incorrect user name in top header for admin Accounting panel (#348)
- Upgraded tornado WebAPI to 0.5.0 (#335, #365, #340)
- Interface overhaul. Introduced Admin-LTE frontend (#346)
- Upgraded against jupyterhub 0.8.0.dev0 (#355, #358)
- Introduced "realms" to hold container provenance in case of shared docker
server (#361)
- Added dynamic whitelist for GitHub login (#351, #359, #364)
- Fixes:
- forever stuck spinner in case of docker internal failure (#336)
- Documented unexpected behavior reported in #305: containers not visible
if the per-user server is already running (#342)
- Incorrect username in admin panel has been fixed (#353)
- Removed selenium_test from deployment (#356)
- Establish correct keyboard focus when canvas is made visible (#362)
- Refactor:
- Extracted macro in jinja template to a separate file (#337)
- Cleaned up javascript utils module into separate files (#339)
- Use of table macro to reduce template duplication (#341)
- Use setup.py to generate the version.py file (#357)
- Made async docker client instance in ContainerManager private (#360)
- Other:
- Fixed changes in ubuntu dependency builds (#352)
- Added some basic example configuration files (#363)

What's new in SimPhoNy Remote 0.9.0/1.0.0
-----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

# Setup version
VERSION = '1.1.0.dev0'
VERSION = '1.1.0'

# Read description

Expand Down

0 comments on commit ecf6c47

Please sign in to comment.