diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
commit | 1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b (patch) | |
tree | 3d9c5663445bc69262bcf36a1e50974dd526448f | |
parent | 78601728e07170bb6389625e9a4013e6e0aac223 (diff) | |
download | scintilla-mirror-1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b.tar.gz |
Updates for 5.0.1.
-rw-r--r-- | cocoa/Scintilla/Info.plist | 2 | ||||
-rw-r--r-- | cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | doc/ScintillaDownload.html | 4 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 4 | ||||
-rw-r--r-- | doc/index.html | 8 | ||||
-rw-r--r-- | qt/ScintillaEdit/ScintillaEdit.pro | 2 | ||||
-rw-r--r-- | qt/ScintillaEditBase/ScintillaEditBase.pro | 2 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 4 |
9 files changed, 16 insertions, 14 deletions
diff --git a/cocoa/Scintilla/Info.plist b/cocoa/Scintilla/Info.plist index bda3aaf80..a9219c764 100644 --- a/cocoa/Scintilla/Info.plist +++ b/cocoa/Scintilla/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>5.0.0</string> + <string>5.0.1</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>NSHumanReadableCopyright</key> diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index dbcacbb4d..fdba7f9ee 100644 --- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -545,7 +545,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.0.0; + CURRENT_PROJECT_VERSION = 5.0.1; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 657f5c74f..a425f5b05 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,7 +26,7 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla500.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla501.zip"> Windows</a> <a href="https://www.scintilla.org/scintilla500.tgz"> GTK/Linux</a> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 5.0.0 + Release 5.0.1 </h3> <h4> Source Code diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index faa7539fe..d0a8666ac 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -572,11 +572,11 @@ </ul> <h2>Releases</h2> <h3> - <a href="https://www.scintilla.org/scite501.zip">Release 5.0.1</a> + <a href="https://www.scintilla.org/scintilla501.zip">Release 5.0.1</a> </h3> <ul> <li> - Released 5 March 2021. + Released 5 April 2021. </li> <li> Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods. diff --git a/doc/index.html b/doc/index.html index 4c98b667d..14a892acf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20210305" /> + <meta name="Date.Modified" content="20210405" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> #versionlist { @@ -56,8 +56,8 @@ GTK, and OS X</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 5.0.0<br /> - Site last modified March 5 2021</font> + <font color="#FFCC99" size="3"> Release version 5.0.1<br /> + Site last modified April 5 2021</font> </td> <td width="20%"> @@ -72,6 +72,8 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.0.1 has significantly changed the interface between platform layers and platform-independent code + with more drawing capabilities. This includes ubiquitous translucency and variable stroke width to better support High DPI displays.</li> <li>Version 5.0.0 is an unstable release with lexers unbundled.</li> <li>Version 4.4.6 fixes building with Xcode 12.</li> <li>Version 4.4.5 fixes bugs with indicators, margin text, and ineffective layout caching.</li> diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 36ffdd017..121f1d626 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -12,7 +12,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 5.0.0 +VERSION = 5.0.1 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index e867418f9..34ba969b9 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -12,7 +12,7 @@ TEMPLATE = lib CONFIG += lib_bundle CONFIG += c++1z -VERSION = 5.0.0 +VERSION = 5.0.1 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index 1b79f38e2..c15fb720f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -500 +501 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index edf81c89c..44cfb4b34 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "5.0.0" -#define VERSION_WORDS 5, 0, 0, 0 +#define VERSION_SCINTILLA "5.0.1" +#define VERSION_WORDS 5, 0, 1, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |