Discussion:
[VOTE] Release Cocoon 2.1.12
Cédric Damioli
2013-03-14 14:53:42 UTC
Permalink
Hi team,

I've put the files at http://people.apache.org/~cdamioli/cocoon-2.1.12/

Please check the files, build and run samples, and cast your votes.

Here is my +1

Regards,
--
Cédric Damioli
Thorsten Scherler
2013-03-15 13:14:39 UTC
Permalink
Post by Cédric Damioli
Hi team,
I've put the files at http://people.apache.org/~cdamioli/cocoon-2.1.12/
Please check the files, build and run samples, and cast your votes.
Here is my +1
Regards,
+1

I used:
- cocoon-2.1.12-deps.tar.gz
- cocoon-2.1.12-src.tar.gz

first try was with java7 where you get some compilation error since
com.sun.image.codec.jpeg cannot be resolved.
Switching to java 6 gave the same error BUT as warning and resulting in
a BUILD SUCCESSFUL

After that I started with cocoon.sh and clicked aroun in the samples and
everything works fine.

md5sum cocoon-2.1.12-src.tar.gz - ok
sha1sum cocoon-2.1.12-src.tar.gz - ok

Now asc:
wget https://people.apache.org/keys/group/cocoon.asc
gpg --import cocoon.asc
gpg --verify cocoon-2.1.12-src.tar.gz.asc
~/src/apache/cocoon-2.1.12-src.tar.gz
gpg: Signature made Thu 14 Mar 2013 03:31:26 PM CET using RSA key ID
DD478570
gpg: Can't check signature: public key not found

For the release we need to add your key to the people group.
gpg --import cocoon-2.1.12/KEYS
that worked fine.

Thanks for doing the release Cedric.

salu2
--
Thorsten Scherler <scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/
Francesco Chicchiriccò
2013-03-15 15:16:05 UTC
Permalink
Post by Cédric Damioli
Hi team,
I've put the files at http://people.apache.org/~cdamioli/cocoon-2.1.12/
Please check the files, build and run samples, and cast your votes.
+1

Did same steps as Thorsten [1] + build from source tag [2] and test.

Everything looks fine.

Regards.

[1] http://cocoon.markmail.org/thread/5ipoglnkq252rim4
[2] https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_12/
--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/
Robby Pelssers
2013-03-15 15:30:10 UTC
Permalink
Followed same approach as Thorsten and Francesco.

Got same warnings regarding since com.sun.image.codec.jpeg while building. No showstopper.


Samples started fine.
* Most samples for aggregation and syndication no longer work (but this is not a showstopper)
java.io.FileNotFoundException: http://www.moreover.com/cgi-local/page?o=xml&c=Developer%20news
java.io.FileNotFoundException: http://www.xmlhack.com/cdf.cdf


My vote: +1

Robby

-----Original Message-----
From: Francesco Chicchiriccò [mailto:***@apache.org]
Sent: Friday, March 15, 2013 4:16 PM
To: ***@cocoon.apache.org
Subject: Re: [VOTE] Release Cocoon 2.1.12
Post by Cédric Damioli
Hi team,
I've put the files at
http://people.apache.org/~cdamioli/cocoon-2.1.12/
Please check the files, build and run samples, and cast your votes.
+1

Did same steps as Thorsten [1] + build from source tag [2] and test.

Everything looks fine.

Regards.

[1] http://cocoon.markmail.org/thread/5ipoglnkq252rim4
[2] https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_12/

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/
Javier Puerto
2013-03-15 19:00:04 UTC
Permalink
Post by Cédric Damioli
Hi team,
I've put the files at http://people.apache.org/~**cdamioli/cocoon-2.1.12/<http://people.apache.org/~cdamioli/cocoon-2.1.12/>
Please check the files, build and run samples, and cast your votes.
Here is my +1
Regards,
--
Cédric Damioli
Same steps as Thorsten for *.tar.gz and *.zip files.

* Checksums OK
* Signature OK
* Build OK.
* Samples, same problem as Robby but it's OK.

+1

salu2.
David Crossley
2013-03-16 07:24:19 UTC
Permalink
Post by Cédric Damioli
I've put the files at http://people.apache.org/~cdamioli/cocoon-2.1.12/
Please check the files, build and run samples, and cast your votes.
+1 from me for cocoon-2.1.12-src.tar.gz MD5 8f86915b851df0405fa52dbe249bd3da

Thanks.

There are some small things that can be fixed after this release.
e.g. "Apache Software License" in deps/LICENSE.txt should be "Apache License".

Your key should get signed by someone else.

We could follow what Subversion does. The multiple signatures
would assist with that issue.
http://subversion.apache.org/docs/community-guide/releasing.html#tarball-signing

Also i see that rather than using a static KEYS file,
they link directly from their download page to the set of current keys.

Anyway, stuff for next time.

Thanks again.

-David
Thorsten Scherler
2013-03-18 10:47:32 UTC
Permalink
Post by David Crossley
Post by Cédric Damioli
I've put the files at http://people.apache.org/~cdamioli/cocoon-2.1.12/
Please check the files, build and run samples, and cast your votes.
+1 from me for cocoon-2.1.12-src.tar.gz MD5 8f86915b851df0405fa52dbe249bd3da
Thanks.
There are some small things that can be fixed after this release.
e.g. "Apache Software License" in deps/LICENSE.txt should be "Apache License".
Your key should get signed by someone else.
We could follow what Subversion does. The multiple signatures
would assist with that issue.
http://subversion.apache.org/docs/community-guide/releasing.html#tarball-signing
Also i see that rather than using a static KEYS file,
they link directly from their download page to the set of current keys.
wget https://people.apache.org/keys/group/cocoon.asc
gpg --import cocoon.asc
gpg --verify cocoon-2.1.12-src.tar.gz.asc
~/src/apache/cocoon-2.1.12-src.tar.gz
gpg: Signature made Thu 14 Mar 2013 03:31:26 PM CET using RSA key ID
DD478570
gpg: Can't check signature: public key not found
For the release we need to add your key to the people group.
gpg --import cocoon-2.1.12/KEYS
that worked fine.
However the addition that more people sign the tar sounds nice and even
we can combine it the min 3 +1 so at least three people should sign the
release.

salu2
--
Thorsten Scherler <scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/
Cédric Damioli
2013-03-19 16:46:30 UTC
Permalink
The vote for the 2.1.12 release passes with the 6 following +1 :

- Thorsten Scherler
- Robby Pelssers
- Javier Puerto
- David Crossley
- Francesco Chicchiriccò
- Cédric Damioli

No others votes were cast.

Code freeze is now over.
I'll put the release files on the server and try to update web site
(I'll certainly need help at some point for that).

Thanks to all.

Best regards,
--
Cédric Damioli
Sylvain Wallez
2013-03-19 17:51:22 UTC
Permalink
Congrats for your first release! As an old timer I should have tested
this 2.1 release, but I'm incredibly busy these days...

I will do my best to test Cocoon 2.1.13 in... 2018 ? :-D

Sylvain
Post by Cédric Damioli
- Thorsten Scherler
- Robby Pelssers
- Javier Puerto
- David Crossley
- Francesco Chicchiriccò
- Cédric Damioli
No others votes were cast.
Code freeze is now over.
I'll put the release files on the server and try to update web site
(I'll certainly need help at some point for that).
Thanks to all.
Best regards,
--
Sylvain Wallez - http://bluxte.net
Loading...