Skip to content

Commit 42f004b

Browse files
committed
Version 1.26
1 parent f8a420b commit 42f004b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Net::Z3950::SimpleServer
22

3+
1.26 Mon Oct 8 13:47:43 CEST 2018
4+
* SIM-29: Handle extended service XML-ES response
5+
36
1.25 Wed Sep 26 15:19:30 CEST 2018
47
* SIM-28: Handle extended service XML-ES (pass XML_ILL document)
58

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.25
2+
VERSION=1.26
33
OMIT_FROM_DIST="archive"
44
DEBIAN_DIST="stretch jessie wheezy"
55
UBUNTU_DIST="bionic xenial trusty"

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.25';
39+
$VERSION = '1.26';
4040

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

0 commit comments

Comments
 (0)