summaryrefslogtreecommitdiff
path: root/86/bfdc30e653ef1290743489398aa92fa47430a6
blob: a57e9cca4c36b1111fbdafa2f785d04385e43072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <wtogami@gmail.com>) id 1W3kOO-0000Zi-9J
	for bitcoin-development@lists.sourceforge.net;
	Thu, 16 Jan 2014 10:41:44 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.219.54 as permitted sender)
	client-ip=209.85.219.54; envelope-from=wtogami@gmail.com;
	helo=mail-oa0-f54.google.com; 
Received: from mail-oa0-f54.google.com ([209.85.219.54])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1W3kON-0007On-7P
	for bitcoin-development@lists.sourceforge.net;
	Thu, 16 Jan 2014 10:41:44 +0000
Received: by mail-oa0-f54.google.com with SMTP id o6so2709268oag.27
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 16 Jan 2014 02:41:37 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.60.98.101 with SMTP id eh5mr6323672oeb.53.1389868897862;
	Thu, 16 Jan 2014 02:41:37 -0800 (PST)
Received: by 10.76.13.7 with HTTP; Thu, 16 Jan 2014 02:41:37 -0800 (PST)
In-Reply-To: <CA+s+GJBo7iUEJTfJw2e6qcDmdHNGdDN442Svs5ikVyUL1Jm0Wg@mail.gmail.com>
References: <CA+s+GJBo7iUEJTfJw2e6qcDmdHNGdDN442Svs5ikVyUL1Jm0Wg@mail.gmail.com>
Date: Thu, 16 Jan 2014 00:41:37 -1000
Message-ID: <CAEz79PpC7==Eu4-zq08nQJyEUAbnrTe-ZGVjfDpzmnMi5KZE4g@mail.gmail.com>
From: "Warren Togami Jr." <wtogami@gmail.com>
To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Content-Type: multipart/alternative; boundary=089e0116167ef10b1404f01411bf
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(wtogami[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1W3kON-0007On-7P
Subject: Re: [Bitcoin-development] Bitcoin Core 0.9rc1 release schedule
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 16 Jan 2014 10:41:44 -0000

--089e0116167ef10b1404f01411bf
Content-Type: text/plain; charset=UTF-8

Just a small note of caution for those joining in testing.

https://github.com/bitcoin/bitcoin/issues/3529
Currently the master branch has this issue where leveldb renames all of
.sst files to .ldb.  This makes running the 0.8.x version of Bitcoin think
the index is corrupt.  Until a fix is included in Bitcoin master, a
workaround to allow 0.8.x to work again is to simply rename all the files
from .ldb back to .sst.

(This workaround worked for me today but failed yesterday.  It's possible I
made an error yesterday.  If it fails for you please report as we really
need to know if there are other leveldb incompatibilities.)

https://github.com/bitcoin/leveldb/pull/3
The fix for Bitcoin's leveldb is being discussed here.

Warren


On Wed, Jan 15, 2014 at 11:09 PM, Wladimir <laanwj@gmail.com> wrote:

> Hello all,
>
> It has been way to long since last major release. Many improvements and
> new features have been added to master since, so we'd like to do a 0.9rc1
> release soon.
>
> The current aim is next month, February 2014.
>
> Of course there are still some open issues that need to be resolved before
> release
> https://github.com/bitcoin/bitcoin/issues?milestone=12&state=open
>
> If there is something else that you're working on and needs to end up in
> 0.9, or know of some nasty bug in master that should absolutely be solved
> first, please tell.
>
> Wladimir
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>

--089e0116167ef10b1404f01411bf
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Just a small note of caution for those joining in testing.=
<div><br></div><div><a href=3D"https://github.com/bitcoin/bitcoin/issues/35=
29">https://github.com/bitcoin/bitcoin/issues/3529</a></div><div>Currently =
the master branch has this issue where leveldb renames all of .sst files to=
 .ldb. =C2=A0This makes running the 0.8.x version of Bitcoin think the inde=
x is corrupt. =C2=A0Until a fix is included in Bitcoin master, a workaround=
 to allow 0.8.x to work again is to simply rename all the files from .ldb b=
ack to .sst. =C2=A0</div>
<div><br></div><div>(This workaround worked for me today but failed yesterd=
ay. =C2=A0It&#39;s possible I made an error yesterday. =C2=A0If it fails fo=
r you please report as we really need to know if there are other leveldb in=
compatibilities.)</div>
<div><br></div><div><a href=3D"https://github.com/bitcoin/leveldb/pull/3">h=
ttps://github.com/bitcoin/leveldb/pull/3</a><br></div><div>The fix for Bitc=
oin&#39;s leveldb is being discussed here.</div><div><br></div><div>Warren<=
/div>
</div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Wed,=
 Jan 15, 2014 at 11:09 PM, Wladimir <span dir=3D"ltr">&lt;<a href=3D"mailto=
:laanwj@gmail.com" target=3D"_blank">laanwj@gmail.com</a>&gt;</span> wrote:=
<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-lef=
t:1px #ccc solid;padding-left:1ex">
<div dir=3D"ltr">Hello all,<div><br></div><div>It has been way to long sinc=
e last major release. Many improvements and new features have been added to=
 master since, so we&#39;d like to do a 0.9rc1 release soon.</div><div><br>

</div><div>The current aim is next month, February 2014.</div><div><br></di=
v><div>Of course there are still some open issues that need to be resolved =
before release<br></div><div><a href=3D"https://github.com/bitcoin/bitcoin/=
issues?milestone=3D12&amp;state=3Dopen" target=3D"_blank">https://github.co=
m/bitcoin/bitcoin/issues?milestone=3D12&amp;state=3Dopen</a><br>

</div><div><br></div><div>If there is something else that you&#39;re workin=
g on and needs to end up in 0.9, or know of some nasty bug in master that s=
hould absolutely be solved first, please tell.</div><span class=3D"HOEnZb">=
<font color=3D"#888888"><div>
<br></div><div>
Wladimir<br></div></font></span></div>
<br>-----------------------------------------------------------------------=
-------<br>
CenturyLink Cloud: The Leader in Enterprise Cloud Services.<br>
Learn Why More Businesses Are Choosing CenturyLink Cloud For<br>
Critical Workloads, Development Environments &amp; Everything In Between.<b=
r>
Get a Quote or Start a Free Trial Today.<br>
<a href=3D"http://pubads.g.doubleclick.net/gampad/clk?id=3D119420431&amp;iu=
=3D/4140/ostg.clktrk" target=3D"_blank">http://pubads.g.doubleclick.net/gam=
pad/clk?id=3D119420431&amp;iu=3D/4140/ostg.clktrk</a><br>__________________=
_____________________________<br>

Bitcoin-development mailing list<br>
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
pment@lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a><br>
<br></blockquote></div><br></div>

--089e0116167ef10b1404f01411bf--