X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=C1FtQtt++WdmBCMlXbzCyAikCDj1ZfpJzah4qbgljcg=; b=Iou+9CO7ZhNMRf4gzdGrI8IGou5Xlo4fbPIieyhkJbTsKCssf77eslXtjNfRq4LH0n hkuwssM9FO0L/pwRGHfm5IuITV2rCxOR7V15HnYzFUX4WTVH+rGRWzUznLIv/0IGKAv3 qPSq7IoTfYuiEDSQvw+NwJ0Uf6NOoHDNDUNTb9951igFS/ktIAb3fstmSSZV+ppikNo/ mF1hLXgDuIHWauwemJNmK1XRaFRU/NzPIl4vZymW6sEte64xjwLWtT/PQDlYiqzQqADw 7cIM4z1X9Qak/j9awmCUzQ1tAO1OhECAAGXj0BM8OGcRbtcbc2PV5nAo+GFNqXELmWFS +tow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=C1FtQtt++WdmBCMlXbzCyAikCDj1ZfpJzah4qbgljcg=; b=muQThFyyp/BlkfLdUCU7qPivSOEp+V4b2gXaQePbPwwp6e//sIICdqrKvqHVlG8jPI ISbYQa4Sg2khXOCsEIjxz6zdwABLoVKw5I7ZeU//ABOFNnp/nEAYok2mHJKh2HbrJWRQ m77po64cRIQgtPMUbe5DFCLVgMgdDifFtoEVUMOr2lweOhtepqfGPttV+zw57nBoi6SA cTx44lyWsRvicYjeomh6o/9lXyh5u4vKfCyiXG3LoFWSmUwv8bC+Bg+6IVPbQhwAygIt urYH2PrYZ0IO0fJjgZBCgtw7JuciA/+eyvkm5S4CyC9QKE2wcBTPMY12mI7bvmudISwA ZKCw== X-Gm-Message-State: AG10YOQ9+X+4s/p13tEzilgEjsYHl2Fld2RM/mZH0GMniIKV5LCYosgQH0hRNUGKzWCwfQ== X-Received: by 10.194.94.138 with SMTP id dc10mr2239244wjb.37.1455716132849; Wed, 17 Feb 2016 05:35:32 -0800 (PST) Date: Wed, 17 Feb 2016 14:35:31 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [pcb-rnd] release 1.0.7 Message-Id: <20160217143531.a77414fae34548bb3f6f1fcb@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 1.0.7 is a large scale cleanup release that touches most source files. > The three major changes: > - remove non-c89 features (// comments, variable declaration in for()), I quite often use the // comment to write pseudo code to the right of real code. > - unify indentation and code formatting > - reorganize the directory structure > > It also features a lot of smaller fixes and removes most compiler > warnings. Sounds very good.