public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] 0.8.6 release candidate 1
@ 2013-12-06  6:52 Gavin Andresen
  2013-12-08 23:07 ` Warren Togami Jr.
  0 siblings, 1 reply; 16+ messages in thread
From: Gavin Andresen @ 2013-12-06  6:52 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

0.8.6 release candidate 1 is available from:
  https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/test/

Please help sanity-test, especially if you are running OSX or Windows.

-- 
--
Gavin Andresen

[-- Attachment #2: Type: text/html, Size: 405 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-06  6:52 [Bitcoin-development] 0.8.6 release candidate 1 Gavin Andresen
@ 2013-12-08 23:07 ` Warren Togami Jr.
  2013-12-09  6:14   ` Gavin Andresen
  0 siblings, 1 reply; 16+ messages in thread
From: Warren Togami Jr. @ 2013-12-08 23:07 UTC (permalink / raw)
  To: Gavin Andresen; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

I found a tiny error in 0.8.6rc1.  The leveldb subtree merge was done
incorrectly leaving an errant db/ directory in the base of bitcoin instead
of src/leveldb.  See my earlier mail on 0.8.6 for suggested subtree squash
and merge syntax.  (On plane now...)

Warren
On Dec 5, 2013 10:53 PM, "Gavin Andresen" <gavinandresen@gmail•com> wrote:

> 0.8.6 release candidate 1 is available from:
>
> https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/test/
>
> Please help sanity-test, especially if you are running OSX or Windows.
>
> --
> --
> Gavin Andresen
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
>
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists•sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>

[-- Attachment #2: Type: text/html, Size: 1831 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-08 23:07 ` Warren Togami Jr.
@ 2013-12-09  6:14   ` Gavin Andresen
  2013-12-09  7:34     ` Warren Togami Jr.
  0 siblings, 1 reply; 16+ messages in thread
From: Gavin Andresen @ 2013-12-09  6:14 UTC (permalink / raw)
  To: Warren Togami Jr.; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

On Mon, Dec 9, 2013 at 9:07 AM, Warren Togami Jr. <wtogami@gmail•com> wrote:

> I found a tiny error in 0.8.6rc1.  The leveldb subtree merge was done
> incorrectly leaving an errant db/ directory in the base of bitcoin instead
> of src/leveldb.
>

I see:
  db/autocompact_test.cc

... which I assume is a leveldb unit test file that should be in
src/leveldb/db/

Not a showstopper bug.

Given we've had hundreds of downloads and no reports of insanity, I think
we should tag v0.8.6 today (same commit as v0.8.6rc1) and ship it.

-- 
--
Gavin Andresen

[-- Attachment #2: Type: text/html, Size: 1084 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09  6:14   ` Gavin Andresen
@ 2013-12-09  7:34     ` Warren Togami Jr.
  2013-12-09 13:39       ` Drak
  0 siblings, 1 reply; 16+ messages in thread
From: Warren Togami Jr. @ 2013-12-09  7:34 UTC (permalink / raw)
  To: Gavin Andresen; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

Our testing of the macos leveldb parts for the past 6 days has had zero
complaints of new corruption from OMG and LTC users.  I agree it is time to
release 0.8.6.


On Sun, Dec 8, 2013 at 8:14 PM, Gavin Andresen <gavinandresen@gmail•com>wrote:

> On Mon, Dec 9, 2013 at 9:07 AM, Warren Togami Jr. <wtogami@gmail•com>wrote:
>
>> I found a tiny error in 0.8.6rc1.  The leveldb subtree merge was done
>> incorrectly leaving an errant db/ directory in the base of bitcoin instead
>> of src/leveldb.
>>
>
> I see:
>   db/autocompact_test.cc
>
> ... which I assume is a leveldb unit test file that should be in
> src/leveldb/db/
>
> Not a showstopper bug.
>
> Given we've had hundreds of downloads and no reports of insanity, I think
> we should tag v0.8.6 today (same commit as v0.8.6rc1) and ship it.
>
> --
> --
> Gavin Andresen
>
>

[-- Attachment #2: Type: text/html, Size: 1727 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09  7:34     ` Warren Togami Jr.
@ 2013-12-09 13:39       ` Drak
  2013-12-09 13:52         ` Roy Badami
  0 siblings, 1 reply; 16+ messages in thread
From: Drak @ 2013-12-09 13:39 UTC (permalink / raw)
  To: Warren Togami Jr.; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

Someone needs to update the bitcoin.org website, it still points downloads
to 0.8.5

[-- Attachment #2: Type: text/html, Size: 169 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 13:39       ` Drak
@ 2013-12-09 13:52         ` Roy Badami
  2013-12-09 14:55           ` Drak
  0 siblings, 1 reply; 16+ messages in thread
From: Roy Badami @ 2013-12-09 13:52 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev


On Mon, Dec 09, 2013 at 01:39:51PM +0000, Drak wrote:
> Someone needs to update the bitcoin.org website, it still points downloads
> to 0.8.5

Perhaps because 0.8.6 hasn't been released yet?  Or did I miss the
announcement?  I think it makes sense that release candidates are not
promoted on bitcoin.org.

> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK 
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk

> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists•sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 13:52         ` Roy Badami
@ 2013-12-09 14:55           ` Drak
  2013-12-09 15:07             ` Gregory Maxwell
  2013-12-10  7:23             ` Roy Badami
  0 siblings, 2 replies; 16+ messages in thread
From: Drak @ 2013-12-09 14:55 UTC (permalink / raw)
  To: Roy Badami; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

On 9 December 2013 13:52, Roy Badami <roy@gnomon•org.uk> wrote:
>
>  On Mon, Dec 09, 2013 at 01:39:51PM +0000, Drak wrote:
> > Someone needs to update the bitcoin.org website, it still points
> downloads
> > to 0.8.5
>
> Perhaps because 0.8.6 hasn't been released yet?  Or did I miss the
> announcement?  I think it makes sense that release candidates are not
> promoted on bitcoin.org.


It was released and it's all over bitcointalk/reddit

[-- Attachment #2: Type: text/html, Size: 894 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 14:55           ` Drak
@ 2013-12-09 15:07             ` Gregory Maxwell
  2013-12-09 15:19               ` Drak
  2013-12-10  7:23             ` Roy Badami
  1 sibling, 1 reply; 16+ messages in thread
From: Gregory Maxwell @ 2013-12-09 15:07 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

On Mon, Dec 9, 2013 at 6:55 AM, Drak <drak@zikula•org> wrote:
> It was released and it's all over bitcointalk/reddit

It has not been released. It's queued for announcement. We were
waiting for another independant gitian build before sending out the
announcement.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:07             ` Gregory Maxwell
@ 2013-12-09 15:19               ` Drak
  2013-12-09 15:25                 ` Gregory Maxwell
  2013-12-09 15:35                 ` Wladimir
  0 siblings, 2 replies; 16+ messages in thread
From: Drak @ 2013-12-09 15:19 UTC (permalink / raw)
  To: Gregory Maxwell; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

On 9 December 2013 15:07, Gregory Maxwell <gmaxwell@gmail•com> wrote:

> On Mon, Dec 9, 2013 at 6:55 AM, Drak <drak@zikula•org> wrote:
> > It was released and it's all over bitcointalk/reddit
>
> It has not been released. It's queued for announcement. We were
> waiting for another independant gitian build before sending out the
> announcement.
>

Why would it be made available for download at sourceforge.net if it's not
actually released? The files are available here:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/ and
people watch the sf rss feeds etc...
Seems to me like there needs to be a better release workflow. As far as the
world is concerned, they are downloading the 0.8.6 and there is a lot of
community buzz about it already.
IMO, to avoid that, no files should be placed online unless they are the
official release.

Drak

[-- Attachment #2: Type: text/html, Size: 1604 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:19               ` Drak
@ 2013-12-09 15:25                 ` Gregory Maxwell
  2013-12-09 15:35                 ` Wladimir
  1 sibling, 0 replies; 16+ messages in thread
From: Gregory Maxwell @ 2013-12-09 15:25 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

On Mon, Dec 9, 2013 at 7:19 AM, Drak <drak@zikula•org> wrote:
> Why would it be made available for download at sourceforge.net if it's not
> actually released? The files are available here:

Because it takes time to put the files up, propagate to mirrors, check
by multiple people that the downloads work an the signatures pass.

Every release comes with a release announcement, you'll know its out
when you see the release announcement.

The alternative is that announcements go out and the files are not
correct, or hide the files in the release pipeline and allow less
public participation in the release workflow. I think that would be
unfortunate.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:19               ` Drak
  2013-12-09 15:25                 ` Gregory Maxwell
@ 2013-12-09 15:35                 ` Wladimir
  2013-12-09 15:42                   ` Drak
  1 sibling, 1 reply; 16+ messages in thread
From: Wladimir @ 2013-12-09 15:35 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 701 bytes --]

On Mon, Dec 9, 2013 at 4:19 PM, Drak <drak@zikula•org> wrote:

>
> IMO, to avoid that, no files should be placed online unless they are the
> official release.
>

They *are* the official release as soon as they're uploaded. We may wait
for some extra gitian builds to be more confident and make the announcement
on the forums and such, but the downloads themselves don't change anymore.

It really doesn't matter in what order the different places are updated, as
long as the news is propagated everywhere within a reasonable time-span of
say a day. Requiring a certain order would require unnecessary coordination.

Don't make problems where they don't exist, we have enough actual issues.

Wladimir

[-- Attachment #2: Type: text/html, Size: 1245 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:35                 ` Wladimir
@ 2013-12-09 15:42                   ` Drak
  2013-12-09 15:44                     ` Wladimir
  2013-12-09 19:06                     ` Jeff Garzik
  0 siblings, 2 replies; 16+ messages in thread
From: Drak @ 2013-12-09 15:42 UTC (permalink / raw)
  To: Wladimir; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On 9 December 2013 15:35, Wladimir <laanwj@gmail•com> wrote:
>
> On Mon, Dec 9, 2013 at 4:19 PM, Drak <drak@zikula•org> wrote:
>
>>
>> IMO, to avoid that, no files should be placed online unless they are the
>> official release.
>>
>
> They *are* the official release as soon as they're uploaded. We may wait
> for some extra gitian builds to be more confident and make the announcement
> on the forums and such, but the downloads themselves don't change anymore.
>

That is exactly the point and the moment they are publicly available you
cannot stop people talking about it or noticing it, or posting official
looking sticky posts at bitcointalk like this one:
https://bitcointalk.org/index.php?topic=364353.0. Was that an official
announcement?

Drak

[-- Attachment #2: Type: text/html, Size: 1725 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:42                   ` Drak
@ 2013-12-09 15:44                     ` Wladimir
  2013-12-09 19:06                     ` Jeff Garzik
  1 sibling, 0 replies; 16+ messages in thread
From: Wladimir @ 2013-12-09 15:44 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

On Mon, Dec 9, 2013 at 4:42 PM, Drak <drak@zikula•org> wrote:

> actly the point and the moment they are publicly available you cannot stop
> people talking about it or noticing it, or posting official looking sticky
> posts at bitcointalk like this one:
> https://bitcointalk.org/index.php?topic=364353.0. Was that an official
> announcement?
>

Yes, it is.

Wladimir

[-- Attachment #2: Type: text/html, Size: 881 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 15:42                   ` Drak
  2013-12-09 15:44                     ` Wladimir
@ 2013-12-09 19:06                     ` Jeff Garzik
  1 sibling, 0 replies; 16+ messages in thread
From: Jeff Garzik @ 2013-12-09 19:06 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

On Mon, Dec 9, 2013 at 12:42 PM, Drak <drak@zikula•org> wrote:
> looking sticky posts at bitcointalk like this one:
> https://bitcointalk.org/index.php?topic=364353.0. Was that an official
> announcement?

Yes.

-- 
Jeff Garzik
Bitcoin core developer and open source evangelist
BitPay, Inc.      https://bitpay.com/



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-09 14:55           ` Drak
  2013-12-09 15:07             ` Gregory Maxwell
@ 2013-12-10  7:23             ` Roy Badami
  2013-12-10  7:47               ` Wladimir
  1 sibling, 1 reply; 16+ messages in thread
From: Roy Badami @ 2013-12-10  7:23 UTC (permalink / raw)
  To: Drak; +Cc: Bitcoin Dev

On Mon, Dec 09, 2013 at 02:55:02PM +0000, Drak wrote:
> On 9 December 2013 13:52, Roy Badami <roy@gnomon•org.uk> wrote:
> >
> >  On Mon, Dec 09, 2013 at 01:39:51PM +0000, Drak wrote:
> > > Someone needs to update the bitcoin.org website, it still points
> > downloads
> > > to 0.8.5
> >
> > Perhaps because 0.8.6 hasn't been released yet?  Or did I miss the
> > announcement?  I think it makes sense that release candidates are not
> > promoted on bitcoin.org.
> 
> 
> It was released and it's all over bitcointalk/reddit

Oh, I see - so it was.  It wasn't announced here though - is there
some other list I need to be on, too?  It would be nice if
announcements like this were posted to a mailing list as well as
bitcointalk.org (is there a bitcoin-announce list that I missed?  If
not, maybe there should be)

roy




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [Bitcoin-development] 0.8.6 release candidate 1
  2013-12-10  7:23             ` Roy Badami
@ 2013-12-10  7:47               ` Wladimir
  0 siblings, 0 replies; 16+ messages in thread
From: Wladimir @ 2013-12-10  7:47 UTC (permalink / raw)
  To: Roy Badami; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Tue, Dec 10, 2013 at 8:23 AM, Roy Badami <roy@gnomon•org.uk> wrote:

> Oh, I see - so it was.  It wasn't announced here though - is there
> some other list I need to be on, too?  It would be nice if
> announcements like this were posted to a mailing list as well as
> bitcointalk.org (is there a bitcoin-announce list that I missed?  If
> not, maybe there should be)
>

Yes could have been announced here too.
We announced the rc1 here but not the final release.
...maybe we should add a list of places to announce to the release process.

Wladimir

[-- Attachment #2: Type: text/html, Size: 1002 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-12-10  7:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-06  6:52 [Bitcoin-development] 0.8.6 release candidate 1 Gavin Andresen
2013-12-08 23:07 ` Warren Togami Jr.
2013-12-09  6:14   ` Gavin Andresen
2013-12-09  7:34     ` Warren Togami Jr.
2013-12-09 13:39       ` Drak
2013-12-09 13:52         ` Roy Badami
2013-12-09 14:55           ` Drak
2013-12-09 15:07             ` Gregory Maxwell
2013-12-09 15:19               ` Drak
2013-12-09 15:25                 ` Gregory Maxwell
2013-12-09 15:35                 ` Wladimir
2013-12-09 15:42                   ` Drak
2013-12-09 15:44                     ` Wladimir
2013-12-09 19:06                     ` Jeff Garzik
2013-12-10  7:23             ` Roy Badami
2013-12-10  7:47               ` Wladimir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox