Version 1.14 v1.14
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Aug 2011 19:37:44 +0000 (19:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Aug 2011 19:37:44 +0000 (19:37 +0000)
Changes
IDMETA
SimpleServer.pm
debian/changelog
debian/rules

diff --git a/Changes b/Changes
index 12075df..306ebd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Perl extension Net::Z3950::SimpleServer
 
-1.14  [IN PROGRESS]
+1.14  Thu Aug 18 08:47:13 UTC 2011
+       - Support for facets in search handler
        - Corrections to manual, kindly supplied by Ben Webb
          <bjwebb67@googlemail.com>
        - Resolve contradictory licence terms: SimpleServer is now
diff --git a/IDMETA b/IDMETA
index 7ced9d8..9ab2d41 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,5 @@
 NAME=libnet-z3950-simpleserver-perl
-VERSION=1.13
+VERSION=1.14
 OMIT_FROM_DIST="archive"
 DEBIAN_DIST="wheezy squeeze lenny"
 UBUNTU_DIST="natty maverick lucid karmic"
index e5c90b1..bf48e42 100644 (file)
@@ -36,7 +36,7 @@ require AutoLoader;
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
-$VERSION = '1.13';
+$VERSION = '1.14';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
index 6962ea1..d27fb36 100644 (file)
@@ -1,3 +1,9 @@
+libnet-z3950-simpleserver-perl (1.14-1) testing; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 18 Aug 2011 19:28:54 +0000
+
 libnet-z3950-simpleserver-perl (1.13-1) testing; urgency=low
 
   * Upstream.  Actually, the only change is to the test script, but that
index d5265ab..4197e89 100755 (executable)
@@ -54,7 +54,7 @@ install-stamp:
        dh_clean -k
 
        # Add commands to install the package into debian/$PACKAGE_NAME here
-       $(MAKE) test
+       $(MAKE)
        $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
        # As this is a architecture dependent package, we are not