From boris at codesynthesis.com Sun Feb 2 23:03:00 2014 From: boris at codesynthesis.com (Boris Kolpackov) Date: Sun Feb 2 23:00:56 2014 Subject: [odb-announcements] libodb-qt 2.3.1 bugfix released Message-ID: Hi, A new bugfix release for the Qt ODB profile library (libodb-qt) is now available. It removes the dependency on the STL compatibility functions in Qt, which may not be available. In other words, this is a portability fix and if you are not experiencing any problems with libodb-qt 2.3.0, you don't need to upgrade. For more details on this issue, see the following mailing list thread: http://www.codesynthesis.com/pipermail/odb-users/2014-January/001771.html http://www.codesynthesis.com/pipermail/odb-users/2014-February/001772.html You can download the new packages from the ODB download page: http://www.codesynthesis.com/products/odb/download.xhtml SHA1 checksums for the files in this release are as follows: 4f32f9a810adbb2fac45008a408a564d49a86ce6 libodb-qt-2.3.1.tar.bz2 7931df04fc746101356e170297002d90a3e1fd21 libodb-qt-2.3.1.tar.gz 94e219ec25d55b846ceac018e751ab9d909bea2e libodb-qt-2.3.1.zip Boris From boris at codesynthesis.com Wed Feb 26 01:53:32 2014 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Feb 26 01:56:33 2014 Subject: [odb-announcements] ODB packages for RHEL 5, 6 and Fedora 19-21 available Message-ID: Hi, Thanks to a persistent effort by Dave Johansen, official ODB packages are now available for RedHat Enterprise Linux (EL) 5 and 6 (and derivatives such as CentOS, Scientific Linux, etc.), as well as Fedora 19-21. The EL packages are available in the EPEL (Extra Packages for Enterprise Linux) repository[1]. Note that the ODB compiler package depends on the devtools package which provides the newer version of GCC (you can still use the stock GCC version that comes with EL to build your ODB-based applications). The Fedora packages are available from the standard Fedora package repositories. You can install ODB from these repositories just like any other package, for example, by using 'yum': yum install odb yum install libodb yum install libodb-sqlite The following ODB components are packaged: odb ODB compiler libodb Common ODB runtime libodb-mysql MySQL ODB runtime libodb-sqlite SQLite ODB runtime libodb-pgsql PostgreSQL ODB runtime libodb-qt Qt ODB profile libodb-boost Boost ODB profile Enjoy and, again, many thanks to Dave Johansen for his effort. [1] https://fedoraproject.org/wiki/EPEL/FAQ Boris