Skip to content

Commit 281b5c1

Browse files
committed
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop-8.1-09.11.2016
2 parents dcf89df + ac76fc4 commit 281b5c1

File tree

169 files changed

+1422
-1092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+1422
-1092
lines changed

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

33
constant kMergExtVersion = "2016-10-26"
4-
constant kTSNetVersion = "1.2.3"
4+
constant kTSNetVersion = "1.2.5"
55

66
local sEngineDir
77
local sWorkDir
@@ -653,4 +653,4 @@ command builderExtUnpack pEdition
653653
-- Ensure that the TSNet bundle is downloaded and unpacked
654654
builderTSNetUnpack builderTSNetVersion(), tEdition
655655
end if
656-
end builderExtUnpack
656+
end builderExtUnpack

docs/dictionary/function/revOpenDatabase.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ Use the <revOpenDatabase> function to start working with a database.
212212
> 'SSL Encryption' from among the available 'script libraries' in the
213213
> standalone application settings panel.
214214

215-
The version of SQLite has been updated to 3.8.2.
215+
The version of SQLite has been updated to 3.15.0.
216216

217-
The SQLite RTREE module is now available.
217+
The SQLite RTREE and FTS5 modules are now available.
218218

219219
SQLite loadable extensions are now supported. To utilize loadable
220220
extensions, the 'extensions' option must be passed to the

docs/notes/bugfix-18275.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Enable sqlite FTS5 feature

docs/notes/bugfix-18287.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Update sqlite version to 3.15.0

docs/notes/bugfix-18499.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix libUrlSetStatusCallback on mobile platforms when tsNet is in use

docs/notes/bugfix-18623.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Remove tsneterr: from the start of output of tsNetVersion()

docs/notes/bugfix-18690.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Provide mergExt Builds for building against iOS 10.1 SDK

docs/notes/bugfix-18691.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Provide tsNet Builds for building against iOS 10.1 SDK

docs/notes/bugfix-18703.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix handling of new tsNet network requests when an existing network request is still waiting to connect

docs/notes/bugfix-18709.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cannot deploy an app to iOS 10.1 simulator

0 commit comments

Comments
 (0)