Changelog for
librasqal3-0.9.33-2.159.x86_64.rpm :
* Sun Mar 15 2015 p.drouandAATTgmail.com- Update to version 0.9.33
* Added support for reading and writing boolean result formats.
* Fixed several query engine operator evaluations (AVG, STRBEFORE,
* STRAFTER, CONCAT)
* Updated query results class constructor and methods, deprecating older.
* Portability fixes for ICC, clang and GCC 5.
* New internal test runner utility
* Variable bindings query results can be formatted in mKR CSV format.
* Multiple other fixes and improvements including fixing reported issues: 0000546, 0000568, 0000583 and 0000588.- Remove redundant %clean section
* Sat Feb 02 2013 hrvoje.senjanAATTgmail.com- Update to version 0.9.30: + Removed RDQL support + Improved floating equality, comparison and promotion rules + Other fixes and improvements
* Fri Feb 01 2013 cooloAATTsuse.com- update license again
* Mon May 21 2012 zaitorAATTopensuse.org- Update to version 0.9.29: + Supports all of SPARQL 1.0 by passing 100% of the approved tests. + Added support for XSD date. + Made XSD dateTime and XSD date equality and comparison work + Make limit and offset check work properly in a subquery + Correctly handle errors during aggregation expressions evaluation + Fix blank node generation when made in a CONSTRUCT to match SPARQL + Added SPARQL 1.1 draft UUID() and STRUUID() support + Requires Raptor 2.0.7+ + RDQL support will be removed in the next release (0.9.30) + Made other fixes and improvements including fixing reported issues: 0000493, 0000494 0000504 (http://bugs.librdf.org/)
* Mon Jan 23 2012 dmuellerAATTsuse.de- add baselibs.conf
* Wed Jan 04 2012 crrodriguezAATTopensuse.org- remove libmhash buildrequires, which development was abandoned on 2007-08-18 and therefore should not be used. the library will fallback to internal hashing routines.- remove obsolete configure options/cflags
* Wed Dec 21 2011 tittiatcokeAATTgmail.com- Remove the specific -32bit compilation for 64bit systems. This as that rasqal depends on mhash for which there is no -32bit package
* Wed Dec 21 2011 tittiatcokeAATTgmail.com- Update to 0.9.28
* Added full support for SPARQL 1.1 draft STRBEFORE, STRAFTER and REPLACE.
* Add internal Mersenne Twister PRNG or choose others via configure
* Language name \'sparql\' is now SPARQL 1.1
* The query result formats now all use the W3C Format URIs as their primary URI
* Improved configure check for for ceil(), floor() and round() to prevent GCC optimizing the test away and getting the wrong answer
* Bugfixes
* Sat Oct 08 2011 toddrme2178AATTgmail.com- Split documentation package (fix for RPMLINT warning)- Added mhash buildrequires- Cleaned up spec file formatting
* Mon Sep 19 2011 tittiatcokeAATTgmail.com- Update to 0.9.27
* sub-SELECTs can now be executed
* OPTIONAL and UNION fully execute correctly
* Grouping over sub-graph patterns fully executes correctly
* CONSTRUCT WHERE abbreviation is supported and executes
* CONSTRUCT works when working over a query with optionals
* Updated the CSV and TSV outputs to match the editor\'s draft SPARQL 1.1 Query Results CSV and TSV Formats
* Fixed issues: [1]#0000127, [2]#0000423, [3]#0000434, [4]#0000454 and [5]#0000459.