You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2009/01/22 17:52:19 UTC

[VOTE] Release jackrabbit-core 1.4.8

Hi,

I have posted a candidate for the jackrabbit-core 1.4.8 release at:

   http://people.apache.org/~jukka/jackrabbit/core-1.4.8/

See the RELEASE-NOTES.txt file (also included at the end of this
message) for details on release contents and latest changes. The
release candidate is a jar archive of the sources in
http://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-core-1.4.8.
The SHA1 checksum of the release package is
74e5d47ceced97ea0b5a4dd401e48eb52912de8f.

Please vote on releasing this package as jackrabbit-core 1.4.8. The
vote is open for the next 72 hours and passes if a majority of at
least three +1 votes are cast. The vote is open for everyone but only
votes from Jackrabbit PMC members are binding.

    [ ] +1 Release this package as jackrabbit-core 1.4.8
    [ ] -1 Do not release this package because...

Here's my +1.

As before, I have also included a pre-compiled binary and a staged
Maven repository produced from the packaged source. If this vote
passes, I will make these artifacts available to users along with the
official source release.

PS. See RAT report at
http://people.apache.org/~jukka/jackrabbit/core-1.4.8/rat.txt.

BR,

Jukka Zitting


Release Notes -- Apache Jackrabbit Core -- Version 1.4.8

Introduction
------------

This is the 1.4.8 patch release of the jackrabbit-core component of
Apache Jackrabbit, a fully conforming implementation of the Content
Repository for Java Technology API (JCR).

This release fixes a number of issues. See below for the full list of
changes in this release.

See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for
more information.

Changes in this release
-----------------------

All the changes in this release are listed below. The issue identifier and
title is listed for each change and known issue. You can look up individual
issues for more details in the Jackrabbit issue tracker at
http://issues.apache.org/jira/browse/JCR

  Bug fixes
  [JCR-1572] DbDataStore connection does not always reconnect
  [JCR-1841] Workspace.xml can't be loaded if it has a BOM
  [JCR-1866] Query may throw ArrayIndexOutOfBoundsException
  [JCR-1918] DbDataStore keeps ResultSets open

Release Contents
----------------

Like the previous jackrabbit-core 1.4.x releases this patch release only
contains the jackrabbit-core component. The component is distributed both
as a source archive and a pre-compiled binary.

    * Source archive (jackrabbit-core-1.4.8-src.jar)

        The source archive contains the full source code of this release
        in a "jackrabbit-core-1.4.8" directory. Use the following commands
        (or the equivalent in your environment) to build the component
        with Maven 2 and Java 1.4 or higher:

          $ jar xf jackrabbit-core-1.4.8-src.jar
          $ cd jackrabbit-core-1.4.8
          $ mvn install

    * Pre-compiled binary (jackrabbit-core-1.4.8.jar)

        Core of the Apache Jackrabbit content repository implementation.

See the included README.txt file for more information.

Each release file is accompanied by SHA1 and MD5 checksums and a PGP
signature. The public key used for the signatures can be found
in the KEYS file.

Re: [VOTE] Release jackrabbit-core 1.4.8

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Mon, Jan 26, 2009 at 11:39 AM, Thomas Müller <th...@day.com> wrote:
> +1 Release this package as jackrabbit-core 1.4.8

Thanks!

Anyone else? We're again short of the three required votes (I guess I
shouldn't run release votes over the weekend). I'm extending the vote
period to noon tomorrow (UTC).

BR,

Jukka Zitting

Re: [VOTE] Release jackrabbit-core 1.4.8

Posted by Thomas Müller <th...@day.com>.
+1 Release this package as jackrabbit-core 1.4.8

- checksums OK
- licence, notice, header, readme and release-notes files OK
- compared the source code against the 1.4.7 tag
- maven build OK

Regards,
Thomas


On Thu, Jan 22, 2009 at 5:52 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> I have posted a candidate for the jackrabbit-core 1.4.8 release at:
>
>   http://people.apache.org/~jukka/jackrabbit/core-1.4.8/
>
> See the RELEASE-NOTES.txt file (also included at the end of this
> message) for details on release contents and latest changes. The
> release candidate is a jar archive of the sources in
> http://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-core-1.4.8.
> The SHA1 checksum of the release package is
> 74e5d47ceced97ea0b5a4dd401e48eb52912de8f.
>
> Please vote on releasing this package as jackrabbit-core 1.4.8. The
> vote is open for the next 72 hours and passes if a majority of at
> least three +1 votes are cast. The vote is open for everyone but only
> votes from Jackrabbit PMC members are binding.
>
>    [ ] +1 Release this package as jackrabbit-core 1.4.8
>    [ ] -1 Do not release this package because...
>
> Here's my +1.
>
> As before, I have also included a pre-compiled binary and a staged
> Maven repository produced from the packaged source. If this vote
> passes, I will make these artifacts available to users along with the
> official source release.
>
> PS. See RAT report at
> http://people.apache.org/~jukka/jackrabbit/core-1.4.8/rat.txt.
>
> BR,
>
> Jukka Zitting
>
>
> Release Notes -- Apache Jackrabbit Core -- Version 1.4.8
>
> Introduction
> ------------
>
> This is the 1.4.8 patch release of the jackrabbit-core component of
> Apache Jackrabbit, a fully conforming implementation of the Content
> Repository for Java Technology API (JCR).
>
> This release fixes a number of issues. See below for the full list of
> changes in this release.
>
> See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for
> more information.
>
> Changes in this release
> -----------------------
>
> All the changes in this release are listed below. The issue identifier and
> title is listed for each change and known issue. You can look up individual
> issues for more details in the Jackrabbit issue tracker at
> http://issues.apache.org/jira/browse/JCR
>
>  Bug fixes
>  [JCR-1572] DbDataStore connection does not always reconnect
>  [JCR-1841] Workspace.xml can't be loaded if it has a BOM
>  [JCR-1866] Query may throw ArrayIndexOutOfBoundsException
>  [JCR-1918] DbDataStore keeps ResultSets open
>
> Release Contents
> ----------------
>
> Like the previous jackrabbit-core 1.4.x releases this patch release only
> contains the jackrabbit-core component. The component is distributed both
> as a source archive and a pre-compiled binary.
>
>    * Source archive (jackrabbit-core-1.4.8-src.jar)
>
>        The source archive contains the full source code of this release
>        in a "jackrabbit-core-1.4.8" directory. Use the following commands
>        (or the equivalent in your environment) to build the component
>        with Maven 2 and Java 1.4 or higher:
>
>          $ jar xf jackrabbit-core-1.4.8-src.jar
>          $ cd jackrabbit-core-1.4.8
>          $ mvn install
>
>    * Pre-compiled binary (jackrabbit-core-1.4.8.jar)
>
>        Core of the Apache Jackrabbit content repository implementation.
>
> See the included README.txt file for more information.
>
> Each release file is accompanied by SHA1 and MD5 checksums and a PGP
> signature. The public key used for the signatures can be found
> in the KEYS file.
>

Re: [VOTE] Release jackrabbit-core 1.4.8

Posted by Stefan Guggisberg <st...@gmail.com>.
> Please vote on releasing this package as jackrabbit-core 1.4.8. The
> vote is open for the next 72 hours and passes if a majority of at
> least three +1 votes are cast. The vote is open for everyone but only
> votes from Jackrabbit PMC members are binding.
>

+1 Release this package as jackrabbit-core 1.4.8

- signature OK
- checksums OK
- licence, notice, header, readme and release-notes files OK
- maven build OK

cheers
stefan

Re: [VOTE] Release jackrabbit-core 1.4.8

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Thu, Jan 22, 2009 at 5:52 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this package as jackrabbit-core 1.4.8.

The vote passes as follows:

    +1 Jukka Zitting
    +1 Marcel Reutegger
    +1 Stefan Guggisberg
    +1 Thomas Müller

Thanks! I'll push the release out.

BR,

Jukka Zitting

Re: [VOTE] Release jackrabbit-core 1.4.8

Posted by Marcel Reutegger <ma...@gmx.net>.
Jukka Zitting wrote:
> Please vote on releasing this package as jackrabbit-core 1.4.8. The
> vote is open for the next 72 hours and passes if a majority of at
> least three +1 votes are cast. The vote is open for everyone but only
> votes from Jackrabbit PMC members are binding.

[X] +1 Release this package as jackrabbit-core 1.4.8

- signature OK
- checksums OK
- licence, notice, header, readme and release-notes files OK
- maven build OK

regards
 marcel