[SCM] Debian packaging of libsearch-xapian-perl branch, master, updated. debian/1.2.7.0-2-2-g889ebcc
Olly Betts
olly at survex.com
Sat Dec 17 13:05:27 UTC 2011
The following commit has been merged in the master branch:
commit 889ebcc2d0afef083ca6e1c2ac475889a71dacee
Author: Olly Betts <olly at survex.com>
Date: Sun Dec 18 02:05:05 2011 +1300
New upstream release 1.2.8.0
diff --git a/Changes b/Changes
index ba6de00..1e8fa22 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for Perl extension Search::Xapian.
+1.2.8.0 Tue Dec 13 14:45:07 UTC 2011
+ [Changes contributed by Olly Betts]
+ - Add note to README about documentation, pointing out that the docs
+ for Xapian are useful.
+ - Improve note in README about moving to SWIG-generated wrappers in the
+ next release series.
+
1.2.7.0 Wed Aug 10 06:14:53 UTC 2011
[Changes contributed by Olly Betts]
- Note in README that the hand-coded XS wrappers are heading for
diff --git a/META.yml b/META.yml
index 22b6f0c..f3e50e0 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Search-Xapian
-version: 1.2.7.0
+version: 1.2.8.0
abstract: Perl XS frontend to the Xapian C++ search library.
license: ~
author:
diff --git a/README b/README
index 14a35a3..10b5d1a 100644
--- a/README
+++ b/README
@@ -1,14 +1,17 @@
-Search::Xapian version 1.2.7.0
+Search::Xapian version 1.2.8.0
==============================
-This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.
+This is Search::Xapian, a Perl XS interface to the Xapian C++ search library.
-We are working on replacing this module with a version generated with SWIG.
-You can find the current work on this in the xapian-bindings sources which
-are available from http://xapian.org/download - in Xapian 1.3.0 (which is
-a development release), the hand-coded XS wrappers will be retired. If
-you want to help make this a smooth migration, please test your code with the
-new wrappers and report any issues you find.
+In the next release series (Xapian 1.4.x) these hand-coded XS wrappers will
+be replaced with a version generated with SWIG. This means that new C++
+API features can be wrapped for Perl more quickly and easily than currently.
+
+These new wrappers attempt to be compatible with the current ones, but we
+encourage you to try them with your code and report any incompatibilities so we
+can attempt to address them. Currently this work in on trunk in the Xapian SVN
+tree, and it will be available in the forthcoming Xapian 1.3.0 development
+release.
INSTALLATION
@@ -46,6 +49,13 @@ This module requires these other modules and libraries:
The Xapian C++ search library, which can be downloaded by following
the instructions on http://xapian.org/
+DOCUMENTATION
+
+Most of the classes have POD documentation, which you can view using perldoc or
+man (e.g. perldoc Search::Xapian::Database). The Perl API closely follows the
+C++ API in most places, so the documentation for Xapian itself is generally
+applicable: <http://xapian.org/docs/>
+
COPYRIGHT AND LICENCE
Please report any bugs/suggestions to <xapian-discuss at lists.xapian.org>
diff --git a/Xapian.pm b/Xapian.pm
index 46a4be3..96b70cb 100644
--- a/Xapian.pm
+++ b/Xapian.pm
@@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;
-our $VERSION = '1.2.7.0';
+our $VERSION = '1.2.8.0';
use Exporter 'import';
diff --git a/debian/changelog b/debian/changelog
index 48fd5e7..481c161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsearch-xapian-perl (1.2.8.0-2) unstable; urgency=low
+
+ * Actually include the changes in 1.2.8.0.
+
+ -- Olly Betts <olly at survex.com> Sat, 17 Dec 2011 12:57:09 +0000
+
libsearch-xapian-perl (1.2.8.0-1) unstable; urgency=low
* New upstream release.
--
Debian packaging of libsearch-xapian-perl
More information about the Pkg-perl-cvs-commits
mailing list