File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Revision 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
691.21 Tue Sep 27 09:40:12 UTC 2016
710 * Better support for facets. Cope with absent terms.
Original file line number Diff line number Diff line change 11NAME=libnet-z3950-simpleserver-perl
2- VERSION=1.21
2+ VERSION=1.22
33OMIT_FROM_DIST="archive"
44DEBIAN_DIST="jessie wheezy"
55UBUNTU_DIST="xenial wily trusty precise"
Original file line number Diff line number Diff 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
4141bootstrap Net::Z3950::SimpleServer $VERSION ;
4242
You can’t perform that action at this time.
0 commit comments