aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-06-19 12:23:29 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-06-19 12:23:29 +0000
commit1d79a1fc553d46a7b400231ff5c8eab34e4cf81f (patch)
treeb0e645bb5dd05cb6a0bad7ec7258b18a22379b28 /UPDATING
parenta0c4a580164902674d6405f0c472b00fb65ff857 (diff)
downloadports-1d79a1fc553d46a7b400231ff5c8eab34e4cf81f.tar.gz
ports-1d79a1fc553d46a7b400231ff5c8eab34e4cf81f.zip
Oops, forgot the UPDATING change to follow up r417115
PR: 210376 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Notes
Notes: svn path=/head/; revision=417116
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 70aa47663461..d2e59aaf34a1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160619
+ AFFECTS: users of databases/py-apsw
+ AUTHOR: rm@FreeBSD.org
+
+ SQLite 3.12 completely changed the semantics of VFS.xGetLastError() in an
+ incompatible way. This required a rewrite of the relevant C, Python and test
+ code. If you implement or use this method then you have to rewrite your code
+ too. Also note that running the test suite from an earlier version of APSW
+ against this or future SQLite versions will result in consuming all memory,
+ swap or address space (an underlying integer changed meaning).
+
20160616
AFFECTS: users of security/openssl*, security/libressl*
AUTHOR: mat@FreeBSD.org