Robert Burrell Donkin | 22 Aug 2011 13:20
Picon
Favicon

[ANNOUNCEMENT] Apache James 3.0-beta3 Released


The Apache James team[1] is happy to announce the release of Apache 
James 3.0-beta3, an advanced component based mail server. Serve POP3, 
IMAP and SMTP from this extensible and modular platform featuring 
Mailet[2] and SIEVE[3] processing.

Read the release notes online[4] or scroll down. Browse documentation 
online[5].

Download[6] then verify[7] that the artifact is signed with my current 
code signing key[8] A6EE6908[9].

Thanks to everyone who contributed to this long awaited milestone, in 
particular to those users who provided testing, ideas and feedback, 
contributors whose patches improved the code and fixed bugs and to the 
new committers who sustained this effort. If you'd like to help the 
final push towards 3.0 - or just want to learn a little more about 
serving mail - you'll find a warm welcome on our mailing lists[8].

Notes on this release, trademarks and cryptography are found below.

Robert

[1] http://james.apache.org
[2] http://james.apache.org/mailet/
[3] http://james.apache.org/jsieve/index.html
[4] http://james.apache.org/server/3/release-notes.html
[5] http://james.apache.org/server/3/
[6] http://james.apache.org/download.cgi#Apache_James_Server
[7] http://www.apache.org/dev/openpgp.html#wot-verifying-links
(Continue reading)

Antoine Levy-Lambert | 27 Dec 2010 18:00
Picon
Picon

[ANN] Apache Ant (TM) 1.8.2 Released

Hi,

the Apache Ant development team is proud to announce the release of
Apache Ant (TM) 1.8.2

Key features of the 1.8.2 release are

    * performance improvements in directory scanning
    * XSLT task honors classpath again (bugrep 49271)
    * distinction between core tasks and optional tasks is abolished
    * numerous bug fixes and improvements as documented in Bugzilla and
in WHATSNEW

Thanks to all our committers and contributors. Best wishes for 2011.

Regards,

Antoine
Phil Steitz | 11 Sep 2010 04:48
Picon

[ANNOUNCEMENT] Apache Commons Pool 1.5.5 Released

The Apache Commons team is pleased to announce the release of 
version 1.5.5 of Commons Pool. Commons Pool provides a general
purpose object pooling API, an implementation toolkit and some pool
implementations.

Version 1.5.5 is a patch release including bug fixes, documentation 
improvements and some deprecations in preparation for pool 2.0. 
Source and binary distributions are available for download from the 
Apache Commons Pool download site:
http://commons.apache.org/pool/download_pool.cgi

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For more information on Apache Commons Pool, visit the Pool home page:
http://commons.apache.org/pool/

Feedback, suggestions for improvement or bug reports are welcome via
the "Mailing Lists" and "Issue Tracking" links here:
http://commons.apache.org/pool/project-info.html

Phil Steitz
- On behalf of the Apache Commons community
sebb | 14 Jul 2010 11:27
Picon

[ANNOUNCE] JMeter 2.4 is released

The Apache JMeter team announces the availability of Apache JMeter  2.4 r961953.

This is a new release which corrects a lot of bugs and adds many new features.

JMeter 2.4 requires Java 1.5 or later to run.

== All users are recommended to upgrade. ==

Apache JMeter is a Java application designed to test server applications.
It can be used to:
* generate test loads
* test functional behaviour
* measure performance.
It includes support for protocols such as HTTP(S), JDBC, JMS, FTP, and others.
It can also be extended with user-written code.

See http://jakarta.apache.org/jmeter/

The release can be downloaded from:

http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi

When downloading, please verify signatures using the KEYS file.

Only the binary archive is needed to run JMeter - there is no need to
download the source archive.

However there are some optional libraries which are not included.
See the "Getting Started" page for details:
http://jakarta.apache.org/jmeter/usermanual/get-started.html
(Continue reading)

Antoine Levy-Lambert | 8 May 2010 01:31
Picon
Picon

[ANN] Release of Apache Ant 1.8.1

Hi,

on behalf of the Ant development team, I have the pleasure to announce
the release of Apache Ant 1.8.1.

Key features of the 1.8.1 release are

    * new task augment allows to add attributes or nested elements to
previously defined references
    * numerous bug fixes and improvements as documented in Bugzilla and
in WHATSNEW

Regards,

Antoine Levy-Lambert
Phil Steitz | 4 Apr 2010 15:09
Picon

[ANNOUNCEMENT] Apache Commons Math 2.1 Released

The Apache Commons team is pleased to announce the release of
version 2.1 of Commons Math. Commons Math is a library of
lightweight, self-contained mathematics and statistics components
addressing the most common problems not available in the Java
programming language or Commons Lang.

Version 2.1 is primarily a maintenance release, but it also includes
new features and enhancements. Users of version 2.0 are encouraged
to upgrade to 2.1, as this release includes some important bug
fixes. This release includes some minor API compatibility breaks
with version 2.0. See the detailed list of changes included in the
release notes for full description of all API changes, bug fixes and
enhancements.

Source and binary distributions are available for download from the
Apache Commons Math download site:
http://commons.apache.org/math/download_math.cgi

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For more information on Apache Commons Math, visit the Math home page:
http://commons.apache.org/math/

Feedback, suggestions for improvement or bug reports are welcome via
the "Mailing Lists" and "Issue Tracking" links here:
http://commons.apache.org/math/project-info.html

Phil Steitz
- On behalf of the Apache Commons community
(Continue reading)

Mladen Turk | 25 Feb 2010 20:46
Picon
Favicon
Gravatar

[ANNOUNCEMENT] Commons Daemon 1.0.2 released

The Commons Daemon team is pleased to announce the
commons-daemon-1.0.2 release!
Version 1.0.2 is primarily a bug fix release.

Source and binary distributions are available for download
from the Apache Commons download site:

http://commons.apache.org/daemon/download_daemon.cgi

When downloading, please verify signatures using the KEYS file
available at the above location when downloading the release.

For more information on Apache Commons Daemon, visit the
Commons Daemon home page:

http://commons.apache.org/daemon/

Changes:
See RELEASE-NOTES.txt for the list of fixed bugs
inside download area.

--
Commons Daemon team
Phil Steitz | 16 Feb 2010 04:32
Picon
Favicon

[ANNOUNCEMENT] Apache Commons DBCP 1.3 and 1.4 Released

The Apache Commons project would like to announce the immediate
availability of Commons DBCP versions 1.3 and 1.4.

Commons DBCP is a database connection pool. Version 1.4 supports
JDBC 4, so requires JDK 1.6.  Version 1.3 supports JDBC 3.
Applications running under JDK 1.4-1.5 must use DBCP 1.3.
Applications running under JDK 1.6 should use DBCP 1.4. Other than
support for the added methods in JDBC 4, there is nothing new or
different in DBCP 1.4 vs. DBCP 1.3.

In addition to support for JDBC 4 in 1.4, both releases contain
numerous bug fixes and enhancements. Support for pooling managed
connections and callable statements has been added, and several
long-standing API consistency and reliability issues have been
resolved.  A detailed list of changes can be found in the release notes:

  http://www.apache.org/dist/commons/dbcp/RELEASE-NOTES.txt

Commons DBCP depends on Commons Pool. DBCP users are encouraged to
upgrade to the latest Commons Pool version - currently 1.5.4.

Commons DBCP is available in either binary or source form from the
following downloads page:

  http://commons.apache.org/downloads/download_dbcp.cgi

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For more information on Commons DBCP, visit the project home page:
(Continue reading)

Antoine Levy Lambert | 8 Feb 2010 23:37
Picon
Picon

[ANN] Release of Ant 1.8.0

Hi,

on behalf of the Ant development team, I have the pleasure to announce 
the release of Ant 1.8.0.

Some of the features included in the new release are :

    *  Lexically scoped local properties, i.e. properties that are only 
defined inside a target, sequential block or similar environment.
    * <import> can now import from any file- or URL-providing resource - 
this includes <javaresource>.
    * Various improvements to the directory scanning code that help with 
symbolic link cycles (as can be found on MacOS X Java installations for 
example) and improve scanning performance. For big directory trees the 
improvement is dramatic.
    * The way developers can extend Ant's property expansion algorithm 
has been rewritten (breaking the older API) to be easier to use and be 
more powerful.
    * a new top level element extension-point allows build files to be 
extended with custom targets more easily
    * At the same time the if and unless attributes have been rewritten 
to do the expected thing if applied to a property expansion (i.e. 
if="${foo}" will mean "yes, do it" if ${foo} expands to true, in Ant 
1.7.1 it would mean "no" unless a property named "true" existed). This 
adds "testing conditions" as a new use-case to property expansion.
    * Ant now requires Java 1.4 or later
    * new task include provides an alternative to <import> that should 
be preferred when you don't want to override any targets
    * numerous bug fixes and improvements as documented in Bugzilla and 
in WHATSNEW
(Continue reading)

Antoine Levy Lambert | 13 Jan 2010 00:34
Picon
Picon

[ANN] Ant 1.8.0RC1 released

Hi,

Ant 1.8.0RC1 has been released.

Some of the new features are :

   * a new top level element extension-point allows build files to be 
extended with custom targets more easily
   * if and unless attributes will be evaluated according to the values 
of the properties entered if these properties evaluate to true, false, 
on, off
   * Ant now requires Java 1.4 or later
   * new task include provides an alternative to <import> that should be 
preferred when you don't want to override any targets
   * numerous bug fixes and improvements as documented in Bugzilla and 
in WHATSNEW

See http://ant.apache.org

Regards,

Antoine
Phil Steitz | 21 Nov 2009 01:36
Picon
Favicon

[ANNOUNCEMENT] Apache Commons Pool 1.5.4 Released

The Apache Commons team is pleased to announce the release of
version 1.5.4 of Commons Pool.  Commons Pool provides a general
purpose object pooling API, an implementation toolkit and some pool
implementations.

Version 1.5.4 is a patch release including a fix for a regression
introduced in version 1.5. Source and binary distributions are
available for download from the Apache Commons Pool download site:
http://commons.apache.org/pool/download_pool.cgi

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For more information on Apache Commons Pool, visit the Pool home page:
http://commons.apache.org/pool/

Feedback, suggestions for improvement or bug reports are welcome via
the "Mailing Lists" and "Issue Tracking" links here:
http://commons.apache.org/pool/project-info.html

Phil Steitz
- On behalf of the Apache Commons community

Gmane