블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/6 »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

 

'분류 전체보기'에 해당되는 글 358

  1. 2009.04.05 Apache PyLucene 2.4.1
  2. 2009.04.03 Apache Mailet Base 1.0 Released
  3. 2009.04.01 Apache CouchDB 0.9.0 has been released
  4. 2009.03.30 Apache ZooKeeper 3.1.1
  5. 2009.03.30 Apache Tomcat JK 1.2.28 Web Server Connector released
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache PyLucene 2.4.1

뉴스/소식 | 2009. 4. 5. 23:12 | Posted by 노안돼지

I am pleased to announce the availability of Apache PyLucene 2.4.1.

Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Java Lucene. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene, 2.4.1.

Apache PyLucene 2.4.1 is the first release of PyLucene since its recent move to the Apache Software Foundation as a Lucene subproject earlier this year.

If contains a number of bug fixes and improvements. Details can be found in the changes files:

http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES
http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES

Apache PyLucene 2.4.1 is available from the following download page:
http://www.apache.org/dyn/closer.cgi/lucene/pylucene/pylucene-2.4.1-1-src.tar.gz

When downloading from a mirror site, please remember to verify the downloads using signatures found on the Apache site:
http://www.apache.org/dist/lucene/pylucene/KEYS

For more information on Apache PyLucene, visit the project home page:
   http://lucene.apache.org/pylucene

:

Apache Mailet Base 1.0 Released

뉴스/소식 | 2009. 4. 3. 08:27 | Posted by 노안돼지

The Apache James Team (http://james.apache.org/) is pleased to announce that the Apache Mailet Base 1.0 release is now available
(http://james.apache.org/download.cgi).

Apache James Mailets Base collects a number of utilites and lightweight frameworks useful when working with the  Apache Mailet API (a framework assisting the rapid development of email processing functionality http://james.apache.org/mailet/api). Mailets base is used as the basis for the email processing functions shipped with the  Apache James server (an advanced mail server http://james.apache.org/server) but is not dependent on that server.

Version 1.0 is the first independent release of these mature components last shipped with Apache James 2.3.

For more information see
http://james.apache.org/mailet/base/release-notes.html and
http://james.apache.org/mailet/base/

:

Apache CouchDB 0.9.0 has been released

뉴스/소식 | 2009. 4. 1. 08:58 | Posted by 노안돼지

Hello Couch Potatoes,

Apache CouchDB 0.9.0 has been released and is available for download:

 http://couchdb.apache.org/downloads.html

This is the first release after graduating from the ASF Incubator.

Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API. Among other
features, it provides robust, incremental replication with bi-directional
conflict detection and resolution, and is queryable and indexable using a
table-oriented view engine with JavaScript acting as the default view definition
language.

CouchDB is written in Erlang, but can be easily accessed from any environment
that provides means to make HTTP requests. There are a multitude of third-party
client libraries that make this even easier for a variety of programming
languages and environments.

Version 0.9.0
-------------

 * Modular configuration.
 * Performance enhancements for document and view access.
 * More resilient replication process.
 * Replication streams binary attachments.
 * Administrator role and basic authentication.
 * Document validation functions in design documents.
 * Show and list functions for rendering documents and views as developer controlled content-types.
 * External process server module.
 * Attachment uploading from Futon.
 * Etags for views, lists, shows, document and attachment requests.
 * Miscellaneous improvements to build, system integration, and portability.



This release contains backwards incompatible changes, please see:

 http://wiki.apache.org/couchdb/BreakingChanges

Apache CouchDB is alpha software and still under heavy development. Please be
aware that important areas such as the public API or internal database format
may see backwards incompatible changes between versions.

:

Apache ZooKeeper 3.1.1

뉴스/소식 | 2009. 3. 30. 22:58 | Posted by 노안돼지

The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.1.1.

ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so you don't have to write them from scratch. You can use it off-the-shelf to implement consensus, group management, leader election, and presence protocols. And you can build on it for your own, specific needs.

If you are upgrading from version 2.2.1 on SourceForge be sure to review the 3.0.1 release notes for migration instructions.

For ZooKeeper release details and downloads, visit:
http://hadoop.apache.org/zookeeper/releases.html

ZooKeeper 3.1.1 Release Notes are at:
http://hadoop.apache.org/zookeeper/docs/r3.1.1/releasenotes.html

Regards,

The ZooKeeper Team

:

Apache Tomcat JK 1.2.28 Web Server Connector released

뉴스/소식 | 2009. 3. 30. 22:56 | Posted by 노안돼지

The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.28 of the Apache Tomcat Connectors.

It contains connectors, which allow a web server such as the Apache HTTP Server, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application server.

This version contains mainly some bug fixes and small improvements.

See http://tomcat.apache.org/connectors-doc/news/20090301.html#22%20March%20-%20JK-1.2.28%20released

for an overview and

  http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html

for a complete list of changes.

Source distribtions can be downloaded from an Apache Software Foundation mirror at:

  http://tomcat.apache.org/download-connectors.cgi

Binary distributions for a number of different operating systems and web servers can be downloaded from an Apache Software Foundation mirror at:

  http://tomcat.apache.org/download-connectors.cgi

Please note that syncing the release to the download mirrors might take up to 48 hours.

Documentation for using Apache Tomcat Connectors can be found at:

  http://tomcat.apache.org/connectors-doc/

Thank you,

-- The Apache Tomcat Team

: