Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B056AF2F5 for ; Thu, 4 Apr 2013 14:27:42 +0000 (UTC) Received: (qmail 13056 invoked by uid 500); 4 Apr 2013 14:27:31 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 11932 invoked by uid 500); 4 Apr 2013 14:27:26 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 41556 invoked by uid 99); 4 Apr 2013 11:45:17 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 209.85.215.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:cc:content-type; bh=8PEXFtAyvGpvGTdJmuDsmPGB9OBlIqk2U+Vtbbkr+lA=; b=aVKcq9h3aryGWqItxgYwzH48sEWiwNefu8zhShWLh+ORXSqDsFk05Z1+jUk58Jlr7N Tsu36UG0Ro3NRkenSC3o8IgjOEIPGDogECQJ3p0SKMPD+EIaYBHhjIGd8OfMSrLTggRD h2thYZaiHNX0KlBCAGbZLDyKYkHMMnONV1HWzkg1BYUrnx4vSEWSkEVhqqBb/uAOMuSF MTIQ55koeB27i/UlQ0ySFnH4NCPDcBPYrBlZirAWEoyWg9skirvtlzYwMsdttDHOhd4H jH1dK4ivEb/XzsnTGivDSodtcsxrptMhfrshrgfctK9GKGRerBOkZMVgG54eHjoqyvJY orAQ== MIME-Version: 1.0 X-Received: by 10.152.133.133 with SMTP id pc5mr3131470lab.32.1365075890964; Thu, 04 Apr 2013 04:44:50 -0700 (PDT) Sender: trawick@gmail.com Date: Thu, 4 Apr 2013 07:44:50 -0400 X-Google-Sender-Auth: dHgGI0RWfyS6k4mGfsMuWnoIdqw Message-ID: Subject: Apache Portable Runtime Utility library 1.5.2 Released From: Jeff Trawick To: announce@apache.org Cc: APR Developer List Content-Type: multipart/alternative; boundary=f46d042ef753928e2504d9877f22 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042ef753928e2504d9877f22 Content-Type: text/plain; charset=ISO-8859-1 The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.5.2 of the APR Apache Portable Runtime Utility library. APR-util 1.5.2 provides a number of bug fixes. (See CHANGES-APR-UTIL-1.5 for more information.) APR Apache Portable Runtime library version 1.4.6 remains current. Version 1.2.1 of the companion APR-iconv library, an alternative portable implementation of the 'iconv' library, remains current. APR is available for download from: http://apr.apache.org/download.cgi The mission of the Apache Portable Runtime Project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behavior regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features. APR and its companion libraries are implemented entirely in C and provide a common programming interface across a wide variety of operating system platforms without sacrificing performance. Currently supported platforms include: UNIX variants Windows Netware Mac OS X OS/2 To give a brief overview, the primary core subsystems of APR 1.x include the following: Atomic operations Dynamic Shared Object loading File I/O Locks (mutexes, condition variables, etc) Memory management (high performance allocators) Memory-mapped files Multicast Sockets Network I/O Shared memory Thread and Process management Various data structures (tables, hashes, priority queues, etc) For a more complete list, please refer to the following URLs: http://apr.apache.org/docs/apr/modules.html http://apr.apache.org/docs/apr-util/modules.html Users of APR 0.9 should be aware that migrating to the APR 1.x programming interfaces may require some adjustments; APR 1.x is neither source nor binary compatible with earlier APR 0.9 releases. Users of APR 1.x can expect consistent interfaces and binary backwards compatibility throughout the entire APR 1.x release cycle, as defined in our versioning rules: http://apr.apache.org/versioning.html APR is already used extensively by the Apache HTTP Server version 2 and the Subversion revision control system, to name but a few. We list all known projects using APR at http://apr.apache.org/projects.html -- so please let us know if you find our libraries useful in your own projects! --f46d042ef753928e2504d9877f22 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
=A0 =A0The Apache Software Foundation and the Apache = Portable Runtime
=A0 =A0Project are proud to announce the Gen= eral Availability of version
=A0 =A01.5.2 of the APR Apache Porta= ble Runtime Utility library.

=A0 =A0APR-util 1.5.2 provides a number of bug fixes.

=A0 =A0(See CHANGES-APR-UTIL-1.5 for more informati= on.)

=A0 =A0APR Apache Portable Runtime library ve= rsion 1.4.6 remains current.

=A0 =A0Version 1.2.1 of the companion APR-iconv library= , an alternative=A0
=A0 =A0portable implementation of the 'ic= onv' library, remains current.

=A0 =A0APR is a= vailable for download from:


=A0 =A0T= he mission of the Apache Portable Runtime Project is to create
= =A0 =A0and maintain software libraries that provide a predictable and
=A0 =A0consistent interface to underlying platform-specific
= =A0 =A0implementations. The primary goal is to provide an API to
= =A0 =A0which software developers may code and be assured of predictable
=A0 =A0if not identical behavior regardless of the platform on which=
=A0 =A0their software is built, relieving them of the need to code
=A0 =A0special-case conditions to work around or take advantage of
=A0 =A0platform-specific deficiencies or features.

<= /div>
=A0 =A0APR and its companion libraries are implemented entirely in C
<= div>=A0 =A0and provide a common programming interface across a wide variety=
=A0 =A0of operating system platforms without sacrificing perform= ance.
=A0 =A0Currently supported platforms include:

=A0 =A0 =A0UNIX variants
=A0 =A0 =A0Windows
=A0 =A0 = =A0Netware
=A0 =A0 =A0Mac OS X
=A0 =A0 =A0OS/2

=A0 =A0To give a brief overview, the primary core
=A0 =A0subsystems of APR 1.x include the following:

=A0 =A0 =A0Atomic operations
=A0 =A0 =A0Dynamic Shared Obj= ect loading
=A0 =A0 =A0File I/O
=A0 =A0 =A0Locks (mutex= es, condition variables, etc)
=A0 =A0 =A0Memory management (high performance allocators)
= =A0 =A0 =A0Memory-mapped files
=A0 =A0 =A0Multicast Sockets
=
=A0 =A0 =A0Network I/O
=A0 =A0 =A0Shared memory
= =A0 =A0 =A0Thread and Process management
=A0 =A0 =A0Various data structures (tables, hashes, priority queues, e= tc)

=A0 =A0For a more complete list, please refer = to the following URLs:


=
=A0 =A0Users of APR 0.9 should be aware that migrating to the APR 1.x<= /div>
=A0 =A0programming interfaces may require some adjustments; APR 1.x is
=A0 =A0neither source nor binary compatible with earlier APR 0.9 rele= ases.
=A0 =A0Users of APR 1.x can expect consistent interfaces an= d binary backwards
=A0 =A0compatibility throughout the entire APR 1.x release cycle, as d= efined
=A0 =A0in our versioning rules:


=A0 =A0APR is already used extensively by the Apache HT= TP Server
=A0 =A0version 2 and the Subversion revision control sy= stem, to
=A0 =A0name but a few. =A0We list all known projects usi= ng APR at
=A0 =A0http://apr.apac= he.org/projects.html -- so please let us know
=A0 =A0if you f= ind our libraries useful in your own projects!

--f46d042ef753928e2504d9877f22--