Comparar commits

...

2 Commits

Autor SHA1 Mensagem Data
Daniel Molkentin b0d3de4f60 2.2.1-rc1 2016-05-30 12:12:12 +02:00
Daniel Molkentin 8af6ab4771 Amend Changelog 2016-05-30 12:11:46 +02:00
2 arquivos alterados com 3 adições e 1 exclusões
+2
Ver Arquivo
@@ -4,6 +4,8 @@ version 2.2.1 (release 2016-05-xx)
* Fix out of memory error when too many uploads happen (#4611)
* Fix display errors in progress display (#4803 #4856)
* LockWatcher: Remember to upload files after they become unlocked (#4865)
* Fix display errors on Linux with Qt < 5.6
* OS X: Fix overlay status on files with ambigious unicode normalization (#4855)
version 2.2.0 (release 2016-05-12)
* Overlay icons: Refactoring - mainly for performance improvements
+1 -1
Ver Arquivo
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2016 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )