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-transfer-encoding; bh=FF2XerMXL71mTm5Huyk2XC3UTh/2T6l6GsiXGM130Sc=; b=VTL1O/XoSkkGdOHWzQy2oT2fM5iqCIkVNXJmGK3uprLuPffo3SvO4OhqXwGfaPm8ue irf/8rzzB+gIbt/dkdKizMmWdf/RhYdGWvHxhQYGYIg99lrGp3bNM6u9uAmBxgKVlmcg dt4IHEfYE21vVFth7JrNPYNoMutpCL6/sr+ZSjk7krZ5yhRFNyO7AoBAN2cSZCf/q0P+ ucU6nJSzXEPzlCYsMLMoc7CY+uymXTa5k/283Z6gbceaStMx5HIxZPIE/LobtvTu7t/3 Ytie6himYeN/z2ChgsVQe4Lw2xrrZ0wdo8vgBX+KpWIZmkloWvBvyQSGhrybd0LJLb5d xcpA== 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-transfer-encoding; bh=FF2XerMXL71mTm5Huyk2XC3UTh/2T6l6GsiXGM130Sc=; b=jX/MDOViMGOiujy0P/iA6zLH8/XsELSBSNDk/0/QZTRVfxVzpQjRHNtE/oqF6PNgjs SXWJVBhlX1T2Be7e8+kAxrr0UZ5U/gAesWDZPhR/cQ8785j+xGT/Mk0Fo2r2XK0DbAW7 KEf3HEXg6tLHN85rT2zsVd88zdqcg7bz7Lg+n5TPxhY790rRakZ/syJGWupPu68qY5+J i2lhZvlvj/0cKIqgy8Y+TXenqB01yK2M+c5qUdc1iC7MoiTSdjUxE8I31HgkgE8YAcdJ CQpY1ulx7/knUoeokqHeUbAdpk2AO5GB5Q4K/Z3Tu5LrZevOdEFhIt2dM/NnliYDyPPN MVvQ== X-Gm-Message-State: AEkoouvda5nBWDsKQ34KMl81tNZcVTjEBKCLAgwK3gOsp4IpRyFEoqf/PF9udpKvNBPs9g== X-Received: by 10.194.65.170 with SMTP id y10mr13263556wjs.26.1470466057071; Fri, 05 Aug 2016 23:47:37 -0700 (PDT) Date: Sat, 6 Aug 2016 08:47:32 +0200 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.1.0 --> Really good Message-Id: <20160806084732.ca98d51fce26575190c5bea0@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 Cleanup sound really good for the future. On Sat, 6 Aug 2016 06:44:15 +0200 (CEST) gedau AT igor2 DOT repo DOT hu wrote: > Hi all, > > announcing the latest release of pcb-rnd: > > Fifth phase of the large scale cleanup, featuring a full rewrite of the > configuration setting system: there's no separate settings, preferences, > color files, every runtime configuration is part of a structured, > orthogonal system. This introduces a few features, like per .pcb color > map, saving and restoring window layout per user or even per design. > > Beside the conf rewrite, the new release features a lot of dead-code > removal, compiler warning cleanup and code simplification all over the > place. > > The build system and portability got some care too, pcb-rnd should compile > on Mac OS X out of the box. On Linux, pcb-rnd builds successfully with > Motif installed instead of lesstif. Build dependencies are relaxed: no m4, > no bison and no yacc required. > > The library can be rescanned without restarting pcb-rnd. > > The file format is moved into a plugin called io_pcb; alternative native > file format plugins are possible now. > > There's no artificial restriction on the number of styles; styles can be > created on the fly. All styles are saved and loaded properly. > > web: http://repo.hu/projects/pcb-rnd/ > svn: svn://repo.hu/pcb-rnd/trunk > > Detailed changelog: > http://repo.hu/projects/pcb-rnd/releases/changelog-1.1.0.txt > > Tarball: > http://repo.hu/projects/pcb-rnd/releases/pcb-rnd-1.1.0.tar.gz > > Thanks to all contributors for testing and submitting patches! > > Regards, > > Igor2