[VOTE] [RELEASE] Apache OFBiz 12.04.06

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

[VOTE] [RELEASE] Apache OFBiz 12.04.06

Jacopo Cappellato-5
This is the vote thread to release a new bug fix release for the
release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
supersede all the previous releases from the same branch and it will be the
last release of the 12.06 series.

The release files can be downloaded from here:

https://dist.apache.org/repos/dist/dev/ofbiz/

and are:

* apache-ofbiz-12.04.06.zip

* KEYS: text file with keys

* apache-ofbiz-12.04.06.zip.asc: the detached signature file

* apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes

Please download and test the zip file and its signatures (for instructions
on testing the signatures see http://www.apache.org/info/verification.html).

Vote:

[ +1] release as Apache OFBiz 12.04.06

[ -1] do not release

This vote will be open for approximately 5 days.

For more details about this process please read
http://www.apache.org/foundation/voting.html
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Pierre Smits
+0

Best regards,

Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Tue, Mar 29, 2016 at 11:05 AM, Jacopo Cappellato <
[hidden email]> wrote:

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Jacques Le Roux
Administrator
In reply to this post by Jacopo Cappellato-5
For last revision test passed at https://ci.apache.org/projects/ofbiz/logs/12.04/html/
MD5 OK
It runs locally (briefly tested) and on demo at r1736931

+1

Thanks

Jacques


Le 29/03/2016 11:05, Jacopo Cappellato a écrit :

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Jacques Le Roux
Administrator
Ah, just noticed this in error.log

2016-03-29 12:23:20,427 (default-invoker-Thread-27) [ GenericDelegator.java:1754:ERROR]
---- exception report ----------------------------------------------------------
ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction.
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1753)
org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5661)
org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5656)
org.ofbiz.entity.transaction.TransactionUtil$NoTransaction.call(TransactionUtil.java:979)
org.ofbiz.entity.transaction.TransactionUtil$InTransaction.call(TransactionUtil.java:1004)
org.ofbiz.entity.transaction.TransactionUtil.doNewTransaction(TransactionUtil.java:90)
org.ofbiz.order.order.OrderServices.createAlsoBoughtProductAssocs(OrderServices.java:5656)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:405)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:237)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:71)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242)
java.lang.Thread.run(Thread.java:745)
--------------------------------------------------------------------------------

Not blocking, still a +1

Jacques

Le 29/03/2016 12:28, Jacques Le Roux a écrit :

> For last revision test passed at https://ci.apache.org/projects/ofbiz/logs/12.04/html/
> MD5 OK
> It runs locally (briefly tested) and on demo at r1736931
>
> +1
>
> Thanks
>
> Jacques
>
>
> Le 29/03/2016 11:05, Jacopo Cappellato a écrit :
>> This is the vote thread to release a new bug fix release for the
>> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
>> supersede all the previous releases from the same branch and it will be the
>> last release of the 12.06 series.
>>
>> The release files can be downloaded from here:
>>
>> https://dist.apache.org/repos/dist/dev/ofbiz/
>>
>> and are:
>>
>> * apache-ofbiz-12.04.06.zip
>>
>> * KEYS: text file with keys
>>
>> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>>
>> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>>
>> Please download and test the zip file and its signatures (for instructions
>> on testing the signatures see http://www.apache.org/info/verification.html).
>>
>> Vote:
>>
>> [ +1] release as Apache OFBiz 12.04.06
>>
>> [ -1] do not release
>>
>> This vote will be open for approximately 5 days.
>>
>> For more details about this process please read
>> http://www.apache.org/foundation/voting.html
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Nicolas Malin-2
In reply to this post by Jacopo Cappellato-5
+1

Archive Test under Ubuntu 14.04 and openjdk version "1.8.0_45-internal"
andrealphus$ unzip apache-ofbiz-12.04.06.zip && cd apache-ofbiz-12.04.06
&& ./ant load-demo run-tests
BUILD SUCCESSFUL
Total time: 5 minutes 37 seconds

MD5
flowToParse="apache-ofbiz-12.04.06.zip.md5"; echo "$(cat $flowToParse |
tr -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:]
| cut -f 1 -d ':' | tr -d [:space:])" > tmp.hash; md5sum -c tmp.hash ;
apache-ofbiz-12.04.06.zip: Réussi

SHA
flowToParse="apache-ofbiz-12.04.06.zip.sha"; echo "$(cat $flowToParse |
tr -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:]
| cut -f 1 -d ':' | tr -d [:space:])" > tmp.hash; sha512sum -c tmp.hash ;
apache-ofbiz-12.04.06.zip: Réussi


Le 29/03/2016 11:05, Jacopo Cappellato a écrit :

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>

Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Scott Gray-3
+1

Regards
Scott

On 30 March 2016 at 07:26, Nicolas Malin <[hidden email]> wrote:

> +1
>
> Archive Test under Ubuntu 14.04 and openjdk version "1.8.0_45-internal"
> andrealphus$ unzip apache-ofbiz-12.04.06.zip && cd apache-ofbiz-12.04.06
> && ./ant load-demo run-tests
> BUILD SUCCESSFUL
> Total time: 5 minutes 37 seconds
>
> MD5
> flowToParse="apache-ofbiz-12.04.06.zip.md5"; echo "$(cat $flowToParse | tr
> -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut
> -f 1 -d ':' | tr -d [:space:])" > tmp.hash; md5sum -c tmp.hash ;
> apache-ofbiz-12.04.06.zip: Réussi
>
> SHA
> flowToParse="apache-ofbiz-12.04.06.zip.sha"; echo "$(cat $flowToParse | tr
> -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut
> -f 1 -d ':' | tr -d [:space:])" > tmp.hash; sha512sum -c tmp.hash ;
> apache-ofbiz-12.04.06.zip: Réussi
>
>
> Le 29/03/2016 11:05, Jacopo Cappellato a écrit :
>
>> This is the vote thread to release a new bug fix release for the
>> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
>> supersede all the previous releases from the same branch and it will be
>> the
>> last release of the 12.06 series.
>>
>> The release files can be downloaded from here:
>>
>> https://dist.apache.org/repos/dist/dev/ofbiz/
>>
>> and are:
>>
>> * apache-ofbiz-12.04.06.zip
>>
>> * KEYS: text file with keys
>>
>> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>>
>> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>>
>> Please download and test the zip file and its signatures (for instructions
>> on testing the signatures see
>> http://www.apache.org/info/verification.html).
>>
>> Vote:
>>
>> [ +1] release as Apache OFBiz 12.04.06
>>
>> [ -1] do not release
>>
>> This vote will be open for approximately 5 days.
>>
>> For more details about this process please read
>> http://www.apache.org/foundation/voting.html
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Gil Portenseigne
In reply to this post by Nicolas Malin-2
+1

Gil

On 29/03/2016 20:26, Nicolas Malin wrote:
+1

Archive Test under Ubuntu 14.04 and openjdk version "1.8.0_45-internal"
andrealphus$ unzip apache-ofbiz-12.04.06.zip && cd apache-ofbiz-12.04.06 && ./ant load-demo run-tests
BUILD SUCCESSFUL
Total time: 5 minutes 37 seconds

MD5
flowToParse="apache-ofbiz-12.04.06.zip.md5"; echo "$(cat $flowToParse | tr -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut -f 1 -d ':' | tr -d [:space:])" > tmp.hash; md5sum -c tmp.hash ;
apache-ofbiz-12.04.06.zip: Réussi

SHA
flowToParse="apache-ofbiz-12.04.06.zip.sha"; echo "$(cat $flowToParse | tr -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut -f 1 -d ':' | tr -d [:space:])" > tmp.hash; sha512sum -c tmp.hash ;
apache-ofbiz-12.04.06.zip: Réussi


Le 29/03/2016 11:05, Jacopo Cappellato a écrit :
This is the vote thread to release a new bug fix release for the
release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
supersede all the previous releases from the same branch and it will be the
last release of the 12.06 series.

The release files can be downloaded from here:

https://dist.apache.org/repos/dist/dev/ofbiz/

and are:

* apache-ofbiz-12.04.06.zip

* KEYS: text file with keys

* apache-ofbiz-12.04.06.zip.asc: the detached signature file

* apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes

Please download and test the zip file and its signatures (for instructions
on testing the signatures see http://www.apache.org/info/verification.html).

Vote:

[ +1] release as Apache OFBiz 12.04.06

[ -1] do not release

This vote will be open for approximately 5 days.

For more details about this process please read
http://www.apache.org/foundation/voting.html



Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Deepak Dixit-3
+1

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com

On Wed, Mar 30, 2016 at 2:44 AM, gil portenseigne <
[hidden email]> wrote:

> +1
>
> Gil
>
> On 29/03/2016 20:26, Nicolas Malin wrote:
>
> +1
>
> Archive Test under Ubuntu 14.04 and openjdk version "1.8.0_45-internal"
> andrealphus$ unzip apache-ofbiz-12.04.06.zip && cd apache-ofbiz-12.04.06
> && ./ant load-demo run-tests
> BUILD SUCCESSFUL
> Total time: 5 minutes 37 seconds
>
> MD5
> flowToParse="apache-ofbiz-12.04.06.zip.md5"; echo "$(cat $flowToParse | tr
> -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut
> -f 1 -d ':' | tr -d [:space:])" > tmp.hash; md5sum -c tmp.hash ;
> apache-ofbiz-12.04.06.zip: Réussi
>
> SHA
> flowToParse="apache-ofbiz-12.04.06.zip.sha"; echo "$(cat $flowToParse | tr
> -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] | cut
> -f 1 -d ':' | tr -d [:space:])" > tmp.hash; sha512sum -c tmp.hash ;
> apache-ofbiz-12.04.06.zip: Réussi
>
>
> Le 29/03/2016 11:05, Jacopo Cappellato a écrit :
>
> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be
> the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

taher
+1
On Mar 30, 2016 7:52 AM, "Deepak Dixit" <[hidden email]>
wrote:

> +1
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
>
> On Wed, Mar 30, 2016 at 2:44 AM, gil portenseigne <
> [hidden email]> wrote:
>
> > +1
> >
> > Gil
> >
> > On 29/03/2016 20:26, Nicolas Malin wrote:
> >
> > +1
> >
> > Archive Test under Ubuntu 14.04 and openjdk version "1.8.0_45-internal"
> > andrealphus$ unzip apache-ofbiz-12.04.06.zip && cd apache-ofbiz-12.04.06
> > && ./ant load-demo run-tests
> > BUILD SUCCESSFUL
> > Total time: 5 minutes 37 seconds
> >
> > MD5
> > flowToParse="apache-ofbiz-12.04.06.zip.md5"; echo "$(cat $flowToParse |
> tr
> > -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] |
> cut
> > -f 1 -d ':' | tr -d [:space:])" > tmp.hash; md5sum -c tmp.hash ;
> > apache-ofbiz-12.04.06.zip: Réussi
> >
> > SHA
> > flowToParse="apache-ofbiz-12.04.06.zip.sha"; echo "$(cat $flowToParse |
> tr
> > -d [:space:] | cut -f 2 -d ':') $(cat $flowToParse |  tr -d [:space:] |
> cut
> > -f 1 -d ':' | tr -d [:space:])" > tmp.hash; sha512sum -c tmp.hash ;
> > apache-ofbiz-12.04.06.zip: Réussi
> >
> >
> > Le 29/03/2016 11:05, Jacopo Cappellato a écrit :
> >
> > This is the vote thread to release a new bug fix release for the
> > release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> > supersede all the previous releases from the same branch and it will be
> > the
> > last release of the 12.06 series.
> >
> > The release files can be downloaded from here:
> >
> > https://dist.apache.org/repos/dist/dev/ofbiz/
> >
> > and are:
> >
> > * apache-ofbiz-12.04.06.zip
> >
> > * KEYS: text file with keys
> >
> > * apache-ofbiz-12.04.06.zip.asc: the detached signature file
> >
> > * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
> >
> > Please download and test the zip file and its signatures (for
> instructions
> > on testing the signatures see
> http://www.apache.org/info/verification.html).
> >
> >
> > Vote:
> >
> > [ +1] release as Apache OFBiz 12.04.06
> >
> > [ -1] do not release
> >
> > This vote will be open for approximately 5 days.
> >
> > For more details about this process please read
> > http://www.apache.org/foundation/voting.html
> >
> >
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Ashish Vijaywargiya-4
In reply to this post by Jacopo Cappellato-5
+1

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997
http://www.hotwaxsystems.com/

On Tue, Mar 29, 2016 at 2:35 PM, Jacopo Cappellato <
[hidden email]> wrote:

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Arun Patidar-2
In reply to this post by Jacopo Cappellato-5
+1

Thanks & Regards
---
Arun Patidar
Manager,Enterprise Software Development
HotWax Systems
www.hotwaxsystems.com

On Tuesday 29 March 2016 02:35 PM, Jacopo Cappellato wrote:

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>

Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Julien NICOLAS
In reply to this post by Jacopo Cappellato-5
+1

Le 29/03/2016 11:05, Jacopo Cappellato a écrit :

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>

Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Michael Brohl-3
In reply to this post by Jacopo Cappellato-5
+1

Thanks,

Michael
http://www.ecomify.de

Am 29.03.16 um 11:05 schrieb Jacopo Cappellato:

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>


smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Pranay Pandey-3
+1

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/
skype: pranay.pandey
cell: +91 982.603.5576

On Wed, Mar 30, 2016 at 2:46 PM, Michael Brohl <[hidden email]>
wrote:

> +1
>
> Thanks,
>
> Michael
> http://www.ecomify.de
>
> Am 29.03.16 um 11:05 schrieb Jacopo Cappellato:
>
> This is the vote thread to release a new bug fix release for the
>> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
>> supersede all the previous releases from the same branch and it will be
>> the
>> last release of the 12.06 series.
>>
>> The release files can be downloaded from here:
>>
>> https://dist.apache.org/repos/dist/dev/ofbiz/
>>
>> and are:
>>
>> * apache-ofbiz-12.04.06.zip
>>
>> * KEYS: text file with keys
>>
>> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>>
>> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>>
>> Please download and test the zip file and its signatures (for instructions
>> on testing the signatures see
>> http://www.apache.org/info/verification.html).
>>
>> Vote:
>>
>> [ +1] release as Apache OFBiz 12.04.06
>>
>> [ -1] do not release
>>
>> This vote will be open for approximately 5 days.
>>
>> For more details about this process please read
>> http://www.apache.org/foundation/voting.html
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.06

Jacopo Cappellato-5
In reply to this post by Jacopo Cappellato-5
+1

Jacopo

On Tue, Mar 29, 2016 at 11:05 AM, Jacopo Cappellato <
[hidden email]> wrote:

> This is the vote thread to release a new bug fix release for the
> release12.04 branch. This new release, "Apache OFBiz 12.04.06" will
> supersede all the previous releases from the same branch and it will be the
> last release of the 12.06 series.
>
> The release files can be downloaded from here:
>
> https://dist.apache.org/repos/dist/dev/ofbiz/
>
> and are:
>
> * apache-ofbiz-12.04.06.zip
>
> * KEYS: text file with keys
>
> * apache-ofbiz-12.04.06.zip.asc: the detached signature file
>
> * apache-ofbiz-12.04.06.zip.md5, apache-ofbiz-12.04.06.zip.sha: hashes
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html
> ).
>
> Vote:
>
> [ +1] release as Apache OFBiz 12.04.06
>
> [ -1] do not release
>
> This vote will be open for approximately 5 days.
>
> For more details about this process please read
> http://www.apache.org/foundation/voting.html
>