diff options
-rw-r--r-- | id.server/.classpath | 71 | ||||
-rw-r--r-- | id.server/build.xml | 13 | ||||
-rw-r--r-- | id.server/history.txt | 25 |
3 files changed, 70 insertions, 39 deletions
diff --git a/id.server/.classpath b/id.server/.classpath index c082d7f02..d9ace2a83 100644 --- a/id.server/.classpath +++ b/id.server/.classpath @@ -1,38 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="res"/> - <classpathentry kind="lib" path="lib/commons-logging-1.0.2/commons-logging-api.jar"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-core.jar"/> - <classpathentry kind="lib" path="lib/jaxp-1.2_01/dom.jar"/> - <classpathentry kind="lib" path="lib/servlet-2.3/servlet-2_3-fcs-classfiles.zip"/> - <classpathentry kind="lib" path="lib/xalan-j-2.2/xalan.jar"/> - <classpathentry kind="lib" path="lib/xerces-j-2.0.2/xercesImpl.jar"/> - <classpathentry kind="lib" path="lib/commons-logging-1.0.2/commons-logging.jar"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-dom.jar"/> - <classpathentry kind="lib" path="lib/jaxen-1.0/saxpath.jar"/> - <classpathentry kind="lib" path="lib/jaxp-1.2_01/jaxp-api.jar"/> - <classpathentry kind="lib" path="lib/jaxp-1.2_01/sax.jar"/> - <classpathentry kind="lib" path="lib/xerces-j-2.0.2/xmlParserAPIs.jar"/> - <classpathentry kind="lib" path="/common/lib/junit-3.8.1/junit.jar"/> - <classpathentry kind="lib" path="lib/axis-1.1rc2/axis.jar"/> - <classpathentry kind="lib" path="lib/axis-1.1rc2/commons-discovery.jar"/> - <classpathentry kind="lib" path="lib/axis-1.1rc2/jaxrpc.jar"/> - <classpathentry kind="lib" path="lib/axis-1.1rc2/saaj.jar"/> - <classpathentry kind="src" path="/common"/> - <classpathentry kind="lib" - path="E:/Projekte/EclipseWorkspace/id.server/lib/moa-spss-1.2d01/moa-spss.jar" sourcepath="/spss.server/src"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_ecc.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_jce_full.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik-moa-full.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaikPkcs11Provider.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaikPkcs11Wrapper.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/ixsil.jar"/> - <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_X509TrustManager.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jcert.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jnet.jar"/> - <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jsse.jar"/> - <classpathentry kind="lib" path="lib/log4j-1.2.8/log4j-1.2.8.jar"/> - <classpathentry kind="output" path="AUTH/WEB-INF/classes"/> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="res"/> + <classpathentry kind="lib" path="lib/commons-logging-1.0.2/commons-logging-api.jar"/> + <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-core.jar"/> + <classpathentry kind="lib" path="lib/jaxp-1.2_01/dom.jar"/> + <classpathentry kind="lib" path="lib/servlet-2.3/servlet-2_3-fcs-classfiles.zip"/> + <classpathentry kind="lib" path="lib/commons-logging-1.0.2/commons-logging.jar"/> + <classpathentry kind="lib" path="lib/jaxen-1.0/jaxen-dom.jar"/> + <classpathentry kind="lib" path="lib/jaxen-1.0/saxpath.jar"/> + <classpathentry kind="lib" path="lib/jaxp-1.2_01/jaxp-api.jar"/> + <classpathentry kind="lib" path="lib/jaxp-1.2_01/sax.jar"/> + <classpathentry kind="lib" path="/common/lib/junit-3.8.1/junit.jar"/> + <classpathentry kind="lib" path="lib/axis-1.1rc2/axis.jar"/> + <classpathentry kind="lib" path="lib/axis-1.1rc2/commons-discovery.jar"/> + <classpathentry kind="lib" path="lib/axis-1.1rc2/jaxrpc.jar"/> + <classpathentry kind="lib" path="lib/axis-1.1rc2/saaj.jar"/> + <classpathentry kind="src" path="/common"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_ecc.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_jce_full.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik-moa-full.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaikPkcs11Provider.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaikPkcs11Wrapper.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/ixsil.jar"/> + <classpathentry kind="lib" path="lib/iaik-moa-20030703/iaik_X509TrustManager.jar"/> + <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jcert.jar"/> + <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jnet.jar"/> + <classpathentry kind="lib" path="lib/jsse-1.0.3_03/jsse.jar"/> + <classpathentry kind="lib" path="lib/log4j-1.2.8/log4j-1.2.8.jar"/> + <classpathentry kind="lib" path="lib/dav4j/dav4j.jar"/> + <classpathentry kind="lib" path="lib/xalan-j-2.5.1/xalan.jar"/> + <classpathentry kind="lib" path="lib/xerces-j-2.4.0/xercesImpl.jar"/> + <classpathentry kind="lib" path="lib/xerces-j-2.4.0/xmlParserAPIs.jar"/> + <classpathentry kind="lib" path="lib/moa-spss-1.2d04/moa-common.jar"/> + <classpathentry kind="lib" path="lib/moa-spss-1.2d04/moa-spss.jar"/> + <classpathentry kind="output" path="AUTH/WEB-INF/classes"/> </classpath> diff --git a/id.server/build.xml b/id.server/build.xml index 6a8162ec7..d6d80980a 100644 --- a/id.server/build.xml +++ b/id.server/build.xml @@ -8,7 +8,8 @@ --> <project name="moa.id.server" default="dist-all" basedir="."> <property environment="env"/> - <property name="version" value="1.2.0d07_cand1"/> + <property name="version" value="1.2.0d09"/> + <property name="projectroot" value="."/> <property name="src" value="src"/> <property name="res" value="res"/> <property name="data" value="data"/> @@ -41,7 +42,7 @@ <property name="lib.jsse" value="${lib}/jsse-1.0.3_03"/> <property name="lib.junit" value="${lib}/junit-3.8.1"/> <property name="lib.log4j" value="${lib}/log4j-1.2.8"/> - <property name="lib.moa-spss" value="${lib}/moa-spss-1.2d03"/> + <property name="lib.moa-spss" value="${lib}/moa-spss-1.2d04"/> <property name="lib.postgres-jdbc" value="${lib}/postgres-jdbc2-7.3"/> <property name="lib.servlet" value="${lib}/servlet-2.3"/> <property name="lib.xalan" value="${lib}/xalan-j-2.5.1"/> @@ -260,6 +261,9 @@ <copy todir="${dist.auth}/templates"> <fileset dir="${data}/deploy/templates"/> </copy> + <copy toDir="${dist.auth}/"> + <fileset dir="${projectroot}/" includes="history.txt" /> + </copy> </target> <!-- create the zipped moa-id-auth distributable --> @@ -296,7 +300,10 @@ </copy> <copy todir="${dist.proxy}/templates"> <fileset dir="${data}/deploy/templates"/> - </copy> + </copy> + <copy toDir="${dist.proxy}/"> + <fileset dir="${projectroot}/" includes="history.txt" /> + </copy> </target> <!-- create the zipped moa-id-proxy distributable --> diff --git a/id.server/history.txt b/id.server/history.txt index 97d5d6c5e..9019a2849 100644 --- a/id.server/history.txt +++ b/id.server/history.txt @@ -2,11 +2,34 @@ Dieses Dokument zeigt die Veränderungen und Verbesserungen von MOA-ID auf. History MOA-ID: + +===== +Version MAO-ID 1.2.0d09: Änderungen seit Version MOA-ID 1.2d08: + +- Austausch der Bibliothek iaik-moa-full.jar + (ECDSA Signature Encoding) + +- Ergänzung des ausgelieferten certstores um wichtige Zertifikate. + ===== +Version MAO-ID 1.2.0d08: Änderungen seit Version MOA-ID 1.2d07: + +- Anpassung des nun in der Personenbindung korrekt verwendeten +ECDSA Namespaces von http://www.w3.org/2004/01/xmldsig-more# +(zwischenzeitlich verwendeter NS) auf +http://www.w3.org/2001/04/xmldsig-more# (gemäß Draft) + +- Update auf die API Version 1.2.0D04 von MOA-SPSS +===== + Version MAO-ID 1.2.0d07: Änderungen seit Version MOA-ID 1.2d06: - Erweiterung um ECC Funktionalität, so dass ECC Karten - (wie z.B. MAESTRO Karten) funktionieren + (wie z.B. MAESTRO Karten) mit funktionieren + +- Upgrade des Parsers und der XSLT Transform Engine: Die Version + baut nun auf Xerces in der Version xerces-j-2.4.0 und Xalan + in der Version xalan-j-2.5.1 auf. ===== Version MAO-ID 1.2.0d06: Änderungen seit Version MOA-ID 1.2d05: |