aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-05 09:35:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-05 09:35:19 +0200
commit242b0fc01bd7fad62a3d96f7065ec6a13d816cfc (patch)
tree702fa63387bb232909539d344073544eefe47588
parentde61f73a2b87c39e2a369a8ce2f908ff7d8ebcbe (diff)
Update NEWS file1.3.0
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2f6943a..912dd28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,18 @@
Version 1.3.0
- * Support for the SQLite database, including shared cache and unlock
- notification to aid concurrency. For more information, refer to
- Chapter 11, "SQLite Database" in the ODB manual.
+ * Support for the SQLite database. Provided connection factories include
+ 'new' (new connection is created every time one is requested), 'single'
+ (single connection is shared among all the callers), and 'pool' (a pool
+ of connections is maintained). In multi-threaded applications the runtime
+ uses the SQLite shared cache and unlock notification features to aid
+ concurrency. For more information, refer to Chapter 11, "SQLite Database"
+ in the ODB manual.
+
+ * Support for database-specific profiles. Now the ODB compiler first looks
+ for the <profile>-<database>.options file and only if this file is not
+ found, does it fall back to <profile>.options.
+
+ * Support for the GCC 4.6 plugin interface changes.
Version 1.2.0