From da62bbe03bdc76c8da2b9302551fe0bc2e7bdd83 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Thu, 2 Nov 2017 19:18:08 -0400 Subject: [PATCH] Windows 10 (UWP) build with /SAFESEH flag on Win32 (x86) target ref: - litehelpers/Cordova-sqlite-storage#563 (comment) - litehelpers/Cordova-sqlite-storage#685 --- CHANGES.md | 4 +++- README.md | 1 + package.json | 2 +- plugin.xml | 2 +- .../SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj | 2 ++ 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9b33cd4e9..e09c5ef0a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # Changes -##### cordova-sqlite-legacy-core 1.0.0 +##### cordova-sqlite-legacy-core 1.0.1-pre1 + +- Windows 10 (UWP) build with /SAFESEH flag on Win32 (x86) target ###### cordova-sqlite-legacy-express-core 1.0.2 diff --git a/README.md b/README.md index 162d7f76d..be883f321 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Use the `location` or `iosDatabaseLocation` option in `sqlitePlugin.openDatabase ## Announcements +- Windows 10 (UWP) build with /SAFESEH flag on Win32 (x86) target to specify "Image has Safe Exception Handlers" as described in - Fixed iOS/macOS platform version to use [PSPDFThreadSafeMutableDictionary.m](https://gist.github.com/steipete/5928916) to avoid threading issue ref: [litehelpers/Cordova-sqlite-storage#716](https://github.com/litehelpers/Cordova-sqlite-storage/issues/716) - Resolved transaction problem after window.location (page) change with possible data loss ref: [litehelpers/Cordova-sqlite-storage#666](https://github.com/litehelpers/Cordova-sqlite-storage/issues/666) - [brodybits / cordova-sqlite-test-app](https://github.com/brodybits/cordova-sqlite-test-app) project is a CC0 (public domain) starting point (NOTE that this plugin must be added) and may also be used to reproduce issues with this plugin. diff --git a/package.json b/package.json index 48516d674..d38925a8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-sqlite-legacy-core", - "version": "1.0.0", + "version": "1.0.1-pre1", "description": "Native interface to SQLite for PhoneGap/Cordova (legacy core version branch)", "cordova": { "id": "cordova-sqlite-legacy-core", diff --git a/plugin.xml b/plugin.xml index 53fc223c3..126066336 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.0.1-pre1"> Cordova sqlite storage plugin - legacy core version branch diff --git a/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj b/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj index 3c46ddcf1..1241bd2c7 100644 --- a/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj +++ b/src/windows/SQLite3-Win-RT/SQLite3/SQLite3.UWP/SQLite3.UWP.vcxproj @@ -131,6 +131,7 @@ Console false + /SAFESEH %(AdditionalOptions) @@ -147,6 +148,7 @@ Console false + /SAFESEH %(AdditionalOptions)