Comparar commits

...

2 Commits

Autor SHA1 Mensagem Data
Daniel Molkentin 9cbe8bf577 v1.7.1 2014-12-18 12:45:49 +01:00
Daniel Molkentin c00aa9b17c Amend and edit ChangeLog for 1.7.1 2014-12-18 12:45:12 +01:00
2 arquivos alterados com 12 adições e 7 exclusões
+11 -6
Ver Arquivo
@@ -1,12 +1,9 @@
ChangeLog
=========
version 1.7.1 (release 2014-12-xx)
* Win32: improved filesystem watcher
version 1.7.1 (release 2014-12-18)
* Documentation fixes and updates
* Nautilus python plugin fixed for python 3
* Nautilus Python plugin fixed for Python 3
* GUI wording fixes plus improved log messages
* Win32: Install shortcuts for all users
* MacOSX: Fixed branding of the pkg file
* Fix hidning of the database files in the sync directories
* Compare http download size with the header value to avoid broken
downloads, bug #2528
@@ -16,12 +13,20 @@ version 1.7.1 (release 2014-12-xx)
* Added fallback for distros where XDG_RUNTIME_DIR is undefined
* Fix the setup wizard, bug #1989, #2264
* Fix scheduling of ETag check jobs, bug #2553
* Win32: Improve threading with shell integration
* Fix to avoid syncing more than one folder at a time, bug #2407
* Use fife minutes timeout for all network jobs
* Cleanup for Folderwizard wording
* Improve journal check: Remove corrupted journal files, bug #2547
* Fix item count in progress dialog for deletes, bug #1132
* Display correct file count on deletion (#1132)
* Fix reinitializing the folder using the wizard in certain cases (#2606)
* Mac OS: Fixed branding of the pkg file
* Mac OS: Fix display of overlay icons in certain situations (#1132)
* Mac OS: Use a bundled version of OpenSSL (#764, #2600, #2510)
* Win32: improved filesystem watcher
* Win32: Improve threading with shell integration
* Win32: Upgraded to OpenSSL 1.0.1j
* Win32: Improve reliability of Installer, fix removal of Shell Extensions
version 1.7.0 (release 2014-11-07)
+1 -1
Ver Arquivo
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1
set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )