From 5709f78aac1c03fd17d6a336eaf68ea76adbb48f Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Wed, 23 Apr 2014 10:28:43 -0500 Subject: [PATCH 1/2] Adjust cipher version test --- test/crypto.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/crypto.test b/test/crypto.test index 825f034..854f72a 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1498,7 +1498,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {3.0.1} +} {3.1.0} db close file delete -force test.db From b8455e0b01bc2c2172fa311765eacda66cbeecd0 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Sat, 1 Nov 2014 13:24:11 +0100 Subject: [PATCH 2/2] Fix dead link in README file Fix the link point to the issues page in the README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f4cea..cc15942 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ http://groups.google.com/group/sqlcipher Issues or support questions on using SQLCipher should be entered into the GitHub Issue tracker: -http://github.com/sjlombardo/sqlcipher/issues +https://github.com/sqlcipher/sqlcipher/issues Please DO NOT post issues, support questions, or other problems to blog posts about SQLCipher as we do not monitor them frequently.