Index: 1.1.4/Changelog =================================================================== --- 1.1.4/Changelog (revision 5766) +++ 1.1.4/Changelog (revision 5767) @@ -1,3 +1,16 @@ +pcb-rnd 1.1.4 (rxxxx) +~~~~~~~~~~~~~~~~~~~~~ + [gsch2pcb-rnd] + -Add: method infrastructure + -Add: a method that uses the same mechanism as import_sch + -Add: a method that uses import_sch's gnetlist backend for elements but a the usual PCB backend for the netlist + + [import_sch] + -Fix: install and use the .scm script from our own directory instead of guessing gnetlist's installation + + [debian] + -Del: remove debian/ to ease official packaging + pcb-rnd 1.1.3 (r4479) ~~~~~~~~~~~~~~~~~~~~~ [mods] Index: 1.1.4/Release_notes =================================================================== --- 1.1.4/Release_notes (revision 5766) +++ 1.1.4/Release_notes (revision 5767) @@ -1,17 +1,4 @@ -pcb-rnd 1.1.3 +pcb-rnd 1.1.4 ~~~~~~~~~~~~~~ -The main features of this release are kicad compatibility, the new -query/advanced-search, a bunch of mainline and old plugins imported and -that the lihata board format has reached production quality. +This release is a backport of some critical fixes from 1.2.0 to 1.1.3. -The lihata board format introduces a feature that is rare in this class -of applications: it can load and save board files preserving comments, -the original indentation, bracing style, units and even numerical -formats. This reduces unwanted diffs. - -This is the last release before a major cleanup of internal data structures. -The lihata board format had to be sorted out so that new core features -can be saved and loaded without breaking the inflexible .pcb format. Since -the cleanup will break the remaining binary compatibility with mainline, -this was also the last moment we could import old plugins with reasonable -effort.