Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorccgus <gus@flyingmeat.com>2014-01-18 00:33:20 +0400
committerccgus <gus@flyingmeat.com>2014-01-18 00:33:20 +0400
commitd54f817686236ee0c3a867c756781726de28b923 (patch)
tree3eaf90b74dc5346efb5bf987458f10d96e7d0940
parent018a7b81dd8b63d2c766e7482db8779599b754b3 (diff)
Contribs and notes.
-rw-r--r--CHANGES_AND_TODO_LIST.txt3
-rw-r--r--CONTRIBUTORS.txt2
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index 72c1219..ff8be83 100644
--- a/CHANGES_AND_TODO_LIST.txt
+++ b/CHANGES_AND_TODO_LIST.txt
@@ -3,6 +3,9 @@ Zip, nada, zilch. Got any ideas?
If you would like to contribute some code- awesome! I just ask that you make it conform to the coding conventions already set in here, and to add a couple of tests for your new code to fmdb.m. And of course, the code should be of general use to more than just a couple of folks. Send your patches to gus@flyingmeat.com.
+2014.01.17
+ It's never been safe to reentrantly call -[FMDatabaseQueue inDatabase:], as it would block. Which can be kind of annoying - so now FMDB will crash instead (thanks to Mike Ash for the patch).
+
2013.12.10
Lots of little updates - new test targets, ARC simplification, and open flags to FMDatabaseQueue (thanks Graham Dennis), FMDatabaseQueue now has + (Class)databaseClass; which can return a new subclass of FMDatabase for custom stuff (thanks Timur Islamgulov),
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 244cb0c..7b8a9ac 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -43,5 +43,7 @@ Joshua Tessier
Graham Dennis
Nick Hodapp
Xianliang Li (Oldman)
+David Hart
+Mike Ash
Aaaaannnd, Gus Mueller (that's me!)