Apache Subversion 1.8.0-rc2 Released

2013-05-16 Thread Ben Reser
I'm happy to announce the release of Apache Subversion 1.8.0-rc2, the
first public release candidate of Subversion 1.8.0.
Please choose the mirror closest to you by visiting:

http://subversion.apache.org/download/#pre-releases

The SHA1 checksums are:

272a32237cf297f9cca5f511e600e46ac19ab052 subversion-1.8.0-rc2.tar.bz2
9b8d319f6b556f856348a72563fd2d5005a6fa31 subversion-1.8.0-rc2.tar.gz
bab03d90dc8cc27877372ba875009c5b878c9785 subversion-1.8.0-rc2.zip

PGP Signatures are available at:

http://www.apache.org/dist/subversion/subversion-1.8.0-rc2.tar.bz2.asc
http://www.apache.org/dist/subversion/subversion-1.8.0-rc2.tar.gz.asc
http://www.apache.org/dist/subversion/subversion-1.8.0-rc2.zip.asc

For this release, the following people have provided PGP signatures:

   Ben Reser [4096R/16A0DE01] with fingerprint:
19BB CAEF 7B19 B280 A0E2  175E 62D4 8FAD 16A0 DE01
   Branko Čibej [2048R/C8628501] with fingerprint:
8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
   C. Michael Pilato [4096R/FE681333] with fingerprint:
753B 2F9D F717 FA23 A43E  E7C3 F5E0 F001 FE68 1333
   Ivan Zhakov [4096R/F6AD8147] with fingerprint:
4829 8F0F E47F 4B8A 43FD  6525 919F 6F61 F6AD 8147
   Mark Phippard [1024D/035A96A9] with fingerprint:
D315 89DB E1C1 E9BA D218  39FD 265D F8A0 035A 96A9
   Paul T. Burba [4096R/56F3D7BC] with fingerprint:
1A0F E7C6 B3C5 F8D4 D0C4  A20B 64DD C071 56F3 D7BC
   Philip Martin [2048R/ED1A599C] with fingerprint:
A844 790F B574 3606 EE95  9207 76D7 88E1 ED1A 599C
   Stefan Sperling [2048R/9A59B973] with fingerprint:
8BC4 DAE0 C5A4 D65F 4044  0107 4F7D BAA9 9A59 B973

This is a release candidate for what will eventually become Apache
Subversion 1.8.0.  It is thought to be free of blocking issues, and if
none are found will become the final release.  For this reason, we
encourage thorough testing in as many environments as possible.  This
release candidate begins the four-week "soak" period to allow for
further testing, and barring show-stopping bugs, the final 1.8.0
release can be expected on or near June 14th.

A pre-release means the Subversion developers feel that this release
is ready for widespread testing by the community.  There are known issues
(and unknown ones!), so please use it at your own risk, though we do
encourage people to test this release thoroughly.  Of particular note, please
remember than persistent data, such as the working copy or repository
formats may change before the final release, and there may not be an
upgrade path from the pre-releases to the final.

As a note to operating system distro packagers: while we wish to have this
release candidate widely tested, we do not feel that it is ready for packaging
and providing to end-users through a distro package system.  Packaging a
release candidate poses many problems, the biggest being that our policy lets
us break compatibility between the release candidate and the final release, if
we find something serious enough.  Having many users depending on a release
candidate through their distro would cause no end of pain and frustration that
we do not want to have to deal with.  However, if your distro has a branch that
is clearly labeled as containing experimental and often broken software, and
explicitly destined to consenting developers and integrators only, then we're
okay with packaging the release candidate there.  Just don't let it near the
end users please.


Release notes for the 1.8.x release series may be found at:

http://subversion.apache.org/docs/release-notes/1.8.html

You can find the list of changes between 1.8.0-rc2 and earlier versions at:

http://svn.apache.org/repos/asf/subversion/tags/1.8.0-rc2/CHANGES

Questions, comments, and bug reports to us...@subversion.apache.org.

Thanks,
- The Subversion Team


[ANNOUNCE] Apache Hive 0.11.0 Released

2013-05-16 Thread Owen O'Malley
The Apache Hive team is proud to announce the the release of Apache
Hive version 0.11.0.

The Apache Hive data warehouse software facilitates querying and
managing large datasets residing in distributed storage. Built on top
of Apache Hadoop, it provides:

* Tools to enable easy data extract/transform/load (ETL)

* A mechanism to impose structure on a variety of data formats

* Access to files stored either directly in Apache HDFS or in other
  data storage systems such as Apache HBase

* Query execution via MapReduce

For Hive release details and downloads, please visit:
http://hive.apache.org/releases.html

Hive 0.11.0 Release Notes are available here:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323587&styleName=Html&projectId=12310843

We would like to thank the many contributors who made this release
possible.

Regards,

The Apache Hive Team


[ANNOUNCE] Apache Jena 2.10.1 released

2013-05-16 Thread Andy Seaborne

The Apache Jena team are pleased to announce the release of Jena 2.10.1.

== About Apache Jena

Apache Jena is a Java framework for building Semantic Web applications. 
Jena provides a collection of tools and Java libraries to help you to 
develop semantic web and linked-data applications, tools and services.


http://jena.apache.org/

== Notable changes

* RDF Output

The writer for Turtle which has been rewritten and a writer for TriG 
added.  The exact output layout of the Turtle may change.


Full details of using the writing subsystem:
  http://jena.apache.org/documentation/io/rdf-output.html

* RETE patch for faster forward rule execution
  (contribution from Tilo Fischer)

* Improved Fuseki service startup script
  (contribution from Luís Duarte)

* Improve ParameterizedSparqlString to prevent SPARQL injection attacks.

* Query timeouts (including in Fuseki)

Timeouts now happen at the right point. The Fuseki status code from a 
timeouts query was incorrectly 408 - it's now 503.


* New optimizations for ORDER BY + DISTINCT/REDUCED combinations that 
gives substantially better performance for some queries


* Improvements to statistics calculations in TDB to handle rdf:type.
Large databases, with small numbers of different classes, may benefit
from recalculating stats.opt.

== Full details

More details of changes:
http://s.apache.org/jira-jena-2.10.1

== More about Jena

To learn more about Jena and get started:
http://jena.apache.org/


Thanks!
-- The Apache Jena Team


[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta4 Released

2013-05-16 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the fourth BETA
release of HttpAsyncClient 4.0. This release delivers significant
performance improvements in request execution, especially for short HTTP
messages, and also re-aligns programming interfaces used by the library
with HttpCore 4.3 and HttpClient 4.3 APIs. Configuration and preference
APIs of HttpAsyncClient are now consistent with those used by HttpClient
4.3.

Users of HttpAsyncClient are advised to upgrade.

---
Download - 


Release notes -


HttpComponents site -


---
About Apache HttpAsyncClient

Although the java.net package provides basic functionality for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. HttpAsyncClient seeks to fill
this void by providing an efficient, up-to-date, and feature-rich
package with an event-driven programming interface based on a
non-blocking I/O model.