Index: trunk/Changelog =================================================================== --- trunk/Changelog (revision 662) +++ trunk/Changelog (revision 663) @@ -1,3 +1,53 @@ +camv-rnd 1.1.1 (r662) +~~~~~~~~~~~~~~~~~~~~~ + [build] + -Fix: Makefile.depgen is generated and shouldn't be part of the repo + -Fix: .builtin.pups shouldn't be part of the repo, it's generated + -Change: switch over to librnd4 installation + -Cleanup: missing #include (exposed by hid.h not always included) + -Add: generate the usual set of installation path #defines in config.h + + [core] + -Fix: uninit librnd on exit so that cli history is saved and plugins are properly unloaded + -Cleanup: unregister plug_io_act.[ch] actions on exit + -Add: cli history config in the default conf file + -Add: emit RND_EVENT_LOAD_* events + + [dialogs] + -Fix: plugin should be in the gui package + -Fix: dialgos should be in camv-rnd-lib-gui package + -Fix: use the right config node path for setting CLI history size in preferences general tab + -Cleanup: rename pcb_dlg_pref_ to camv_dlg_pref_ to keep namespace clean + + [export_png] + -Cleanup: png export invocation example in help: replace .pcb to .gbr, that's the typical use case + -Fix: set expose context ->design before calling main expose + -Fix: don't use global desig when it is available from argument + -Del: don't define set_crosshair, use hid_nogui fallback + + [export_ps] + -Fix: set expose context ->design before calling main expose + + [export_svg] + -Fix: set expose context ->design before calling main expose + -Fix: don't use global desig when it is available from argument + + [gui] + -Fix: unregister actions on uninit + -Fix: unregister layersel events on uninit + + [import_gcode] + -Move: gcode-specific plugin settings into a local plugin conf + + [librnd4] + -Update: follow librd4 API changes + + [util] + -Del: deblist.sh from doc Makefile - not used by anything anymore + -Del: local implementation of awk_on_formats - use librnd's + -Add: import sign/ from librnd, for release verification + + camv-rnd 1.1.0 (r558) ~~~~~~~~~~~~~~~~~~~~~ [build] Index: trunk/Release_notes =================================================================== --- trunk/Release_notes (revision 662) +++ trunk/Release_notes (revision 663) @@ -1,11 +1,4 @@ -camv-rnd 1.1.0 +camv-rnd 1.1.1 ~~~~~~~~~~~~~~ +This release focuses on librnd4 switchover. -Major feature release with export plugins. - -Feature highlight: - - ./configure switched over to scconfig - - svg, ps, eps export - - png export - - lpr print using the ps export -