<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://infomantis.de/schema/impf/package-manifest"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://infomantis.de/schema/impf/package-manifest"
	name="IMAppLib" release="1.6.14" date="2014-08-08" license="proprietary">
	<summary>Extended application Library</summary>
	<description>This package enables the creation of larger applications with bindings to the zend framework and doctrine orm.</description>
	<developer name="infoMantis GmbH" email="info@infomantis.de" />
	<dependencies>
		<required>
			<package name="IMLib" min-release="1.7.2" />
			<package name="Zend" min-release="1.11.6" />
			<php-extension name="hash" />
		</required>
		<optional>
			<php-extension name="openssl" />
			<php-extension name="session" />
			<php-extension name="PDO" />
			<php-extension name="curl" />
		</optional>
	</dependencies>
	<changelog>
		<entry release="1.4.1">
			<content>Added caches to AccessControl and Doctrine modules. Extended session capabilites (state and values). MailLogWriter now allows a list of addressees. DbLogWriter now logs the timestamp in GMT. Added DbSessionStorage. Refactored Zend-Doctrine integration. Added View.Controller-Package.</content>
		</entry>
		<entry release="1.4.2">
			<content>The identity ID is now always an integer to make life easier. Added the session context.</content>
		</entry>
		<entry release="1.4.3">
			<content>Access control masks are considered during acl entry determination.</content>
		</entry>
		<entry release="1.5">
			<content>Changed the plugin package to support installation of plugins.</content>
		</entry>
		<entry release="1.5.1">
			<content>Improved the interactive cli. Added minor tweaks and fixes to become more stable.</content>
		</entry>
		<entry release="1.6">
			<content>Added minor tweaks and fixed some major bugs (e.g. bad typos and wrong classnames) to become more stable. Rewrote the view package.</content>
		</entry>
		<entry release="1.6.1">
			<content>Extended the interactive cli. Added a first http api. Expanded the auth package. Added package to provide synchronisation of nodes. Added possibility to render http webfronts with hookpoints for plugins.</content>
		</entry>
		<entry release="1.6.3">
			<content>Added Apple.PassKit-Framework to generate passbook passes</content>
		</entry>
		<entry release="1.6.4">
			<content>Added Doctrine 2 - Module and SMS-Adapter</content>
		</entry>
		<entry release="1.6.5">
			<content>Merged with some develop modifications</content>
		</entry>
        <entry release="1.6.6">
            <content>Merged with some develop modifications. Added a template library.</content>
        </entry>
        <entry release="1.6.7">
            <content>Improved IMAppLib_Mail_Send_Service to send uploaded files as attachment.</content>
        </entry>
        <entry release="1.6.8">
            <content>Added support to provide xslt parameters via cli.</content>
        </entry>
        <entry release="1.6.9">
            <content>Fixed an issue in the xslt module related to auto-creating an output directory.</content>
        </entry>
        <entry release="1.6.10">
            <content>Fixed some wrong method calls in IMAppLib_Calendar::setEntries and standard violations in iCalender format.</content>
        </entry>
        <entry release="1.6.11">
            <content>Fixed a bug in IMAppLib_Mail_Module that prevent from using the Sendmail-transport.</content>
        </entry>
        <entry release="1.6.12">
        	<content>Added recreateEntityManager method to the IMAppLib_Doctrine2_ORM module to recreate the entity manager if required.</content>
        </entry>
        <entry release="1.6.13">
        	<content>Now it´s possible to configure the mappingdriver from doctrine2 and push modules being added.</content>
        </entry>
        <entry release="1.6.14">
            <content>Better support for different Doctrine Mapping Drivers in one configuration. Improvements on Plugin-Module.</content>
        </entry>
	</changelog>
</package>