-
QOF 0.8.0 released on alioth
QOF 0.8.0 (libqof2) has been released on alioth.debian.org:
https://alioth.debian.org/projects/qof/
There will be no QOF further releases from SourceForge.
2009-05-19 13:35:29 UTC by codehelpgpg
-
QOF has MOVED!
QOF has moved to Alioth to enable a sane mailing list and indexable archive, a friendly Wiki and an overall better experience in development. See http://qof.alioth.debian.org/
2008-04-17 19:33:11 UTC by codehelpgpg
-
QOF 0.7.4 released
A framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.
0.7.4 is expected to be the last release of libqof1 - 0.8.0 is expected to be the first release of libqof2.
v0.7.4 includes 'qof.pc' in advance of libqof2 to ease the imminent transition - packages can now check for 'qof' via pkg-config (instead of 'qof-1') and still build against libqof2 when qof-1.pc is removed.
0.7.4 also includes GDA backend improvements - likely to be enabled for libqof2.
2008-01-29 22:06:05 UTC by codehelpgpg
-
QOF 0.7.3 released
A framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.
v0.7.3 migrates to libgda3-3. The new sqlite_kvp table is created if not already present. Removed Requires.private from pkg-config data as libxml2 is no longer needed, even for static. Ensure libqofsql is linked against libglib2.0-0 and libqof1 linked against libqofsql (when built). Remove need for perl. Add the --disable-gdasql configure option and tie it into --enable-embedded.
2007-12-19 21:58:47 UTC by codehelpgpg
-
QOF 0.7.2 released
A framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.
Removed some build macros that complicated cross-building. Improved speed of sqlite backend by reducing the number of operations thatare passed back to sqlite. Fix sqlite error that resulted in spurious temporary files. Package the .pot file directly because the TP project is simply too slow to cope anymore. Fix doxygen support so thatit can be disabled cleanly.
Removed AM_MAINTAINER_MODE - unnecessary macro that complicates the build.
New Brazilian Portuguese and Indonesian translations.
KVP_TYPE_BOOLEAN support.
The stable release of libgda is unable to fully support a QOF backend module and after the backporting and delays suffered within pilot-qof, I am unwilling to go chasing an unstable or CVS release. libgda support is therefore delayed.
Extensible error handling. The backend errors have been extended into an extensible error handler that is available either through the backend or through the session (for applications). QofError is designed for user-friendly messages and supports setting errors and error messages on-the-fly to provide user error messages that are as detailed, relevant and helpful as possible.
Programming output should still be logged with QofLog.
2006-12-29 12:09:48 UTC by codehelpgpg