<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache APR</title>
<link>http://www.apachenews.org/archives/cat_apache_apr.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>tetsuya@apache.org</dc:creator>
<dc:date>2008-06-04T01:41:27+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>04 June 2008 - Apache Portable Runtime 1.3.0 Released</title>
<link>http://www.apachenews.org/archives/001136.html</link>
<description>
<![CDATA[The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.3.0 of the <a href="http://apr.apache.org/">APR</a> Apache Portable Runtime library.
<p/>
The Project further announces the General Availability of APR-util version 1.3.0, the companion Apache Portable Utility library. The original APR-iconv version 1.2.1 release, an alternative portable implementation of the 'iconv' library, remains current.
<p/>
APR is available for download from:<ul><li><a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a></li></ul>
<p/>
This version of APR is principally a bug fix release, including fixes for specific platforms' configuration, feature detection, and run time behavior. Most developers are encouraged to adopt the latest APR 1.x version to ensure the most comprehensive support and access to the latest features and enhancements.
<p/>
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.
<p/>
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.
<p/>
Currently supported platforms include:<ul><li>UNIX variants</li><li>Windows</li><li>Netware</li><li>Mac OS X</li><li>OS/2</li></ul>
<p/>
To give a brief overview, the primary core subsystems of APR 1.3 include the following:<ul><li>Atomic operations</li><li>Dynamic Shared Object loading</li><li>File I/O</li><li>Locks (mutexes, condition variables, etc)</li><li>Memory management (high performance allocators)</li><li>Memory-mapped files</li><li>Multicast Sockets</li><li>Network I/O</li><li>Shared memory</li><li>Thread and Process management</li><li>Various data structures (tables, hashes, priority queues, etc)</li></ul>
<p/>
For a more complete list, please refer to the following URLs:<ul><li><a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a></li><li><a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a></li></ul>
<p/>
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:<ul><li><a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a></li></ul>
<p/>
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 <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime (APR) Project Team</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1136@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2008-06-04T01:41:27+00:00</dc:date>
</item>
<item>
<title>27 November 2007 - Apache Portable Runtime library 1.2.12</title>
<link>http://www.apachenews.org/archives/001084.html</link>
<description>
<![CDATA[ <a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.2.12 of the APR Apache Portable Runtime library.
<p/>
 The Project further announces the General Availability of APR-util version 1.2.12, the companion Apache Portable Utility library, and APR-iconv version 1.2.1, an alternative portable implementation of the 'iconv' library.
<p/>
 In conjunction with this release, the project also announces the General Availability of legacy version 0.9.17 release of the older APR 0.x library.  Corresponding versions of its companion libraries APR-util version 0.9.15 and APR-iconv version 0.9.7 remain current.
<p/>
 APR is available for download from:
<p/>
<ul><li><a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a></li></ul>
<p/>
 This version of APR is principally a bug fix release, including fixes for specific platforms' configuration, feature detection, and run time behavior.  Most developers are encouraged to adopt the latest APR 1.x version to ensure the most comprehensive support and access to the latest features and enhancements.
<p/>
 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.
<p/>
 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:
<p/>
<ul><li>UNIX variants</li><li>Windows</li><li>Netware</li><li>Mac OS X</li><li>OS/2</li></ul>
<p/>
 To give a brief overview, the primary core subsystems of APR 1.2 include the following:
<p/>
<ul><li>Atomic operations</li><li>Dynamic Shared Object loading</li><li>File I/O</li><li>Locks (mutexes, condition variables, etc)</li><li>Memory management (high performance allocators)</li><li>Memory-mapped files</li><li>Multicast Sockets</li><li>Network I/O</li><li>Shared memory</li><li>Thread and Process management</li><li>Various data structures (tables, hashes, priority queues, etc)</li></ul>
<p/>
 For a more complete list, please refer to the following URLs:
<p/>
<ul><li><a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a></li><li><a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a></li></ul>
<p/>
 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:
<p/>
<ul><li>http://apr.apache.org/versioning.html</li></ul>
<p/>
 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 many known projects using APR at <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects
<p/>
---
<p/>
-- The Apache Portable Runtime Project
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1084@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2007-11-27T07:54:00+00:00</dc:date>
</item>
<item>
<title>25 March 2006 - Apache Portable Runtime 1.2.6 Released</title>
<link>http://www.apachenews.org/archives/000839.html</link>
<description>
<![CDATA[ <a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.2.6 of the Apache Portable Runtime, APR.
<p/>
 APR is available for download from:
<p/>
 <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
 This version of APR is principally a bug fix release.
<p/>
 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 mplementations. 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.
<p/>
 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:<ul><li>UNIX</li><li>Windows</li><li>Netware</li><li>Mac OS X</li><li>OS/2</li><li>BeOS</li></ul>
<p/>
 To give a brief overview, the primary core subsystems of APR 1.2 include the following:<ul><li>Atomic operations</li><li>Dynamic Shared Object loading</li><li>File I/O</li><li>Locks (mutexes, condition variables, etc)</li><li>Memory management (high performance allocators)</li><li>Memory-mapped files</li><li>Multicast Sockets</li><li>Network I/O</li><li>Shared memory</li><li>Thread and Process management</li><li>Various data structures (tables, hashes, priority queues, etc)</li></ul>
<p/>
 For a more complete list, please refer to the following URLs:<ul><li><a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a></li><li><a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a></li></ul>
<p/>
 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 not binary compatible with earlier APR 0.9 releases.  Users of APR 1.x can expect consistent interfaces and binary compatibility through the entire APR 1.x release cycle, as defined in our versioning rules:
<p/>
  <a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a>
<p/>
 APR is already used extensively by the <a href="http://httpd.apache.org/">Apache HTTP Server</a> version 2.0 and the <a href="http://subversion.tigris.org/">Subversion</a> revision control system, to name but a few.  We list all known projects using APR at <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">839@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2006-03-25T20:01:13+00:00</dc:date>
</item>
<item>
<title>13 October 2005 - Apache Portable Runtime 1.2.2 Released</title>
<link>http://www.apachenews.org/archives/000759.html</link>
<description>
<![CDATA[ <a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.2.2 of the Apache Portable Runtime, APR.
<p/>
 APR is available for download from:
<p/>
 <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
 This version of APR is principally a bug fix release.
<p/>
 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 mplementations. 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.
<p/>
 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:<ul><li>UNIX</li><li>Windows</li><li>Netware</li><li>Mac OS X</li><li>OS/2</li><li>BeOS</li></ul>
<p/>
 To give a brief overview, the primary core subsystems of APR 1.2 include the following:<ul><li>Atomic operations</li><li>Dynamic Shared Object loading</li><li>File I/O</li><li>Locks (mutexes, condition variables, etc)</li><li>Memory management (high performance allocators)</li><li>Memory-mapped files</li><li>Multicast Sockets</li><li>Network I/O</li><li>Shared memory</li><li>Thread and Process management</li><li>Various data structures (tables, hashes, priority queues, etc)</li></ul>
<p/>
 For a more complete list, please refer to the following URLs:<ul><li><a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a></li><li><a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a></li></ul>
<p/>
 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 not binary compatible with earlier APR 0.9 releases.  Users of APR 1.x can expect consistent interfaces and binary compatibility through the entire APR 1.x release cycle, as defined in our versioning rules:
<p/>
  <a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a>
<p/>
 APR is already used extensively by the <a href="http://httpd.apache.org/">Apache HTTP Server</a> version 2.0 and the <a href="http://subversion.tigris.org/">Subversion</a> revision control system, to name but a few.  We list all known projects using APR at <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">759@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-10-13T13:00:57+00:00</dc:date>
</item>
<item>
<title>05 October 2005 - Apache Portable Runtime 0.9.7 Released</title>
<link>http://www.apachenews.org/archives/000746.html</link>
<description>
<![CDATA[ <a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 0.9.7 of the Apache Portable Runtime, APR, and version 0.9.7 of it's companion project, the Apache Portable Utility library APR-util.  A corresponding version of APR-iconv 0.9.7, an alternative portable implementation of the 'iconv' library, is released for users without a system iconv implementation.
<p/>
 APR is available for download from:
<p/>
 <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
 This version of APR is principally a bug fix release, and is provided only for users requiring APR 0.9 compatibility.  Most users are recommended to adopt the latest APR 1.x version to ensure the most comprehensive support access to the latest features and enhancements.
<p/>
 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.
<p/>
 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:<ul><li>UNIX</li><li>Windows</li><li>Netware</li><li>Mac OS X</li><li>OS/2</li><li>BeOS</li></ul>
<p/>
 To give a brief overview, the primary core subsystems of APR 0.9 include the following:<ul><li>Atomic operations</li><li>Dynamic Shared Object management</li><li>File I/O</li><li>Locks (mutexes, condition variables, etc)</li><li>Memory management (high performance allocators)</li><li>Memory-mapped files</li><li>Network I/O</li><li>Shared memory</li><li>Thread and Process management</li><li>Various data structures (tables, hashes, priority queues, etc)</li></ul>
<p/>
 For a more complete list, please refer to the following URLs:<br/>
 <a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a><br/>
 <a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a>
<p/>
 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 not binary compatible with earlier APR 0.9 releases.  Users of APR 1.x can expect consistent interfaces and binary backwards compatibility through the entire APR 1.x release cycle, as defined in our versioning rules:
<p/>
  <a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a>
<p/>
 APR is already used extensively by the <a href="http://httpd.apache.org/">Apache HTTP Server</a> version 2.0 and the <a href="http://subversion.tigris.org/">Subversion</a> revision control system, to name but a few.  We list all known projects using APR at <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">746@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-10-05T00:01:26+00:00</dc:date>
</item>
<item>
<title>20 August 2005 - Apache APR-Util 1.2.1 Released</title>
<link>http://www.apachenews.org/archives/000711.html</link>
<description>
<![CDATA[<a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.2.1 of the Apache Portable Runtime Utility Library, APR-Util..
<p/>
APR-Util is available for download from:
<p/>
~    <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
This is primarily a build and bug fix release.
<p/>
A detailed list of changes is at:
<p/>
~    <a href="http://www.apache.org/dist/apr/CHANGES-APU">http://www.apache.org/dist/apr/CHANGES-APU</a>
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">711@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-08-20T18:48:47+00:00</dc:date>
</item>
<item>
<title>20 August 2005 - Apache APR 1.2.1 Released</title>
<link>http://www.apachenews.org/archives/000710.html</link>
<description>
<![CDATA[<a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.2.1 of the Apache Portable Runtime, APR.
<p/>
APR is available for download from:
<p/>
~    <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
This is primarily a build and bug fix release.
<p/>
A detailed list of changes is at:
<p/>
~    <a href="http://www.apache.org/dist/apr/CHANGES-APR">http://www.apache.org/dist/apr/CHANGES-APR</a>
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">710@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-08-20T18:46:03+00:00</dc:date>
</item>
<item>
<title>18 March 2005 - Apache APR-Iconv 1.0.2 Released</title>
<link>http://www.apachenews.org/archives/000585.html</link>
<description>
The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.0.2 of the Apache Portable Runtime Iconv Library, APR-Iconv. APR-Iconv is available for download from: ~ http://apr.apache.org/download.cgi This is primarily a build and bug fix release. A detailed list of changes is at: ~ http://www.apache.org/dist/apr/CHANGES-API MD5 Sums: apr-iconv-1.0.2.tar.gz = a74e1f30d823f90fae08c9a774558d77 apr-iconv-1.0.2.tar.bz2 = ffcfeace82581fc5fbb5709149ba887a apr-iconv-1.0.2.tar.Z = 795fe1a987ccace2a157d4dd94aeee6c apr-iconv-1.0.2.zip = ef90fa048c0a30dbb612d286ed5c677d...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">585@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-03-18T12:58:32+00:00</dc:date>
</item>
<item>
<title>18 March 2005 - Apache APR-Util 1.1.2 Released</title>
<link>http://www.apachenews.org/archives/000584.html</link>
<description>
The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.1.2 of the Apache Portable Runtime Utility Library, APR-Util. APR-Util is available for download from: ~ http://apr.apache.org/download.cgi This is primarily a build and bug fix release. A detailed list of changes is at: ~ http://www.apache.org/dist/apr/CHANGES-APU MD5 Sums: apr-util-1.1.2.tar.gz = e82f933c065ccd1c7d910da67bc77825 apr-util-1.1.2.tar.bz2 = 2168ce947403548f4d5574c9dadf2087 apr-util-1.1.2.tar.Z = c90208e3abde970cd551f5c5e1473600 apr-util-1.1.2.zip = a44d7560931666760dd7ab19f6e9d785...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">584@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-03-18T12:57:55+00:00</dc:date>
</item>
<item>
<title>18 March 2005 - Apache APR 1.1.1 Released</title>
<link>http://www.apachenews.org/archives/000583.html</link>
<description>
The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of version 1.1.1 of the Apache Portable Runtime, APR. APR is available for download from: ~ http://apr.apache.org/download.cgi This is primarily a build and bug fix release. A detailed list of changes is at: ~ http://www.apache.org/dist/apr/CHANGES-APR MD5 Sums: apr-1.1.1.tar.gz = e153fda2df2338250548448c7a6e3d59 apr-1.1.1.tar.bz2 = 8ef474ee579b9f9343f145cc7b973607 apr-1.1.1.tar.Z = 1b3089a03a52b1c9103d42dd13c5e897 apr-1.1.1.zip = 947a37ac164b9fa67b21c491cc638b89...
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">583@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-03-18T12:57:10+00:00</dc:date>
</item>
<item>
<title>25 January 2005 - Apache Portable Runtime Version 1.1.0 Released</title>
<link>http://www.apachenews.org/archives/000576.html</link>
<description>
<![CDATA[<a href="http://apr.apache.org/">The Apache Portable Runtime Project</a> (APR) is proud to announce the release of APR version 1.1.0. APR's mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. Please see the <a href="http://www.apache.org/dist/apr/Announcement.html">announcement</a> and feel free to <a href="http://apr.apache.org/download.cgi">download 1.1.0</a>. You can also see <a href="http://apr.apache.org/projects.html">what projects already use APR</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">576@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2005-01-15T12:14:19+00:00</dc:date>
</item>
<item>
<title>18 November 2004 - Apache Portable Runtime Version 1.0.1 Released</title>
<link>http://www.apachenews.org/archives/000575.html</link>
<description>
<![CDATA[<a href="http://apr.apache.org/">The Apache Portable Runtime Project</a> (APR) is proud to announce the release of APR version 1.0.1. APR's mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. Please see the <a href="http://www.apache.org/dist/apr/Announcement.html">announcement</a> and feel free to <a href="http://apr.apache.org/download.cgi">download 1.0.1</a>. You can also see <a href="http://apr.apache.org/projects.html">what projects already use APR</a>.
<p/>
----
<p/>
<strong><em><u><a href="http://apr.apache.org/">-- The Apache Portable Runtime Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">575@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2004-11-18T12:10:29+00:00</dc:date>
</item>
<item>
<title>02 September 2004 - Apache Portable Runtime 1.0.0 Released</title>
<link>http://www.apachenews.org/archives/000441.html</link>
<description>
<![CDATA[                <em> Apache Portable Runtime 1.0.0 Released</em>
<p/>
   <a href="http://www.apache.org/">The Apache Software Foundation</a> and <a href="http://apr.apache.org/">the Apache Portable Runtime Project</a> are proud to announce the General Availability of version 1.0.0 of the Apache Portable Runtime, APR.
<p/>
   APR is available for download from:
<br/>
      <a href="http://apr.apache.org/download.cgi">http://apr.apache.org/download.cgi</a>
<p/>
   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.
<p/>
   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.
<p/>
   Currently supported platforms include:<br/>
<ul>
<li>UNIX</li>
<li>Windows</li>
<li>Netware</li>
<li>OS/2</li>
<li>BeOS</li>
</ul>
<p/>
   This first General Availability release of APR marks the culmination of several years of development by the contributors to the APR project.  The changes that have been made since the project began are far too numerous to list here, but the highlights can be found in the CHANGES file included in the distribution.  To give a brief overview, the primary core subsystems of APR 1.0 include the following:<br/>
<ul>
<li>Atomic operations</li>
<li>Dynamic Shared Object loading</li>
<li>File I/O</li>
<li>Locks (mutexes, condition variables, etc)</li>
<li>Memory management (high performance allocators)</li>
<li>Memory-mapped files</li>
<li>Network I/O</li>
<li>Shared memory</li>
<li>Thread and Process management</li>
<li>Various data structures (tables, hashes, priority queues, etc)</li>
</ul>
<p/>
   For a more complete list, please refer to the following URLs:
<br/>
      <a href="http://apr.apache.org/docs/apr/modules.html">http://apr.apache.org/docs/apr/modules.html</a><br/>
      <a href="http://apr.apache.org/docs/apr-util/modules.html">http://apr.apache.org/docs/apr-util/modules.html</a>
<p/>
   Users of APR 0.9 should be aware that migrating to the APR 1.0 programming interfaces may require some adjustments; APR 1.0 is not binary compatible with earlier APR 0.9 releases.  Users of APR 1.0 can expect consistent interfaces and binary compatibility through the entire APR 1.x release cycle, as defined in our versioning rules:
<br/>
       <a href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a>
<p/>
   APR is already used extensively by the Apache HTTP Server version 2.0 and the Subversion revision control system, to name but a few.  We list all known projects using APR at <a href="http://apr.apache.org/projects.html">http://apr.apache.org/projects.html</a> -- so please let us know if you find our libraries useful in your own projects!
<p/>
--
<p/>
<b><i><u><a href="http://apr.apache.org/">-- The Apache APR Project</a></u></i></b>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_apr_index.html">Apache APR</a> ] <a href="http://www.apachenews.org/archives/news_apache_apr.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_apr.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">441@http://www.apachenews.org/</guid>
<dc:subject>Apache APR</dc:subject>
<dc:date>2004-09-02T04:26:43+00:00</dc:date>
</item>


</channel>
</rss>
