Skip to content

Commit 8e84b72

Browse files
committed
Version 1.22
1 parent e961faf commit 8e84b72

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Revision history for Perl extension Net::Z3950::SimpleServer
22

3-
1.22 [IN PROGRESS]
3+
1.22 Tue Nov 1 11:23:56 UTC 2016
4+
* Extended service Item Order with XML body
5+
* SCHEMA_OID to fetch+present handler
46
* Include Travis files in MANIFEST.
7+
* Fix a couple of compiler warnings
58

69
1.21 Tue Sep 27 09:40:12 UTC 2016
710
* Better support for facets. Cope with absent terms.

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=libnet-z3950-simpleserver-perl
2-
VERSION=1.21
2+
VERSION=1.22
33
OMIT_FROM_DIST="archive"
44
DEBIAN_DIST="jessie wheezy"
55
UBUNTU_DIST="xenial wily trusty precise"

SimpleServer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require AutoLoader;
3636

3737
@ISA = qw(Exporter AutoLoader DynaLoader);
3838
@EXPORT = qw( );
39-
$VERSION = '1.21.1';
39+
$VERSION = '1.22';
4040

4141
bootstrap Net::Z3950::SimpleServer $VERSION;
4242

0 commit comments

Comments
 (0)