아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.
우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.
Apache HTTP Server 1.3는 여러분들이 도와주시고 힘써주신 덕분에 성공적으로 프로젝트를 진행해왔고, 그리고 이 땅의 대표 웹서버로서 발돋움하게 되었습니다.
감사합니다.
This Announcement notes the significant changes in 1.3.42 as compared to 1.3.41.
This version of Apache is is principally a bug and security fix release.
The following moderate security flaw has been addressed:
* CVE-2010-0010 (cve.mitre.org)
mod_proxy: Prevent chunk-size integer overflow on platforms
where sizeof(int) < sizeof(long). Reported by Adam Zabrocki.
Please see the CHANGES_1.3.42 file in this directory for a full list
of changes for this version.
Apache 1.3.42 is the final stable release of the Apache 1.3 family. We
strongly recommend that users of all earlier versions, including 1.3
family releases, upgrade to to the current 2.2 version as soon as possible.
For information about how to upgrade, please see the documentation:
Binaries distributed by the Apache HTTP Server Project are provided as a
courtesy by individual project contributors. The project makes no
commitment to release the Apache HTTP Server in binary form for any
particular platform, nor on any particular schedule.
IMPORTANT NOTE FOR APACHE USERS: Apache 1.3 was designed for Unix OS
variants. While the ports to non-Unix platforms (such as Win32, Netware or
OS2) will function for some applications, Apache 1.3 is not designed for
these platforms. Apache 2 was designed from the ground up for security,
stability, or performance issues across all modern operating systems.
Users of any non-Unix ports are strongly cautioned to move to Apache 2.
The Apache project no longer distributes non-Unix platform binaries from
the main download pages for Apache 1.3. If absolutely necessary, a binary
may be available at http://archive.apache.org/dist/httpd/.
Apache 1.3.42 Major changes
Security vulnerabilities
The main security vulnerabilities addressed in 1.3.42 are:
*) SECURITY: CVE-2010-0010 (cve.mitre.org)
mod_proxy: Prevent chunk-size integer overflow on platforms
where sizeof(int) < sizeof(long). Reported by Adam Zabrocki.
Bugfixes addressed in 1.3.42 are:
*) Protect logresolve from mismanaged DNS records that return
blank/null hostnames.
Apache Rampart team is pleased to announce the 1.5 release of Apache Rampart module.
Apache Rampart is the the security module of Axis2 which provides implementations of the WS-Sec* specifications for Apache Axis2. Apache Rampart 1.5 release is compatible with Axis2 1.5 / 1.5.1 releases. Please refer to http://ws.apache.org/rampart/ for more information.
Apache Rampart 1.5 can be successfully used with the next Apache Sandesha2 release targeted towards Apache Axis2 1.5 to configure WS-SecureConversation + WS-ReliableMessaging scenarios.
New features of Apache Rampart 1.5 includes
* SAML 2.0 support
* Key store caching
* Signing / Encrypting with multiple keys
* Tests for negative scenarios
MyFaces Core는 central Maven repository에서 그룹 ID "org.apache.myfaces.core"로 활동하고 있습니다.
자세한 내용은 아래 릴리즈 노트를 확인하세요.
Release Notes - MyFaces Core - Version 2.0.0-beta
Bug
* [MYFACES-2356] - HtmlRadioRendererBase calls converter method getAsString() not with the object, but with the string version when an validation error occured
* [MYFACES-2396] - @PreDestroy method of Bean in CustomScope not invoked
* [MYFACES-2410] - f:validateBean does not work as container for EditableValueHolders
* [MYFACES-2429] - Missing localePrefix for resources is not ignored
* [MYFACES-2430] - Button image url rendered wrong for resources
* [MYFACES-2431] - NotSerializableException on state serialization
* [MYFACES-2432] - InsertChildrenHandler.RelocateAllChildrenListener throws IndexOutOfBoundsException
* [MYFACES-2434] - dummy request/response classes for system event listeners will break with Servlet 3.0
* [MYFACES-2436] - BeanValidator stops on null value (@NotNull not checked)
* [MYFACES-2437] - columnClasses must not be rendered if colums > columnClasses
* [MYFACES-2445] - NPE on rendering outcome target links
* [MYFACES-2447] - PhaseListeners not invoked correctly
* [MYFACES-2450] - ViewHandler.deriveViewId must check is viewId really exists
* [MYFACES-2453] - f:view is ignored by facelets
* [MYFACES-2457] - f:selectItem "escape" property not bound in facelets
* [MYFACES-2462] - <ui:debug /> is not working
* [MYFACES-2468] - MyFaces needs to support adding a <view-handler> in faces-config.xml
* [MYFACES-2469] - Invalid outcome gives NPE
* [MYFACES-2472] - Missing return in UIComponent.EventListenerWrapper
* [MYFACES-2474] - Fix navigation handler algorithm for redirects
* [MYFACES-2475] - Visit facets in UIComponent.visitTree()
* [MYFACES-2476] - @this in render not resolved on ajax request
* [MYFACES-2477] - Ajax related fixes for command components
* [MYFACES-2481] - Wrong property name in payload for ajax callback functions
* [MYFACES-2482] - Use Error instead of Exception in Ajax Js Impl
* [MYFACES-2484] - public final void pushComponentToEL(FacesContext context, UIComponent component) crashes if component is null
* [MYFACES-2488] - PreRenderViewEvent-listeners could change UIViewRoot or set responseComplete
* [MYFACES-2498] - Myfaces should be able to gracefully handle a runtime with the bean validation API on the classpath but no impl
* [MYFACES-2499] - f:validateBean disabled="true" not processed correctly
* [MYFACES-2501] - f:validateBean should only use the validationGroups from the stack, if its validationGroups property is null or an empty string
* [MYFACES-2506] - @ManagedBean doesn't work with missing scope annotation
Improvement
* [MYFACES-2435] - f:facet can have more than one child
* [MYFACES-2444] - Implement new JSF 2 c:set features
* [MYFACES-2464] - Find a way to do not use ELExpressions on jsf.js for getProjectStage
Task
* [MYFACES-2363] - ExceptionHandler implementation requires deal with ajax responses
* [MYFACES-2368] - Update Render Response Phase to new spec
* [MYFACES-2417] - h:commandButton and h:commandLink now can be rendered outside a form
* [MYFACES-2418] - Implement h:selectManyXXX collectionType and hideNoSelectionOption
* [MYFACES-2423] - h:dataTable renderer does not support colgroups facet
* [MYFACES-2425] - JSTL Functions returns null instead ""
* [MYFACES-2426] - UISelectItem itemEscaped should return true as default
* [MYFACES-2427] - Composite Component not bound when calling ValueExpression from broadcast
* [MYFACES-2428] - Id generation for facelets cause problems with htmlunit 2.4 or lower
* [MYFACES-2438] - h:selectOneRadio can't render HTML.NBSP_ENTITY before start label text
* [MYFACES-2446] - ExceptionHandlerImpl is not correct
* [MYFACES-2448] - Wrappers created in 1.2 version should wrap new methods added in 2.0
* [MYFACES-2449] - ManagedBeanResolver and ScopedAttributeResolver could be called before UIViewRoot is available
* [MYFACES-2451] - Add @JSFWebConfigParam annotation to new parameters in JSF 2.0
* [MYFACES-2454] - Adapt default error page generation to new spec
* [MYFACES-2455] - ClientBehaviorHolder interface should be tracked by myfaces-builder-plugin metadata
* [MYFACES-2456] - Interfaces should be tracked on myfaces builder plugin
* [MYFACES-2459] - PreJsf2ExceptionHandlerImpl not correct
* [MYFACES-2460] - Add Resource Headers and allow EL Expressions only on css files
* [MYFACES-2465] - PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()
* [MYFACES-2487] - DeltaList does not deal correctly with transient objects
* [MYFACES-2493] - ViewMetadata facelets compiler should not output DTD, <?xml or any UIInstruction outside f:metadata
* [MYFACES-2494] - Component branches saved with PSS needs to be wrapped
* [MYFACES-2496] - Provide a method to find out if a facelets TagHandler has children or not
* [MYFACES-2505] - ComponentHandler.isNew requires deal with composite components
The Apache Lucene project is pleased to announce the release of Apache Tika 0.6. The release contents have been pushed out to the main Apache release site and the m2 ibiblio sync, so the releases should be available as soon as the mirrors get the syncs.
Apache Tika, a subproject of Apache Lucene, is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.
Apache Tika 0.6 contains a number of improvements and bug fixes. Details can be found in the changes file:
In the initial 48 hours, the release may not be available on all mirrors.
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/tika/KEYS-0.6.txt
The Apache OpenJPA project is proud to release OpenJPA 2.0.0 Beta [1].
This distribution is based on the final JSR 317 Java Persistence API,
Version 2.0 specification [2] and passes the JPA 2.0 TCK. This release includes many new features, enhancements and fixes; giving developers access to a JPA 2.0 compliant implementation, while maintaining backwards compatibility for existing JPA 1.0 applications.
Some of the new JPA 2.0 enhancements worth noting, include:
Access Types, Embeddables, Enhanced Map Collections, Derived Identities, Typed and type-safe Query and Query Results APIs, enhanced Locking, JPQL updates, L2 Cache, Bean Validation, Metamodel and Criteria APIs for programmatic construction of type-safe queries, new properties and query hints, and many more....
Please visit the OpenJPA 2.0.0 Beta page [1] to download the release and obtain more details on the new JPA 2.0 features or visit the JPA 2.0 Roadmap page [3] for the latest status on the upcoming 2.0.0 release.