Release 1.81

This commit is contained in:
Jason Hood 2017-12-30 11:46:02 +10:00
parent 3c61ef860d
commit a2c3595477
3 changed files with 4 additions and 4 deletions

2
ANSI.c
View File

@ -180,7 +180,7 @@
added DECSTR & RIS;
fix state problems with windowless processes.
v1.81-wip, 26 to 28 December, 2017:
v1.81, 26 to 28 December, 2017:
combine multiple CRs as one (to ignore all CRs before LF);
don't process CR or BS during CRM;
don't flush CR immediately (to catch following LF);

View File

@ -334,7 +334,7 @@ Version History
Legend: + added, - bug-fixed, * changed.
1.81-wip - 28 December, 2017:
1.81 - 28 December, 2017:
- fix multiple CRs before LF (including preventing an immediate flush);
- fix CR, BS and partial RM during CRM;
- fix buffer overflow caused by incorrect critical section;

View File

@ -2,8 +2,8 @@
version.h - Version defines.
*/
#define PVERS L"1.81-wip" // wide string
#define PVERSA "1.81-wip" // ANSI string (windres 2.16.91 didn't like L)
#define PVERS L"1.81" // wide string
#define PVERSA "1.81" // ANSI string (windres 2.16.91 didn't like L)
#define PVERE L"181" // wide environment string
#define PVEREA "181" // ANSI environment string
#define PVERB 1,8,1,0 // binary (resource)