0.5
===

Debian packages!
    We can now build decent a debian package from the source:
        $ ./configure
        $ make deb
    The usual debian works too:
        $ dpkg-buildpackage

RPM Packages! (well... sort of)
    We can also build an RPM:
        $ ./configure
        $ make rpm
    Beware: The resulting RPM file will not list all of its
    dependencies. This bit needs further work. Or perhaps rpmbuild just
    behaves differently on Debian.

Non-interactive mode!
    All commands now understand and act on the --non-interactive option.
    Although counter-intuitive, it makes testing easier.
    The --username and --password options now actually work.

Regression Tests!
    We have the first proper regression tests!

No more include files installed
    The installed package (rpm or deb) will no longer include the *.h
    include files for libgnubversion. The libgnubversion library is
    private to gnubversion anyway.

Minor bugfixes:
    Progress window now has a proper icon
    Nautilus will now consistently show the toolbar icons
