summaryrefslogtreecommitdiff
path: root/b4/87d3960d4b18d70a0add5b69c2bd41a0d2cd1b
blob: 82b8016992ac6798b68cab1cb967db58475c5905 (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
Return-Path: <laanwj@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 5442E1B43
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 28 Sep 2015 18:26:16 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com
	[209.85.212.182])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CBBFCF5
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 28 Sep 2015 18:26:15 +0000 (UTC)
Received: by wicgb1 with SMTP id gb1so116229425wic.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 28 Sep 2015 11:26:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to;
	bh=712ZghCdROHBv3Q+qMZ6hMEoo2BPmc01ei8kpTzNThs=;
	b=T/g/EKD5nQOjjDn5oKM55XWlkN57yYADEXhXDKsuF73aIkhLKTNRcylG/KHylvW5YV
	LOn12YF2aRn/3tczutnpgY4+inMDHZGYsigY9dlj5XwVozdcaD+ggmW2jbFuUs22u+ry
	x6usb8cVQSxpnefPkzx3+ZFkvt+bo/C+EHcrTtYgsfF/UjqB/qMFoKsspugSqztvN1UT
	tvO1MTE8RrO3aW3vfNhZqMvt8Q2OnM5XpbuSTe/mcPTOwG1QSyG9rRI5mcNmF2HkpdjI
	IB244WRQTpJVTwPdkB409nwl8ZIoKdRd0+Yy3PMEgIpdypXWtz/ShfUvdEdLqrx2EIlk
	pQuA==
X-Received: by 10.180.82.7 with SMTP id e7mr20568825wiy.19.1443464774580;
	Mon, 28 Sep 2015 11:26:14 -0700 (PDT)
Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl.
	[89.98.228.253]) by smtp.gmail.com with ESMTPSA id
	uq5sm19687971wjc.3.2015.09.28.11.26.13
	(version=TLS1_2 cipher=AES128-SHA256 bits=128/128);
	Mon, 28 Sep 2015 11:26:14 -0700 (PDT)
Date: Mon, 28 Sep 2015 20:26:14 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Daniel Stadulis <dstadulis@gmail.com>
Message-ID: <20150928182613.GB24553@amethyst.visucore.com>
References: <CAHpxFbGa_4VRDyQJJYVXScWdg6KQOJnb-XdZ30NAvFbouhLHrQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <CAHpxFbGa_4VRDyQJJYVXScWdg6KQOJnb-XdZ30NAvFbouhLHrQ@mail.gmail.com>
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Cc: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] 2015-09-24 #bitcoin-dev Weekly Development
 Meeting Minutes
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Sep 2015 18:26:16 -0000

Hello Daniel,

On Thu, Sep 24, 2015 at 05:29:02PM -0700, Daniel Stadulis via bitcoin-dev wrote:
> If you weren't able to attend the first, weekly development meeting, the
> following are the minutes:

Thanks for writing up the meeting minutes and posting them to the list!

We should probably put them on the wiki, as well.

Wladimir