How to get a release candidate tarball in /tmp:

  ver=1.0.1
  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 1.0.1 and 1.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action

(none)

B. changes that probably DO need action

1. changes in the description (for new features)

2. new plugin files in existing packages:
   - io_altium in sch-rnd-io-alien (.pup, .so and .conf)
   - the description of sch-rnd-io-alien contains Altium

3. a bunch of new plugins compiled into the executable;
   please update your ./configure line

4. doc/resources is installed, please make sure those files are
   included in the -doc package

5. spice models in a minimal spice library are installed (at
   $PREFIX/share/sch-rnd/spice/*) and should be part of the core package

Packaging changes between 1.0.0 and 0.9.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action

(none)

B. changes that probably DO need action

(none)

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A. changes that probably don't need action

(none)

B. changes that probably DO need action

1. Dependency: minimum required librnd version is 4.0.0 now. This affects
   both the main librnd4 dependency and when pcb-rnd plugin packages depend
   on librnd4 plugin packages, e.g. sch-rnd-export-gd used to depend on
   librnd3-pixmap but now depends on librnd4-pixmap. Doing a
   "s/librnd3/librnd4/g" in the packaging script should be safe.



Packaging changes between 0.9.3 and 0.9.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No change in packaging.


Packaging changes between 0.9.2 and 0.9.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Initial packaging.

