- updated to 0.44 see /usr/share/doc/packages/perl-WebService-Solr/Changes 0.44 - No code changes. - Fixed URL for the issue tracker. - Updated directories to get response tests to run. OBS-URL: https://build.opensuse.org/request/show/841950 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WebService-Solr?expand=0&rev=15
133 lines
4.4 KiB
Plaintext
133 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 11 03:09:08 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.44
|
|
see /usr/share/doc/packages/perl-WebService-Solr/Changes
|
|
|
|
0.44 Fri Jan 10 13:29:02 CST 2020
|
|
- No code changes.
|
|
- Fixed URL for the issue tracker.
|
|
- Updated directories to get response tests to run.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 26 07:00:22 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.42
|
|
see /usr/share/doc/packages/perl-WebService-Solr/Changes
|
|
|
|
0.42 Tue Apr 25 16:59:02 CDT 2017
|
|
- No changes since 0.41_01
|
|
|
|
0.41_01 Wed Apr 19 17:21:29 CDT 2017
|
|
- No functionality changes.
|
|
- Added a missing Carp. Thanks, Luke Closs.
|
|
- Stopped using Module::Install and switched to ExtUtils::MakeMaker
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 14 08:02:20 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.40
|
|
see /usr/share/doc/packages/perl-WebService-Solr/Changes
|
|
|
|
|
|
0.40 Wed Dec 11 21:32:17 CST 2017
|
|
- No functionality changes.
|
|
- New maintainer: Andy Lester
|
|
- Big jump in version number to show a new numbering scheme.
|
|
|
|
0.24_01 Fri Dec 9 22:45:03 CST 2016 *DEVELOPER RELEASE*
|
|
- Switch from the deprecated Any::Moose to Moo + Types::Standard.
|
|
Thanks, ilmari.
|
|
|
|
|
|
# Before this point, Brian Cassidy was the maintainer. The version
|
|
numbering scheme was different from what it is now.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 20:20:29 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.23
|
|
see /usr/share/doc/packages/perl-WebService-Solr/Changes
|
|
|
|
0.23 2014-02-07 16:58
|
|
- Fix a bug in Webservice::Solr::Query::stringify() where it would
|
|
sometimes modify the query argument structure passed in. This would
|
|
make subsequent calls to stringify be broken and wrong, or even blow up.
|
|
- The ::Query module no longer loads Data::Dumper automatically.
|
|
|
|
0.22 2013-04-02 17:03
|
|
- Speed up ->value_for() to lazily find the first field, rather than
|
|
processing all of ->values_for() and taking the first value.
|
|
|
|
0.21 2012-11-29
|
|
- Get rid of use_ok() in the tests.
|
|
- Minor documentation fixes.
|
|
|
|
0.20 2012-11-29
|
|
- Avoid random hash key ordering issues (perl 5.17.6) when testing
|
|
WebService::Solr::Query (RT #81527)
|
|
|
|
0.19 2012-05-25
|
|
- Merge default_params in with other params in the post body
|
|
|
|
0.18 2012-05-24
|
|
- Force previous switch to a post request to be utf-8 encoded
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 01 15:19:17 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.17:
|
|
* changed the solr search to use a post request
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 23:04:00 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.14:
|
|
* fix broken logic for figuring out rows per page when not explicitly
|
|
specified. It was broken on the last page when the number of rows returned
|
|
was less than the default. We now just assume 10 rows which is the default
|
|
in Solr.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 06 06:29:07 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.13:
|
|
* replace XML::Generator with XML::Easy
|
|
* de-mooseify the Document and Field classes to help speed up (about 3x)
|
|
document creation and serialization
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 12 19:29:29 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.12:
|
|
* clean up docs in relation to autocommit
|
|
* handle blessed field values
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 08:31:26 UTC 2011 - coolo@novell.com
|
|
|
|
- updated to 0.11
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:36:03 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:31:28 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 28 07:03:49 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.11:
|
|
- add a note about enabling Keep-Alive connections
|
|
- add field_names method to Document
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 15 17:09:45 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (0.10)
|
|
|