Index: trunk/Changelog =================================================================== --- trunk/Changelog (revision 943) +++ trunk/Changelog (revision 944) @@ -1,3 +1,26 @@ +pcb-rnd 1.0.4 +~~~~~~~~~~~~~ + [ba] + -Add: back annotation + + [core] + -Fix: suppress no-font error message while loading default.pcb - the actual font is coming from the default font file + + [pcblib-param] + -Add: screw(), low level + -Fix: typo in the help of rcy() + + [mincut] + -Fix: solve debug works again + -Fix: make debug pngs during load optional + -Fix: don't use function-in-function - that's a gcc-specific feature + -Fix: don't use alloca(), use malloc() (C99) + -Add: Makefile to test against known refs + + [pcb-fp] + -Fix: gtk lib window tag print doesn't segfault if there are no tags for a footprint + -Del: local hash and library search implementation for footprint names in buffer.c - libpcb_fp should handle this + pcb-rnd 1.0.3 ~~~~~~~~~~~~~ [gpmi] Index: trunk/Release_notes =================================================================== --- trunk/Release_notes (revision 943) +++ trunk/Release_notes (revision 944) @@ -1,10 +1,8 @@ -pcb-rnd 1.0.3 +pcb-rnd 1.0.4 ~~~~~~~~~~~~~ -Version 1.0.3 is a major feature release with the following highlights: - - embedded GPMI scripting - - adjust object sizes to current routing style - - static footprint tags: display tags and search by tag on the gtk HID - - dynamic UI menus and actions (for the scripts) - - new parametric footprints: qfp(), qfn(), plcc(), qsop(), bga() - - better regex and stringlist based search-by-name +This release is a minor feature release for back annotation. +It also fixes portability issues around [mincut] and a few other minor bugs. + +The auto renumbering action is turned off until it is decided how to +make it compatible with back annotation. Index: trunk/debian/changelog =================================================================== --- trunk/debian/changelog (revision 943) +++ trunk/debian/changelog (revision 944) @@ -1,5 +1,11 @@ -pcb-rnd (1.0.2-r880) unstable; urgency=low +pcb-rnd (1.0.4-r944) unstable; urgency=low + * New upstream release (1.0.4) + + -- Tibor Palinkas Sun, 11 Oct 2015 10:50:20 +0200 + +pcb-rnd (1.0.3-r880) unstable; urgency=low + * New upstream release (1.0.3) -- Tibor Palinkas Sun, 30 Aug 2015 07:55:42 +0200 Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 943) +++ trunk/scconfig/hooks.c (revision 944) @@ -9,7 +9,7 @@ #include "tmpasm_scconfig.h" #include "util/arg_auto_set.h" -#define version "1.0.3" +#define version "1.0.4" static void help1(void) {