Next | Query returned 44 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2016-04-30 16:14:28 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.23.0. From the changelog:

[Changes contributed by Olly Betts]
- makehtmldocs: Fix inter-class links in generated HTML.
- Fix typo in POD documentation.
- Update Xapian website and trac links to use https, which is now
  supported, thanks to James Aylett.
   2016-01-13 22:09:19 by Amitai Schlair | Files touched by this commit (2) | Package updated
Log message:
Update to 1.2.22.0. From the changelog:

[Changes contributed by Val Rosca, updated by Andreas Marienborg]
- Wrap MatchSpy and ValueCountMatchSpy classes
- Wrap Enquire's add_matchspy and clear_matchspies methods, keeping
  track of references to Perl MatchSpy objects to avoid leaks.
- t/facets.t

[Changes contributed by Olly Betts]
- Fix infinite loop trying to build with CPANPLUS (fixes #692, reported
  by Andreas Vögele).
- t/termgenerator.t: If a memory leak is detected, report how many
  objects were allocated before and after the test.
- Allow for "_gitN" tag on snapshots when checking for version
  compatibility with xapian-core.
- META.yml: Fix specified licence to be a valid name ('perl' instead of
  'perl_5').
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-05-23 20:21:33 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.21.0. From the changelog:

[Changes contributed by Olly Betts]
- Support passing collapse_max argument to Enquire::set_collapse_key().
  Fixes #669, reported by Felix Ostmann.
- Add missing 'my' to testcases.
- Add 'use strict' to all testcases.
- Add a "LICENSE" section to the main POD.
- META.yml: Specify licence and minimum Perl version.
- Fix t/symboltest.t to work when built against an installed version
  of xapian-core (broken by changes in 1.2.20.0).
- Fix "Filehandle STDOUT reopened as M only for input" warning from
  running "perl Makefile.PL".
- Remove TODO for wrapping MatchAll and MatchNothing - these were added
  in 1.2.13.0.  Reported by Will Crawford.
- Wrap Xapian::BAD_VALUENO.
- Fix "make test" to use the Xapian.so we just built, rather than an
  installed version.
   2014-11-17 10:06:18 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.19.0. From the changelog:

[Changes contributed by Dmitry Karasik]
- Fix deliberate leaks in QueryParser::add_valuerangeprocessor() and
  QueryParser::set_stopper() by tracking object ownership properly.
  (ticket#647)
[Changes contributed by Olly Betts]
- Fix deliberate leaks in TermGenerator::set_stopper() and Enquire
  methods which allow specifying a Sorter object similarly.
   2014-07-06 17:21:59 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.18.0. From the changelog:

- README: Add link to "Getting Started with Xapian".
- Mass whitespace clean-up.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-02-20 20:16:09 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.17.0. From the changelog:

- Bump the version to indicate compatibility with Xapian 1.2.17.
- t/symbol-test/Makefile.PL: Pass $CPPFLAGS and $CXXFLAGS from the
  environment through to the sub-build, fixing symbol-test.t failure
  when built with CPPFLAGS=-D_GLIBCXX_DEBUG. [Olly Betts]
   2013-06-04 23:29:13 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.2.15.0. From the changelog:

1.2.15.0  Tue Apr 16 23:43:24 UTC 2013
	[Changes contributed by Olly Betts]
	- Remove superfluous duplicate method wrappers from WritableDatabase
	  for methods wrapped in Database parent class.
	- Improve test coverage.
	- Fix minor typo in POD documentation.

1.2.14.0  Thu Mar 14 23:12:38 UTC 2013
	[Changes contributed by Olly Betts]
	- Perl 5.16.1 adds a '.' after "at foo line 123" so adjust regexp in
	  testcase t/10query.t to allow an optional '.' there.  (ticket#610)

1.2.13.0  Wed Jan  9 11:19:20 UTC 2013
	[Changes contributed by Adam Sjøgren]
	- Wrap 2 and 3 parameter forms of StringValueRangeProcessor
	  constructor so prefixes and suffixes can be specified.
	  (ticket#607)
	[Changes contributed by Olly Betts]
	- Wrap the zero argument Query constructor.
	- Add wrappers for Query::MatchAll and Query::MatchNothing.
	- Don't pointlessly reinitialise default std::string parameters to an
	  empty string (performance and code size micro-optimisation).

1.2.12.0  Wed Jun 27 12:17:26 UTC 2012
	- No change except for bumping the version to indicate compatibility
	  with Xapian 1.2.12.

1.2.11.0  Tue Jun 26 12:13:39 UTC 2012
	- No change except for bumping the version to indicate compatibility
	  with Xapian 1.2.11.

1.2.10.0  Wed May  9 10:45:51 UTC 2012
	[Changes contributed by Olly Betts]
	- Wrap Database::close() (was previously only wrapped for
	  WritableDatabase).
	- Suppress warnings about "not a known MakeMaker parameter name" in a
	  way which also works for newer versions of Perl.

1.2.9.0  Thu Mar  8 07:19:27 UTC 2012
	[Changes contributed by Olly Betts]
	- Wrap Document::get_docid() method.
	- Fix "Use of qw(...) as parentheses is deprecated" warnings in tests
	  with Perl 5.14.
	- Improve test coverage of TermGenerator (backported from trunk).

Next | Query returned 44 messages, browsing 21 to 30 | Previous