Changelog for
ruby2.5-rubygem-riddle-2.4.3-1.2.x86_64.rpm :
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 2.4.3 see installed HISTORY 2.4.3 - December 20th 2021 - Use File.exist? instead of the deprecated File.exists?. - Switched CI over to CircleCI, and testing against newer Sphinx/Manticore releases.
* Thu May 07 2020 cooloAATTsuse.com- updated to version 2.4.2 see installed HISTORY 2.4.2 - April 4th 2020 - Ensure parsing of files with a common section are rendered the same way.
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 2.4.1 see installed HISTORY 2.4.1 - January 4th 2020 - Fix typo of stopword_step setting. 2.4.0 - July 28th 2019 - Escape slashes and single quotes for attribute and field values in INSERT/REPLACE statements, rather than removing them (#103). - Remove support for Sphinx 2.0. - Add Manticore 2.7 and 2.8. - Test suite improvements. - Gemspec improvements (Olle Jonsson #105)
* Thu Nov 22 2018 cooloAATTsuse.com- updated to version 2.3.2 see installed HISTORY 2.3.2 - September 23rd 2018 - Fix attempt to modify a frozen string when generating configuration. - Test against Manticore 2.6.3.
* Mon Mar 26 2018 factory-autoAATTkulow.org- updated to version 2.3.1 see installed HISTORY 2.3.1 - March 25th 2018 - Handle parsing of invalid configuration files without endlessly looping. - Test against mysql2 0.5. - Test against Sphinx 3.0.
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 2.3.0 see installed HISTORY 2.3.0 - January 14th 2018 - Add controller method for merging indices. - Add support for sockets in searchd configuration. - Fix handling of command errors when executed via backticks (verbose).
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 2.2.2 see installed HISTORY 2.2.2 - December 2nd 2017 - Fix frozen string concatenation for searchd/indexer commands. 2.2.1 - December 2nd 2017 - Check if Mysql2::Client is defined before using it (not just Mysql2).
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 2.2.0 see installed HISTORY 2.2.0 - June 20th 2017 - Add compatibility for MRI\'s frozen string literals setting. - Stop packaging test files with gem releases (AATTdimko).
* Fri Jan 06 2017 cooloAATTsuse.com- updated to version 2.1.0 see installed HISTORY 2.1.0 - January 5th 2017 - Wrap string attribute filter values in single quotes. - Remove direct references to FixNum to avoid MRI 2.4 warnings. - Remove escaped line-endings while parsing. - Escape word-operators like MAYBE, NEAR etc (Jonathan del Strother)
* Mon Sep 26 2016 cooloAATTsuse.com- updated to version 2.0.0 see installed HISTORY 2.0.0 - September 25th 2016 - Start and stop commands now accept a verbose option. - Failed commands (as determined by a non-zero status code) raise a Riddle::CommandFailedError exception. - A missing configuration file when running the start and stop commands now raises a Riddle::NoConfigurationFileError instance instead of a generic RuntimeError instance. - Riddle::Controller now returns Riddle::CommandResult instances for indexing, start and stop commands, which includes status code and (non-verbose) output. - Handle group_concat attribute types (AATTcrazyshot, AATTbibendi). - Additional searchd settings: query_log_min_msec, agent_conect_timeout, agent_query_timeout, agent_retry_count, agent_retry_delay. - Default to 2.1.0 or newer support. - Move plugin_dir option from searchd to common.
* Tue Jun 02 2015 cooloAATTsuse.com- updated to version 1.5.12 see installed HISTORY 1.5.12 - June 1st 2015 - Adding ? as an escaped character (Alexey Nikitin). - Adding contributor code of conduct. - Spec fixes, and updating escape_column to not escape JSON expressions that make use of dot or bracket notation (Daniel Vandersluis). - Fix stop action to allow exception propagation (Dejan Simic).
* Mon Oct 13 2014 adrianAATTsuse.de- adapt to new rubygem packaging style