EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => Topic started by: ScribblesOnNapkins on February 13, 2019, 05:12:02 am

Title: pcb-rnd 2.1.1
Post by: ScribblesOnNapkins on February 13, 2019, 05:12:02 am
From our mailing list,
 (we are no longer going to have official email on the geda lists)

Hi all,

I'm proud to announce pcb-rnd 2.1.1.

pcb-rnd home page: http://repo.hu/projects/pcb-rnd (http://repo.hu/projects/pcb-rnd)

source tarballs: http://repo.hu/projects/pcb-rnd/releases (http://repo.hu/projects/pcb-rnd/releases)

detailed changelog:
http://repo.hu/projects/pcb-rnd/releases/changelog-2.1.1.txt (http://repo.hu/projects/pcb-rnd/releases/changelog-2.1.1.txt)


Release notes for 2.1.1:
http://repo.hu/projects/pcb-rnd/releases/relnotes-2.1.1.txt (http://repo.hu/projects/pcb-rnd/releases/relnotes-2.1.1.txt)

Please feel free to ask questions or support for designing your board with
pcb-rnd, eiter via email or IRC.


=== Release notes =======================================

pcb-rnd 2.1.1
~~~~~~~~~~~~~

This release is mainly a cleanup release: rewrite of some essential
infrastructure (find, drc) and extend the GUI APIs to provide better
user interface (around DRC and the preferences dialog).

Major changes:

1. find.c rewrite: smaller, slightly more efficient code with a simpler,
more versatile API. Does not mess with global/static object flags.

2. DRC API rewrite: the algorithm is decoupled from how violations is stored
and from the GUI. There is a generic DRC infra and a generic GUI for
displaying the results, that can be driven by multiple different DRC algorithms.
The old DRC algorithm has been moved out to a plugin.

3. DRC GUI rewrite: violations are presented as a tree, grouped by topic, so
it is easier to skip or focus on similar errors. The window layout follows
the library layout, with preview and filter. DRC preview colors offending
objects: thre is a red and a blue group which makes it much easier to see
what exactly went wrong. Lesstif's interactive 'skip-through' DRC indication
is available as an option on GTK.

4. View lists: under the DRC GUI there is a generic "view list" mechanism.
It remembers a list of board location (with zoom) and highlight objects. The
user can remove, add, copy, paste elements of the list. Lists can be saved to
file and loaded later. The same list display is now used to indicate
incompatibilities when saving in alien format.

5. DAD upgrades: gtk-only dialogs are being rewritten with DAD, more and
more dialogs accessible in all HIDs (including lesstif). Introduced new
DAD widgets for this effort.

6. The GTK-only preferences window got removed in favor of the new,
HID-agnostic preferences window.

7. Major HID API cleanup: DAD allows a cleaner separation of feature code
into self contained plugins; the HID API should be as small as possible,
with generic features only. This makes it easier to write new HIDs.


Plans for the next release:

Going on with the cleanups and similar minor features.


--
Best regards,

Igor2