Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit c4b9667

Browse files
committed
Update 6.2.2 note
1 parent 3245025 commit c4b9667

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

core/src/conf/RELEASE_NOTE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ Fix google shortner api key - Close #1030 (details)
8484
Make sure to not return an empty value. (details)
8585
Fix some specific zip extraction case on Windows Server. (details)
8686
Fix multimode value : check instance_name OR group_switch_value (details)
87-
87+
Fix MacOS Yosemite / El Capitan Detection (details)
88+
Fix italian "Invite" button: missing translation strings. (details)
89+
HTML Base Tag is not correctly applied in IE10 when dynamically inserting "link". Add an data-hrefRebase tag to be processed (prepending the base) on ie10 only. (details)
90+
Close session when sending binary files. Could create a race condition with tryLogUserFromCookie. (details)
8891

8992
--------------------------
9093
Pydio Core 6.2.1 is a bugfix release providing compatibility fixes for non-standard plugins to the core. See complete changelog below.

dist/php/6.2.2.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,9 @@ <h3>Detailed Changelog</h3>
8888
<li>Make sure to not return an empty value. (<a href="http://github.com/pydio/pydio-core/commit/7064ebd2fd4ddaab0ab9fa6084da3d1404dab1ed">details</a>)</li>
8989
<li>Fix some specific zip extraction case on Windows Server. (<a href="http://github.com/pydio/pydio-core/commit/a80a619a22724725d854197052e7a299d0b0ad36">details</a>)</li>
9090
<li>Fix multimode value : check instance_name OR group_switch_value (<a href="http://github.com/pydio/pydio-core/commit/01bd99a79146de669b2bac0c6f2f57550be46489">details</a>)</li>
91+
<li>Fix MacOS Yosemite / El Capitan Detection (<a href="http://github.com/pydio/pydio-enterprise/commit/6a57ffba278ef6cca40a2bc8aec3c6a80e57bfdc">details</a>)</li>
92+
<li>Fix italian "Invite" button: missing translation strings. (<a href="http://github.com/pydio/pydio-enterprise/commit/0cbf379716379f8d0149f73d7cb7a5eafa4f0df3">details</a>)</li>
93+
<li>HTML Base Tag is not correctly applied in IE10 when dynamically inserting "link". Add an data-hrefRebase tag to be processed (prepending the base) on ie10 only. (<a href="http://github.com/pydio/pydio-enterprise/commit/7c86d430138f7cab666dfcf454aa218ee1ddb185">details</a>)</li>
94+
<li>Close session when sending binary files. Could create a race condition with tryLogUserFromCookie. (<a href="http://github.com/pydio/pydio-core/commit/32450252298987d7e04cfada2f0342880f70d5e4">details</a>)</li>
9195
</ul>
9296
</div>

0 commit comments

Comments
 (0)