Skip to content

Commit

Permalink
Merge pull request #552 from subutai-io/release
Browse files Browse the repository at this point in the history
release 6.6.1
  • Loading branch information
crioto authored Jan 20, 2018
2 parents 8bb2fa7 + 9fae729 commit 7cedc3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [6.6.1] 1/20/2018

* UI Enhancements
* Optimized communication with P2P

## [6.6.0] 1/4/2018

* Added "Local Peer" and "My Peer" menus for launching SSConsole
Expand Down
2 changes: 1 addition & 1 deletion commons/include/LanguageController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LanguageController : QObject
{
Q_OBJECT
public:
enum LOCALE_TYPE {LOCALE_EN = 0, LOCALE_PT_BR, LOCALE_RU, LOCALE_LAST = LOCALE_PT_BR};
enum LOCALE_TYPE {LOCALE_EN = 0, LOCALE_PT_BR, LOCALE_RU, LOCALE_LAST = LOCALE_EN};
static LanguageController* Instance();
static const QString& LocaleTypeToStr(LOCALE_TYPE lt);
static const QString& LocaleTypeToVal(LOCALE_TYPE lt);
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
6.6.1

0 comments on commit 7cedc3e

Please sign in to comment.