Index: trunk/Changelog =================================================================== --- trunk/Changelog (revision 979) +++ trunk/Changelog (revision 980) @@ -1,3 +1,30 @@ +pcb-rnd 1.0.6 +~~~~~~~~~~~~~ + [cycdrag] + -Add: "negative sized" selection selects anything that touches + -Add: cycle drag object action + + [scconfig] + -Fix: toporouter Makefile module adds its own action registration code, + so the central Makefile is independent of toporouter + -Add: --disable-toporouter + -Fix: use cc/cc for c compiler (so that it can be overridden) + -Fix: remove -std=gnu99: -std=c99 breaks with new gcc and -std is not + really portable + -Fix: include genht before glib.h because glib.h ruins inline + + [pinnum] + -Add: action and key binding for changing pin numbers in a footprint + + [gpmi] + -Fix: typo in hotkey name for manage plugins (reported by Bert Timmerman) + + [util] + -Fix: keylist: tolerate whitepsace in key sequences + -Fix: keylist resets locale to avoid broken table when gawk tries to + be too clever + + pcb-rnd 1.0.5 ~~~~~~~~~~~~~ [onpoint] Index: trunk/Release_notes =================================================================== --- trunk/Release_notes (revision 979) +++ trunk/Release_notes (revision 980) @@ -1,4 +1,4 @@ -pcb-rnd 1.0.5 +pcb-rnd 1.0.6 ~~~~~~~~~~~~~ -The main features are bugfixes in the build system and adaptation of -Robert Drehmel's on-point patch. +The new release features cycle drag and footprint pin renumbering, among +with a set of bugfixes that removes some of the GNU and locale dependency. Index: trunk/debian/changelog =================================================================== --- trunk/debian/changelog (revision 979) +++ trunk/debian/changelog (revision 980) @@ -1,3 +1,9 @@ +pcb-rnd (1.0.4-r980) unstable; urgency=low + + * New upstream release (1.0.6) + + -- Tibor Palinkas Thu, 31 Dec 2015 15:43:45 +0100 + pcb-rnd (1.0.4-r951) unstable; urgency=low * New upstream release (1.0.5) Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 979) +++ trunk/scconfig/hooks.c (revision 980) @@ -9,7 +9,7 @@ #include "tmpasm_scconfig.h" #include "util/arg_auto_set.h" -#define version "1.0.5" +#define version "1.0.6" static void help1(void) {