Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix potentially serious bug in Deflect server #55

Merged
merged 1 commit into from
Jul 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitsubprojects
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: cmake -*-
git_subproject(ZeroEQ https://github.com/HBPVIS/ZeroEQ.git 3babd4f)
git_subproject(Deflect https://github.com/BlueBrain/Deflect.git df77bc2)
git_subproject(Deflect https://github.com/BlueBrain/Deflect.git 6af3c34)
git_subproject(TUIO https://github.com/BlueBrain/TUIO.git fdf5cf7)
git_subproject(VirtualKeyboard https://github.com/rdumusc/QtFreeVirtualKeyboard.git cc6b365)
3 changes: 3 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Changelog {#Changelog}

# Release 1.2 (git master)

* [55](https://github.com/BlueBrain/Tide/pull/55):
Fix potentially [serious bug](https://github.com/BlueBrain/Deflect/pull/115)
in Deflect server.
* [54](https://github.com/BlueBrain/Tide/pull/54):
Users can save sessions from the Launcher on the wall [DISCL-256]
* [53](https://github.com/BlueBrain/Tide/pull/53):
Expand Down