Commit 00fc3165 by Dane Springmeyer

Merge pull request #486 from bengotow/master

Upgrade to Sqlite 3.8.11.1
parents 4955b79f e3ec30c1
# Changelog # Changelog
## 3.0.10
- Upgraded SQLite to 3.8.11.1: https://www.sqlite.org/releaselog/3_8_11_1.html
## 3.0.9 ## 3.0.9
- Fixed build regression against alpine linux (musl) - Fixed build regression against alpine linux (musl)
...@@ -136,5 +140,3 @@ Released October 22nd, 2013 ...@@ -136,5 +140,3 @@ Released October 22nd, 2013
Released August 7th, 2013 Released August 7th, 2013
- Minor readme additions and code optimizations - Minor readme additions and code optimizations
{ {
'variables': { 'variables': {
'sqlite_version%':'3081002', 'sqlite_version%':'3081101',
"toolset%":'', "toolset%":'',
}, },
'target_defaults': { 'target_defaults': {
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.0.9", "version": "3.0.10",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment