Index: developer/packaging/Changelog =================================================================== --- developer/packaging/Changelog (revision 948) +++ developer/packaging/Changelog (revision 949) @@ -1,6 +1,6 @@ How to get a release candidate tarball in /tmp: - ver=1.1.4 + ver=1.1.5 cd /tmp svn export svn://repo.hu/camv-rnd/trunk camv-rnd-$ver tar -cf vamv-rnd-$ver.tar camv-rnd-$ver @@ -7,8 +7,16 @@ Packaging changes between 1.1.5 and 1.1.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -librnd >=4.2 +A. changes that probably don't need action +(none) + +B. changes that probably DO need action + +1. New librnd version requirement: >= 4.2.0 + +2. New plugin import_hpgl in existing package camv-rnd-import + Packaging changes between 1.1.4 and 1.1.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: developer/packaging/packages.html =================================================================== --- developer/packaging/packages.html (revision 948) +++ developer/packaging/packages.html (revision 949) @@ -2,12 +2,12 @@ -

Librnd minimum version: 4.1.0

+

Librnd minimum version: 4.2.0

Package summary and dependencies

package depends on (packages) consists of (plugins) -
camv-rnd-import camv-rnd-core import_excellon import_gcode import_gerb +
camv-rnd-import camv-rnd-core import_excellon import_gcode import_gerb import_hpgl
camv-rnd-doc 
camv-rnd-core librnd4(builtin: io_tedax std_tools)
camv-rnd-export-vector camv-rnd-core librnd4 export_ps export_svg @@ -19,7 +19,7 @@

Package description and files

package files short long -
camv-rnd-import $P/import_excellon.pup $P/import_excellon.so $P/import_gcode.pup $P/import_gcode.so $P/import_gerb.pup $P/import_gerb.so $C/import_gcode.conf Standard import file format support (PCB). Plugins for loading gerber layers, excellon drill files and g-code files. +
camv-rnd-import $P/import_excellon.pup $P/import_excellon.so $P/import_gcode.pup $P/import_gcode.so $P/import_gerb.pup $P/import_gerb.so $P/import_hpgl.pup $P/import_hpgl.so $C/import_gcode.conf Standard import file format support (PCB). Plugins for loading gerber layers, excellon drill files and g-code files.
camv-rnd-doc/usr/share/doc/* Documentation for camv-rnd User manual and developer doc (html).
camv-rnd-core $PREFIX/bin/camv-rnd $PREFIX/share/man/man1/camv-rnd.1 $C/conf_core.lht $C/menu.lht camv-rnd executable with the core functionality and boxsym-rnd Includes the data model, the most common action commands, the native file format. Can be used in headless mode or batch/scripted mode for automated processing or with GUI (if camv-rnd-lib-gui and librnd GUI HIDs are installed).
camv-rnd-export-vector $P/export_ps.pup $P/export_ps.so $P/export_svg.pup $P/export_svg.so Export formats: vector graphics Common vector graphic export formats: ps, eps, svg. @@ -58,6 +58,7 @@ --plugin-export_lpr --plugin-import_gerb --plugin-export_svg +--plugin-import_hpgl --plugin-gui --plugin-dialogs --plugin-export_png