<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document xml:lang="en">
<header>
 <title>Release MyCoRe Version 2.1.1</title>
</header>
 
 <body>
   
   <!-- Include required JS files -->
   <script type="text/javascript" src="/documentation/skin/shCore.js"/>
   <!--
    At least one brush, eg. XML. You need to include a brush for every
    language you want to highlight
    -->
   <script type="text/javascript" src="/documentation/skin/shBrushXml.js"/>
   
  <p>
    MyCoRe 2.1.1 (or 2.1-fixes) is a release of the <em>new Version</em>. This new release 2.1.1 comes with a new
    version of the image viewer (IView2), with a new conception of the Internal File System (IFS2) and a
    new implementation of the OAI interface (OAI2). 
    Furthermore the module concept has been improved and now Maven is integrated.
    You can find an overview of all innovations on the documentation site
    <a href="site:whats_new_2_1">"Was ist neu?"</a>. A detailed list of changes
    is provided in the <a href="site:changelog">Changelog</a>.
  </p>
       
  <p>
    If you have your application already near version 2.1.1, you only have to update
    your pom.xml (docportal/config):
    
    <pre class="brush: xml;gutter: false;">
&lt;groupId&gt;org.mycore&lt;/groupId&gt;
&lt;artifactId&gt;application-model&lt;/artifactId&gt;
&lt;version&gt;2.1.1-SNAPSHOT&lt;/version&gt;</pre>
  
    In the next step you have to build your application again (<code>ant resolve create.jar
    create.scripts create.webapp</code>).
  </p>
  
  <p>
    <a href="http://sourceforge.net/projects/mycore/files/docportal/2.1/"><img src="/images/download_mcr_21.png" alt="Link zum SF-Download" style="float:right;margin:0 10px 20px 10px;"/></a>
    As an alternative DocPortal is available as download with <a href="http://sourceforge.net/projects/mycore/files/docportal/2.1/">Release 2.1.1</a>. You can find the corresponding installation guidelines 
    in the <a href="site:chapter3_ug21">UserGuide</a>. There are instructions for the 
    <a href="site:migrate20_21">Migration</a> as well provided.
  </p>
  <p>
    Furthermore there is a MyCoRe 
    <a href="http://sourceforge.net/projects/mycore/files/mycore/2.1/">jar file</a> 
    ready for download, therewith you can use the MyCoRe kernel in your own application
    independent from DocPortal. MyCoRe can be integrated as well via Maven.
  </p>

 <!-- Finally, to actually run the highlighter, you need to include this JS on your page -->
  <script type="text/javascript">
     SyntaxHighlighter.all()
  </script>
  </body>
</document>
