Skip to content

Commit 04eaca9

Browse files
committed
Version 1.0.9 beta
1 parent 5260630 commit 04eaca9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _PYTHONSCRIPTVERSION_H
22
#define _PYTHONSCRIPTVERSION_H
33

4-
#define PYSCR_VERSION_NUMERIC 1,0,8,0
5-
#define PYSCR_VERSION_STRING "1.0.8.0"
4+
#define PYSCR_VERSION_NUMERIC 1,0,9,0
5+
#define PYSCR_VERSION_STRING "1.0.9.0"
66

77
#endif

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.8.{build}
1+
version: 1.0.9.{build}
22
image: Visual Studio 2017
33

44

www/changelog.shtml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<b>1.0.9.0</b>
4+
<ul>
5+
<li>Beta</li>
6+
<li>Adaptations for x64 build</li>
7+
<li>Sync with N++ interface files 7.5.4</li>
8+
<li>Updated scintilla interface to the one used for 7.5.4 which is version 3.5.6 + small fixes + wrapper generation corrections, updates</li>
9+
<li>Sync with N++ interface files 7.5.4</li>
10+
<li>reduced compiler warnings</li>
11+
<li>used plain python 2.7.14, without the modifications from fork https://github.com/bruderstein/python</li>
12+
</ul>
13+
<br/>
314
<b>1.0.8.0</b>
415
<ul>
516
<li>Fix for odd deadlock issues. GIL is now always given up when calling Notepad++ or Scintilla functions</li>

0 commit comments

Comments
 (0)