<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.1" version="2.0"
	 xmlns="http://pear.php.net/dtd/package-2.0"
	 xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
			     http://pear.php.net/dtd/tasks-1.0.xsd
			     http://pear.php.net/dtd/package-2.0
			     http://pear.php.net/dtd/package-2.0.xsd">
  <name>${project.name}</name>
  <channel>${project.channel}</channel>
  <summary>Object oriented interface to Pica+ records</summary>
  <description>
    PicaRecord provides an object oriented interface to Pica+ records,
    fields, and subfields.
  </description>
  <lead>
    <name>David Maus</name>
    <user>dmaus</user>
    <email>maus@hab.de</email>
    <active>yes</active>
  </lead>
  <date>${build.date}</date>
  <time>${build.time}</time>
  <version>
    <release>${project.version}</release>
    <api>${project.majorVersion}.${project.minorVersion}</api>
  </version>
  <stability>
    <release>${project.stability}</release>
    <api>stable</api>
  </stability>
  <license>GNU General Public License v3</license>
  <notes>
    The PicaRecord package does not provide the means to read or write
    Pica+ records. In order to do so you need to install the packages
    PicaReader and PicaWriter that are available via this PEAR
    channel.
  </notes>
  <contents>
    <dir baseinstalldir="/" name="/">
      ${contents}
    </dir>
  </contents>
  <dependencies>
    <required>
      <php>
	<min>5.3.0</min>
      </php>
      <pearinstaller>
	<min>1.9.4</min>
      </pearinstaller>
      <package>
	<name>Autoloader</name>
	<channel>pear.phix-project.org</channel>
	<min>3.0.0</min>
	<max>3.999.9999</max>
      </package>
    </required>
  </dependencies>
  <phprelease />
  <changelog>
    <release>
      <version>
	<release>0.2.0</release>
	<api>0.2</api>
      </version>
      <stability>
	<release>stable</release>
	<api>stable</api>
      </stability>
      <date>2012-02-17</date>
      <license>GNU General Public License v3</license>
      <notes>
	* add Record::getMaximumOccurrenceOf(), return maximum occurrence value of field identified by tag
	* fix the inline documentation
      </notes>
    </release>
    <release>
      <version>
	<release>0.1.0</release>
	<api>0.1</api>
      </version>
      <stability>
	<release>stable</release>
	<api>stable</api>
      </stability>
      <date>2012-02-15</date>
      <license>GNU General Public License v3</license>
      <notes>
	Initial release.
      </notes>
    </release>
  </changelog>
</package>
<!-- vim: set tabstop=2 shiftwidth=2 expandtab: -->