Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E9961786F for ; Tue, 14 Apr 2015 17:54:36 +0000 (UTC) Received: (qmail 33126 invoked by uid 500); 14 Apr 2015 17:54:36 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 33066 invoked by uid 500); 14 Apr 2015 17:54:36 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 33057 invoked by uid 99); 14 Apr 2015 17:54:36 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 17:54:36 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 4A4BDAC009C for ; Tue, 14 Apr 2015 17:54:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r8609 - in /release/commons/jcs: HEADER.html README.html binaries/HEADER.html binaries/README.html source/HEADER.html source/README.html Date: Tue, 14 Apr 2015 17:54:36 -0000 To: commits@commons.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150414175436.4A4BDAC009C@hades.apache.org> Author: tv Date: Tue Apr 14 17:54:36 2015 New Revision: 8609 Log: Add headers and README Added: release/commons/jcs/HEADER.html release/commons/jcs/README.html release/commons/jcs/binaries/HEADER.html (with props) release/commons/jcs/binaries/README.html (with props) release/commons/jcs/source/HEADER.html (with props) release/commons/jcs/source/README.html (with props) Added: release/commons/jcs/HEADER.html ============================================================================== --- release/commons/jcs/HEADER.html (added) +++ release/commons/jcs/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1,13 @@ +

Index of /dist/commons

+ +

Apache Commons Project Distributions

+ +

The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.

+ +

Important Notices

+ + + Added: release/commons/jcs/README.html ============================================================================== --- release/commons/jcs/README.html (added) +++ release/commons/jcs/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1,42 @@ +

Commons-JCS v2.0 beta 1

+ +

+This is the 2.0 beta 1 release of commons-jcs. +It is available in both binary and source distributions. +

+ +

Note: +The tar files in the distribution use GNU tar extensions +and must be untarred with a GNU compatible version of tar. The version +of tar on Solaris and Mac OS X will not work with these files

+ +

Changes

+ +

The changes in this release are detailed in the release notes.

+ +

Thank you for using JCS.

+ +

From the Apache Commons Project
http://commons.apache.org/

+ +

Signatures

+ +

Many of the files have been digitally signed using GnuPG. If so, +there will be an accompanying file.asc signature +file in the same directory as the file (binaries/ or source/). The +signing keys can be found in the distribution directory at <http://www.apache.org/dist/commons/KEYS>.

+ +

Always download the KEYS file directly from the Apache site, never from a mirror site.

+ +
Always test available signatures, e.g.,
+$ pgpk -a KEYS
+$ pgpv commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc
+
+

+ Added: release/commons/jcs/binaries/HEADER.html ============================================================================== --- release/commons/jcs/binaries/HEADER.html (added) +++ release/commons/jcs/binaries/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: release/commons/jcs/binaries/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/binaries/README.html ============================================================================== --- release/commons/jcs/binaries/README.html (added) +++ release/commons/jcs/binaries/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: release/commons/jcs/binaries/README.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/source/HEADER.html ============================================================================== --- release/commons/jcs/source/HEADER.html (added) +++ release/commons/jcs/source/HEADER.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: release/commons/jcs/source/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: release/commons/jcs/source/README.html ============================================================================== --- release/commons/jcs/source/README.html (added) +++ release/commons/jcs/source/README.html Tue Apr 14 17:54:36 2015 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: release/commons/jcs/source/README.html ------------------------------------------------------------------------------ svn:special = *