Releasing a new version of satyr
--------------------------------

1. Check that all changes from all work computers are committed. Then
check, that the local clone of the program is up-to-date:
$ git status
$ git pull


2. If any change modifies the satyr library interface, increase the
CURRENT number in lib/Makefile.am:
libsatyr_la_LDFLAGS = -version-info 2:1:0


3. Update NEWS file to include user-visible, important informations
about the new release. Provide the date of the release (Released
YYYY-MM-DD).
* NEWS: Document recent changes.


4. Read and update the README file, if you see that some change made
since the last release expanded the project scope, or added
significant new functionality.


5. Read and update the man page, to be sure that it's synchronized
with the code.


6. Run make release-{minor,major}, when all changes are committed.
