diff options
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 17 | ||||
-rw-r--r-- | doc/index.html | 6 | ||||
-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 |
7 files changed, 27 insertions, 16 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 5a1d311a4..31b8c9e32 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla332.zip?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla333.zip?download"> Windows</a> - <a href="http://prdownloads.sourceforge.net/scintilla/scintilla332.tgz?download"> + <a href="http://prdownloads.sourceforge.net/scintilla/scintilla333.tgz?download"> GTK+/Linux</a> </font> </td> @@ -41,7 +41,7 @@ containing very few restrictions. </p> <h3> - Release 3.3.2 + Release 3.3.3 </h3> <h4> Source Code @@ -49,8 +49,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla332.zip?download">zip format</a> (1250K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla332.tgz?download">tgz format</a> (1100K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla333.zip?download">zip format</a> (1250K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla333.tgz?download">tgz format</a> (1100K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f9abcd0c6..04e612fc7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -441,19 +441,30 @@ </h3> <ul> <li> - Released 22 December 2013. + Released 2 June 2013. </li> <li> Lexer and folder added for Structured Text language. <a href="http://sourceforge.net/p/scintilla/feature-requests/959/">Feature #959.</a> </li> <li> + Out of bounds access fixed for GTK+. + <a href="http://sourceforge.net/p/scintilla/bugs/1480/">Bug #1480</a>. + </li> + <li> + Crash fixed for GTK+ on Windows paste. + </li> + <li> + Bug fixed with incorrect event copying on GTK+ 3.x. + <a href="http://sourceforge.net/p/scintilla/bugs/1481/">Bug #1481</a>. + </li> + <li> Bug fixed with right to left locales, like Hebrew, on GTK+. - <a href="http://sourceforge.net/p/scintilla/bugs/1477/">Bug #1477 </a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1477/">Bug #1477</a>. </li> <li> Bug fixed with undo grouping of tab and backtab commands. - <a href="http://sourceforge.net/p/scintilla/bugs/1478/">Bug #1478 </a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1478/">Bug #1478</a>. </li> </ul> <h3> diff --git a/doc/index.html b/doc/index.html index 16d0b6c2a..e945574d0 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="20130522" /> + <meta name="Date.Modified" content="20130602" /> <style type="text/css"> #versionlist { margin: 0; @@ -55,8 +55,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 3.3.2<br /> - Site last modified May 22 2013</font> + <font color="#FFCC99" size="3"> Release version 3.3.3<br /> + Site last modified June 2 2013</font> </td> <td width="20%"> diff --git a/qt/ScintillaEdit/ScintillaEdit.pro b/qt/ScintillaEdit/ScintillaEdit.pro index 00ee238e4..864f07054 100644 --- a/qt/ScintillaEdit/ScintillaEdit.pro +++ b/qt/ScintillaEdit/ScintillaEdit.pro @@ -11,7 +11,7 @@ TARGET = ScintillaEdit TEMPLATE = lib CONFIG += lib_bundle -VERSION = 3.3.2 +VERSION = 3.3.3 SOURCES += \ ScintillaEdit.cpp \ diff --git a/qt/ScintillaEditBase/ScintillaEditBase.pro b/qt/ScintillaEditBase/ScintillaEditBase.pro index aab97f56a..30df55096 100644 --- a/qt/ScintillaEditBase/ScintillaEditBase.pro +++ b/qt/ScintillaEditBase/ScintillaEditBase.pro @@ -11,7 +11,7 @@ TARGET = ScintillaEditBase TEMPLATE = lib CONFIG += lib_bundle -VERSION = 3.3.2 +VERSION = 3.3.3 SOURCES += \ PlatQt.cpp \ diff --git a/version.txt b/version.txt index 6f96da669..55bd0ac4c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -332 +333 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 6b2654d4d..1d1f24c2a 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_SCINTILLA "3.3.2" -#define VERSION_WORDS 3, 3, 2, 0 +#define VERSION_SCINTILLA "3.3.3" +#define VERSION_WORDS 3, 3, 3, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS |