Index: packaging/Changelog =================================================================== --- packaging/Changelog (revision 7011) +++ packaging/Changelog (revision 7012) @@ -1,10 +1,22 @@ How to get a release candidate tarball in /tmp: - ver=0.9.3 + ver=0.9.5 cd /tmp svn export svn://repo.hu/sch-rnd/trunk sch-rnd-$ver tar -cf sch-rnd-$ver.tar sch-rnd-$ver +Packaging changes between 0.9.5 and 0.9.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A. changes that probably don't need action + +(none) + +B. changes that probably DO need action + +1. new config file in package sch-rnd-io-alien: $C/io_tinycad.conf + +2. extended package descriptio (description.txt) with more file formats + Packaging changes between 0.9.4 and 0.9.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Index: packaging/description.txt =================================================================== --- packaging/description.txt (revision 7011) +++ packaging/description.txt (revision 7012) @@ -14,10 +14,16 @@ * lihata cschem schematics (any version) * TinyCAD schematics - export netlist: + * tEDAx netlist * lihata cschem schematics (any version) - import misc: * geda cschem symbol (v1) * lihata cschem symbol (any version) - export misc: + * abstract model text * printer (using ps) + * png + * ps + * eps + * svg * lihata cschem symbol (any version) Index: packaging/packages.html =================================================================== --- packaging/packages.html (revision 7011) +++ packaging/packages.html (revision 7012) @@ -22,7 +22,7 @@ package files short long sch-rnd-doc/usr/share/doc/* Documentation for sch-rnd User manual and developer doc (html). sch-rnd Standard installation of sch-rnd Install sch-rnd core and the most commonly used plugins. -sch-rnd-io-alien $P/io_geda.pup $P/io_geda.so $P/io_tinycad.pup $P/io_tinycad.so $P/lib_alien.pup $P/lib_alien.so $C/io_geda.conf File format compatibility with other schematics capture tools. Load and/or save boards in file formats supported by other EDA tools, geda/gschem, lepton-eda, TinyCAD. +sch-rnd-io-alien $P/io_geda.pup $P/io_geda.so $P/io_tinycad.pup $P/io_tinycad.so $P/lib_alien.pup $P/lib_alien.so $C/io_geda.conf $C/io_tinycad.conf File format compatibility with other schematics capture tools. Load and/or save boards in file formats supported by other EDA tools, geda/gschem, lepton-eda, TinyCAD. sch-rnd-export-gd $P/export_png.pup $P/export_png.so Export formats that require libgd. Bitmap export plugin (png, jpeg, etc.) sch-rnd-lib-gui $P/gui.pup $P/gui.so $P/sch_dialogs.pup $P/sch_dialogs.so $C/adialogs.conf Support library for building the GUI. Provides sch-rnd specific dialog boxes and top window GUI elements. sch-rnd-core $PREFIX/bin/sch-rnd $PREFIX/share/man/man1/sch-rnd.1 $PREFIX/bin/boxsym-rnd $PREFIX/share/man/man1/boxsym-rnd.1 $PREFIX/share/man/man5/boxsym-rnd.5 $PREFIX/lib/sch-rnd/boxsym-rnd/* $PREFIX/lib/sch-rnd/minuid $C/sch-rnd-conf.lht $C/menu-default.lht $PREFIX/share/sch-rnd/default-sheet.lht $PREFIX/share/sch-rnd/devmap/* $PREFIX/share/sch-rnd/font/* $PREFIX/share/sch-rnd/symbol/* $C/renumber.conf $C/std_cschem.conf $C/std_devmap.conf sch-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 sch-rnd-lib-gui and librnd GUI HIDs are installed).