Copyright (c) 2003, 2004 Infrae. All rights reserved.
See also LICENSE.txt

changes

   1.0

      New Features:

        - Added schema functionality that makes it easy to harvest
          arbitrary metadata sets. Two example schema's come pre-installed:
          oai_dc and eur_qdc.

        - Added icons for the oaipmh Zope service.

   0.7.4

        - A harvest can return records with <header status="deleted"> that 
          contain no metadata and are merely an indication that that
          metadata-set for that resource is no longer on the OAI service.
          These records should be used to remove metadata from the catalog
          if it is there, bur should never be stored or catalogued 
          themselves. They aren't now. (Fixed in zope/OAICore/core.py)

   0.7 
  
      Initial public release.