[odb-announcements] ODB 1.3.0 released

Boris Kolpackov boris at codesynthesis.com
Wed Apr 6 03:08:36 EDT 2011


Hi,

We have released ODB 1.3.0. The NEWS file entries for this release are
as follows:

  * 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.

Source code and pre-compiled binary packages for this release are available
from the ODB download page:

http://www.codesynthesis.com/products/odb/download.xhtml

SHA1 checksums for the files in this release are as follows:

e88688852b910f46dfac9284ae6ed48d74f1cbf2  libodb-1.3.0.tar.bz2
e2665950d9aba63c83a7510bcf1957486e03dd98  libodb-1.3.0.tar.gz
c45697d8efd4d002a479d38e2f19bf9336926262  libodb-1.3.0.zip
a5b5c62410a1ac7e341b01d433e96f02bc37815b  libodb-boost-1.3.0.tar.bz2
c115403fb97d0ba43275595e72aa51f17f63b04e  libodb-boost-1.3.0.tar.gz
fc5f24ab68a330e71e45179d2bde107bfcf9cf19  libodb-boost-1.3.0.zip
1ddad6a6a67b019a318a8f18a950a748a7580db8  libodb-mysql-1.3.0.tar.bz2
b245e1b0642ecb6a528c0b3a41f6457044b386a1  libodb-mysql-1.3.0.tar.gz
5cdc957921a95bf1d6832bf2987539663190ccbd  libodb-mysql-1.3.0.zip
360cbe2ebf5aa376ed4dfd2fca7dec8b541905ec  libodb-sqlite-1.3.0.tar.bz2
5545d52a174b33e97b6de620ebdb28d4f9cf302a  libodb-sqlite-1.3.0.tar.gz
6b002f489f1e5360fdf25642bbd7b0680af35b00  libodb-sqlite-1.3.0.zip
1908a95ba36c54aa0580e69b32963da5ee49561e  libodb-tracer-1.3.0.tar.bz2
506a7c667937e1e85761c1abdc313e85f3fec79f  libodb-tracer-1.3.0.tar.gz
4693f59c24a127c4f78631e4393c98bc39e307fe  libodb-tracer-1.3.0.zip
71fe19a71a1024c2964d4bfc48896244c6547a4a  odb-1.3.0-i686-linux-gnu.tar.bz2
fecb2bb420f9d6a05c2834c98ee84ffae2395ace  odb-1.3.0-i686-macosx.tar.bz2
4c2ae9618b6a8b792c9ad18f0a8a2e96c41d8912  odb-1.3.0-i686-solaris.tar.bz2
7901df90a33826ca83a532b40142a9dad4e0bc98  odb-1.3.0-i686-windows.zip
536202dfbfaca1f19e482944ea6665cac5e6d803  odb-1.3.0-sparc-solaris.tar.bz2
8bfb2034cc6a554d09708e371564215bb596b621  odb-1.3.0.tar.bz2
9b8e7782bb4ebb3858d8179ea5214260df6b9859  odb-1.3.0.tar.gz
5224e76a2568b704a5f2ed232ec6ffbf116e50e0  odb-1.3.0-x86_64-linux-gnu.tar.bz2
168b7505c542a10e0d71de469a44913c1e49d204  odb-1.3.0.zip
4bb687596387db65a2531ae8b0b0aabddbf70167  odb-examples-1.3.0.tar.bz2
b238d4e2d27c378c29051e2fd1d9249671050081  odb-examples-1.3.0.tar.gz
3ba3cf84aea9fa56dfe284ffe685c44d6e8096e2  odb-examples-1.3.0.zip
9155f4d7f729c0e37fbc01eb124ea039bdb510a4  odb-tests-1.3.0.tar.bz2
4d4c9c915900dc6a26191c73fed3dcc179526361  odb-tests-1.3.0.tar.gz
89606a385aee2fc0f9511c3b0033fe9280434d22  odb-tests-1.3.0.zip

Enjoy,
	Boris



More information about the odb-announcements mailing list