Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5b32d82

Browse files
committed
Merge branch 'develop-8.1' into develop
2 parents 716c795 + a682314 commit 5b32d82

32 files changed

Lines changed: 272 additions & 237 deletions

builder/builder_utilities.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script "BuilderUtilities"
22

3-
constant kMergExtVersion = "2016-9-13"
4-
constant kTSNetVersion = "1.2.2"
3+
constant kMergExtVersion = "2016-9-15"
4+
constant kTSNetVersion = "1.2.3"
55

66
local sEngineDir
77
local sWorkDir

docs/notes/bugfix-17541.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Fix problems with printing PDFs to some printers
2+
3+
It was possible for LiveCode to generate PDFs which were incompatible
4+
with some printers. This has been fixed by upgrading the PDF generation
5+
library which LiveCode uses (cairo).

docs/notes/bugfix-18285.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Sign tsNet external for OS X

docs/notes/bugfix-18293.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Crash when deleting a stack that is used as a popup menu

docs/notes/bugfix-18306.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Allow Android externals without java classes to be loaded

docs/notes/bugfix-18343.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix incorrect result from itemOffset when first character of stringToSearch is the delimiter

docs/notes/bugfix-18376.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix slow performance of trueWord chunk on large strings

docs/notes/bugfix-18380.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix empty URLResponse when using PUT requests with tsNet libUrl wrapper

docs/notes/bugfix-18414.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make sure resources are copied in the app bundle on iOS 10 simulator

0 commit comments

Comments
 (0)