블로그 이미지
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/5 »
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 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

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

Apache FtpServer 1.0.1 released

뉴스/소식 | 2009. 5. 20. 08:17 | Posted by 노안돼지

Apache MINA 프로젝트에서 FtpServer 1.0.1을 릴리즈 하였습니다.

이번 릴리즈는 1.0.0 릴리즈에서 발견된 각종 문제들을 해결하였습니다.
이번 릴리즈는 FtpServer가 동작시 안정성에 대한 문제를 해결한 것이므로, 사용자들은 이 릴리즈로 업그레이드 하시길 바랍니다.

Apache MINA 프로젝트에서는 FtpServer가 독자적으로도 동작하고, 간단한 방법으로 사용자의 응용프로그램에 내장되어 제대로 동작할 수 있도록 하는데 노력을 다하고 있습니다.

따라서, 여러분의 테스트 참여와 관심이 안정적인 릴리즈를 만드는데 도움이 될 수 있습니다.

이 릴리즈는 아래 링크에서 다운받을 수 있습니다.:
http://mina.apache.org/ftpserver/downloads.html

이번 릴리즈에서 변경된 것:
  • Stream closed after statistics is updated for data transfers
  • DefaultFtpServer.suspend() and NioListener.suspend() does not work correctly on Mac OS X
  • NativeFtpFile.equals does not work correctly with different casing on OS X
  • Passive data connections can hang forever and thus block a port
  • Data connection not closed on filter chain exception
  • Ftplet.onConnect() with DISCONNECT returned ignored by server


아래를 주소를 방문하시면 이 릴리즈에 대한 자세한 내용을 확인하실 수 있습니다.
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313619

:

Apache Crypto Mailets 1.0 released

뉴스/소식 | 2009. 5. 18. 08:47 | Posted by 노안돼지

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

The Apache Mailet API is a framework assisting the rapid development of email processing functionality http://james.apache.org/mailet/api.
Apache Crypto Mailets 1.0 contains mailets which encode, decode, sign and verify mail plus cryptology utilities.

Version 1.0 is the first independent release of these mature components last shipped with Apache James 2.3 (http://james.apache.org/server).

This distribution includes cryptographic software.  The country in which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of encryption software.  BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to see if this is permitted. 

See http://www.wassenaar.org for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms.  The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

 This library provides high level crytographic operations  based on lower level crytographic libraries created  by The Legion of the Bouncy Castle (http://www.bouncycastle.org/).

Export classifications and source links can be found at
http://www.apache.org/licenses/exports/.

Robert

----------------------------------------------------------------
2009 Marks 10 Years Of The Apache Software Foundation

https://blogs.apache.org/foundation/entry/the_asf_is_ten_years

Happy Birthday Apache!

:

Apache Felix Web Console version 1.2.10 Released

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

The Felix team is pleased to announce the release of Apache Felix Web
Console version 1.2.10

The Apache Felix Web Console is a simple tool to inspect and manage OSGi
framework instances using your favourite Web Browser.

 http://felix.apache.org/site/apache-felix-web-console.html

This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:

 <dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.webconsole</artifactId>
   <version>1.2.10</version>
 </dependency>

Release Notes:

** Bug
   * [FELIX-1028] - NPE in configuration view when running
                    webconsole with Equinox
   * [FELIX-1048] - Handle fragment bundles differently than
                    "normal" bundles
   * [FELIX-1061] - [PATCH] webconsole silently ignores bundles
                    which have no Bundle-SymbolicName header

** Improvement
   * [FELIX-1042] - [PATCH] Add log service to web console
   * [FELIX-1049] - Display symbolic name and version in bundle list
   * [FELIX-1050] - Display complete manifest entry
   * [FELIX-1139] - Remove fixed width of layout
   * [FELIX-1143] - Upgrade to Felix Parent POM 1.2.0


Enjoy!

-The Felix team

: