Someone evidently commented out the ServerAlias line. But I don't know why that was...
[irspy-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index e67dfed..921b9b5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,39 @@
-
 Revision history for Perl extension ZOOM::IRSpy.
 
-1.02  [IN PROGRESS]
+1.03  [IN PROGRESS]
+       - Liberalise hostname validation regexp, so that hyphens are
+         allowed in the name.
+       - Add Search::Bath to Search::Main test.
+       - Assess reliability on the basis of the last sixty days only.
+       - Test for simple access-point-only searches when Bath-profile
+         searches fail.
+       - Introduce the notion of rules, which are applied under
+         specified conditions resulting in specified actions.  As a
+         motivating example, when working on a server with an
+         implementation name (or ID or version) matching a specified
+         regular expression, skip a named test: this is used to avoid
+         having the test of catalog.dallaslibrary.org:210/PAC hang
+         when we attempt to test its CQL capabilities.
+       - Sample rules file etc/dallas.rules
+       - The Web UI sets $ZOOM::IRSpy::xslt_max_depth to 3500, just
+         like the overnight test-script.  This is a hideous hack to
+         cope with the fact that XSLT can't iterate, and explodes if
+         you ask it to recurse across a list of more than a half
+         dozen elements.
+       - New script bin/irspy-xpath.pl -- a simple wrapper for
+         running an XPath with IRSpy-related namespaces established.
+       - Record::Fetch test registers a fail when the syntax actually
+         retrieved does not match that requested. Fixes bug IR-324.
+       - Add new test, Record::PiggyBack, with support for viewing,
+         editing and storing results. Fixes bug IR-333.
+       - IDs used in URLs for full-record links are properly
+         CQL-quoted. Fixes part of IR-303.
+       - Move aside the old, unused lib/ZOOM/Pod.pm. Will be removed
+         from distribution entirely in a subsequent release.
+       - Support new "irspy_data" log-level to register information
+         written to target description record.
+
+1.02  Wed Jul  7 16:43:36 BST 2010
        - Enhance setrlimit program so that it can set maximum
          address-space size as well as number of file descriptors.
        - Add new restrict_modulo() method to restrict tests to those
@@ -10,6 +42,50 @@ Revision history for Perl extension ZOOM::IRSpy.
        - Add new command-line options -m <n>,<i> to invoke
          restrict_modulo().  This enables us to set up cron jobs to
          test one seventh of the targets each night.
+       - Modify Zebra configuration to expect Z39.50 query terms to
+         be encoded using UTF-8 (which is what the Web UI uses)
+         rather than the default ISO-8859-1.  Fixes bug #3420.
+       - Add new test Record::OPAC which checks the ability to return
+         multiple OPAC records in a piggy-backed Search Response.
+         Test result is saved in the new element 
+         <irspy:status/irspy:multiple_opac>
+       - Add new test Search::Bath which checks the ability to
+         respond to Bath-profile searches.  Test result is saved in
+         the new element <irspy:status/irspy:search_bath name="NAME">
+         for NAME in "author", "title", "subject" and "any".
+       - The web UI displays this new information in full-record
+         view.
+       - A target can be disabled from participating in testing by
+         setting the irspy:status/i:disabled xmlns element.  This can
+         be set and unset from the Admin UI.  It's useful for
+         omitting targets that make long test runs take too long.
+       - Improve input validation for new targets.
+       - New and enhanced admin scripts (in ./bin) for IRSpy
+         maintenance.
+       - Fix search for zeerex.reliability = 0, bug #3399
+       - Improve timeout handling of targets. Stop testing a target
+         if we got to many timeouts (>= 3). Otherwise we have to wait
+         up to an hour to finish all tests for a broken target.  A
+         complete tests of all targets is now much faster and more
+         reliable.
+       - Ignore case for record syntax field. This solves the problem that 
+         you cannot search for record syntax "USmarc" if the server 
+         response was in lowercase "usmarc".
+       - Run only one instance of the IRSpy script at a time.
+       - Use iconv character-set name "UTF-8" rather than "UTF8" as
+         the latter is for some reason not supported by the iconv
+         package in the Macports collection.
+       - _irspy_identifier2target() recognises and allows for
+         comma-separated ZOOM-style options at the front of IRSpy
+         identifiers.
+       - Fix bug #3534, which caused targets to be probed for
+         record-syntax support using the wrong
+         preferredRecordSyntax.
+       - Reorder record-syntaxes probed to reduce likelihood of early
+         failure.  Ameliorates, but does not fix, bug #3548.
+       - irspy.pl and irspy-dump.pl are now installed as binaries.
+       - Add sample Apache2 configuration to distribution.
+       - robots.txt used to ameliorate web-site spamming.
 
 1.01  Mon Jul 16 12:51:19 BST 2007
        - Web UI pages to add or upload a new target are now publicly