You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2004/04/07 14:02:39 UTC

cvs commit: xml-security INSTALL

blautenb    2004/04/07 05:02:39

  Modified:    .        INSTALL
  Log:
  Update for 1.1
  
  Revision  Changes    Path
  1.2       +18 -27    xml-security/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/xml-security/INSTALL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- INSTALL	15 Feb 2002 22:28:31 -0000	1.1
  +++ INSTALL	7 Apr 2004 12:02:39 -0000	1.2
  @@ -1,10 +1,6 @@
  -From: Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>
  -Date: Tue, 12 Feb 2002 17:24:17 +0100
  -Subject: Announcement: Apache XML Security v1.0.0
  -
  -XML Security v1.0.0 Released
  +XML Security v1.1.0 Released
   ---------------------
  -  We are proud to announce the 1.0.0 final
  +  We are proud to announce the 1.1.0 final
     release of the XML Security package.
   
   About XML Security
  @@ -12,13 +8,18 @@
     The XML Security project is an implementation of
     security related XML standards. Currently, it includes
     implementations of W3C recommendations "Canonical XML"
  -  and "XML Signature Syntax and Processing".
  +  and "XML Signature Syntax and Processing".  It also
  +  includes a beta implementation of "XML Encryption
  +  Syntax and Processing".
   
     Basically, this means that you can use this software
     for creating and verifying digital signatures which
     are expressed in XML and sign both XML and/or arbitrary
     contents.
   
  +  You can now also use the library to encrypt and decrypt
  +  portions of XML documents.
  +
   For more information about the XML Security project, please go to
   http://xml.apache.org/security/
   
  @@ -30,16 +31,16 @@
   
   ---------------------------------------------------------
   
  -Downloads for XML Security v1.0.0 are available at
  +Downloads for XML Security v1.1.0 are available at
   http://xml.apache.org/security/dist/
   
   The source distibution is available at
  -http://xml.apache.org/security/dist/xml-security-src-1_0_0.zip (1.0 MB)
  -http://xml.apache.org/security/dist/xml-security-src-1_0_0.zip.sig
  +http://xml.apache.org/security/dist/xml-security-src-1_1_0.zip
  +http://xml.apache.org/security/dist/xml-security-src-1_1_0.zip.sig
   
   The binary distibution is available at
  -http://xml.apache.org/security/dist/xml-security-bin-1_0_0.zip (3.1 MB)
  -http://xml.apache.org/security/dist/xml-security-bin-1_0_0.zip.sig
  +http://xml.apache.org/security/dist/xml-security-bin-1_1_0.zip
  +http://xml.apache.org/security/dist/xml-security-bin-1_1_0.zip.sig
   
   ---------------------------------------------------------
   
  @@ -54,17 +55,12 @@
    - the required (binary JAR) libraries.
      The libraries are available under http://xml.apache.org/ .
      It requires
  -   - Jakarta ANT as build/make tool
  -     http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/jakarta-ant
  --1.4.1-bin.zip
  +   - Jakarta ANT (1.5 or above) as build/make tool
      - Apache Xerces v2.0.0
        http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.0.zip
  -   - Apache Xalan v2.2.0
  -     http://xml.apache.org/dist/xalan-j/xalan-j_2_2-bin.zip
  -   - Jakarta Log4J
  -     http://jakarta.apache.org/log4j/jakarta-log4j-1.2beta2.zip
  -   - JUnit 3.7
  -     http://download.sourceforge.net/junit/junit3.7.zip
  +   - Apache Xalan v2.2.0 or above
  +   - Apache Log4J
  +   - JUnit 3.7 or above
      - A JCE Cryptographic Service Provider.
        The distibution uses the BounceCastle JCE as a default provider.
        When you first start ant for compiling, the JCE JAR is downloaded
  @@ -117,14 +113,9 @@
   
   ---------------------------------------------------------
   
  -Questions about the software:
  +Questions and comments about the software:
   mailto:security-dev@xml.apache.org
   
  -Comments:
  -mailto:geuer-pollmann@nue.et-inf.uni-siegen.de
  -
   ---------------------------------------------------------
   
  -Wish you a pleasant day, have fun with the software and best regards,
  -Christian Geuer-Pollmann