aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-06-02 11:37:22 +1000
committerNeil <nyamatongwe@gmail.com>2020-06-02 11:37:22 +1000
commitc297940851e0c2dc15b4aece07d56e3e2a6229ed (patch)
tree545c798da628c6f1a70451ceeb21dfea5e586f1b /doc/ScintillaHistory.html
parentb6f6f49a675046d566e0ce700098a249b3455fb8 (diff)
downloadscintilla-mirror-rel-4-4-2.tar.gz
Updates for 4.4.2.rel-4-4-2
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 63876e3f3..9ef642d65 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -566,6 +566,28 @@
</li>
</ul>
<h3>
+ <a href="https://www.scintilla.org/scite442.zip">Release 4.4.2</a>
+ </h3>
+ <ul>
+ <li>
+ Released 2 June 2020.
+ </li>
+ <li>
+ On Cocoa using Xcode changed Lexilla.dylib install path to @rpath as would otherwise try /usr/lib which
+ won't work for sandboxed applications.
+ </li>
+ <li>
+ On Cocoa using Xcode made work on old versions of macOS by specifying deployment target as 10.8
+ instead of 10.15.
+ </li>
+ <li>
+ On Win32 fix static linking of Lexilla by specifying calling convention in Lexilla.h.
+ </li>
+ <li>
+ SciTE now uses default shared library extension even when directory contains '.'.
+ </li>
+ </ul>
+ <h3>
<a href="https://www.scintilla.org/scite440.zip">Release 4.4.0</a>
</h3>
<ul>