Issue #19450: Update OS X installer builds to use SQLite 3.8.11.

This commit is contained in:
Ned Deily 2015-07-28 23:22:23 -07:00
parent 1ee9283254
commit bb1c079657
3 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@ Library
- Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
- Issue #19450: Update Windows builds to use SQLite 3.8.11.0
- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
- Issue #23441: rcompleter now prints a tab character instead of displaying
possible completions for an empty word. Initial patch by Martin Sekera.