How to get a release candidate tarball in /tmp:

  ver=1.1.6
  cd /tmp
  svn export svn://repo.hu/camv-rnd/trunk camv-rnd-$ver
  tar -cf vamv-rnd-$ver.tar camv-rnd-$ver

Packaging changes between 1.1.6 and 1.1.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action

(none)

B. changes that probably DO need action

(none)

Packaging changes between 1.1.5 and 1.1.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A. changes that probably don't need action

1. Please make sure there's no libfreetype dependency: neither build, nor
   install.

B. changes that probably DO need action

1. New librnd version requirement: >= 4.1.0

Packaging changes between 1.1.3 and 1.1.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A. changes that probably don't need action

(none)

B. changes that probably DO need action

(none)

Packaging changes between 1.1.2 and 1.1.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A. changes that probably don't need action

1. a lot more files are installed in the docdir: the whole resources/
   dir, making installed doc more self-contained (mostly due to logo graphics)

B. changes that probably DO need action

1. we no longer depend on freetype, please remove libfreetype dependency and
   anything you did about ttf or fontdir.


Packaging changes between 1.1.1 and 1.1.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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. camv-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.

