X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 29 Jul 2015 08:59:54 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] [pcb-rnd] release 1.0.2 Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi geda users, before I start messing with merging pcb-gpmi into pcb-rnd (aka the "scripting in pcb-rnd" operation), I made a release of the current code. I've done some cleanup since the last release on Saturday. Note: it's cheap and safe to try as it should run fine from source, without installation: ./configure make cd src ./pcb-rnd Project page: http://repo.hu/projects/pcb-rnd Download the source: http://repo.hu/projects/pcb-rnd/releases/ (or use the svn repo: svn:/repo.hu/pcb-rnd/trunk ) Detailed changelog: http://repo.hu/projects/pcb-rnd/releases/changelog-1.0.2.txt Comments, feedback, bugreports, contribution are welcome. Release notes: ---- pcb-rnd 1.0.2 ~~~~~~~~~~~~ Version 1.0.2 is a minor cleanup release. While cleaning up more autotools leftover and switching over more parts to scconfig, it became possible to configure the lesstif HID. Both the gtk and the lesstif HIDs are optional (so that they can be --disabled in ./configure and it is not fatal if they are not found). Multiple GUI HIDs can be compiled into the same pcb-rnd executable. When starting pcb-rnd, there is a builtin list of GUI HID preferences: gtk, lesstif, . The user can explicitly set the preferred GUI with the --gui option (e.g. pcb-rnd --gui lesstif). The rest of the cleanup is about minor bugs in parametric footprints and the footprint preview script. ---- Regards, Igor2