gnorpm-0.6:
	- has rpmfind capability (activated through the web find toolbar
	  button).  The proxied FTP code still needs a bit of work (and a
	  patch to gnome-http for it to work at all).
	- Nicer default package icon, thanks to Tigert.  Also folder icons
	  for the tree on the left of the main window.
	- Made most of the dialogs resizable.
	- Added a check signature feature (available from the install window
	  or info pages for non-installed RPMs
	- Added drag and drop capability (drag RPMs from GMC to the gnorpm
	  window to install them).

gnorpm-0.5:  22-December-1998
	- Updated to work with new GNOME (icon list changes and other things).
	- Now shows URL links for packages.  Also shows mailto: links for
	  packagers.
	- Now uses a status bar to display number of packages selected, and
	  hints for menu items.

gnorpm-0.4:  15-October-1998
        - Updated to work without warnings with gnome-libs-0.30.1.  This
          included updating the gnome autoconf macros.
        - Added uninstall and verify buttons to the find dialog.
        - Items added to the list in the install dialog are selected by
          default.  This is a little more intuitive.
        - Changed over to using the GINT_TO_POINTER and GPOINTER_TO_INT macros.
        - Added a desktop entry editor.  I figured that so much of the
          information in a desktop entry can be deduced from the information
          stored in an RPM.  The desktop entry editor will attempt to fill
          in any information it can from the RPM database (name, executable
          name, comment, needs a terminal?, doc dir).  It currently doesn't
          handle package icons.
        - Added a preferences dialog.  This dialog replaces the options menu,
          and also the view mode selection.  The menus have been shifted round
          a bit as well.  Also, the options that were in the options menu
          are now saved between sessions.
        - Added a configmation dialog box for uninstalling of packages.

gnorpm-0.3:  27-July-1998
        - Added a turkish translation (thanks to Frank Gurkaynak)
        - Added display of symlinks in the query dialog.
        - Made gnorpm use the gnome_master_client function instead of
          gnome_client_new_default (if it is available).
        - Added checks for rpm-2.5.x, which has small differences in the API
          compared to previous versions.  It should now compile for most
          versions.
        - Added --with-rpm-prefix argument to configure.  This way you don't
          have to have rpm installed in /usr.
        - Put the stock pixmaps on some more of the buttons in the dialogs
          to give a more consistent look and feel.  Also, since none of the
          stock pixmap names match the ones in gnorpm, I have added the header
          pixmaps.h that defines which pixmaps to use.
        - Added $(INTLLIBS) to the libraries gnorpm is linked with.  This
          should let gnorpm compile properly on systems with no gettext.
          Also updated to gettext-0.10.35.  You will need this version if
          you rerun aclocal on your system.

gnorpm-0.2:  15-June-1998
        - Fixed problem where querying a number of packages belonging to
          separate groups would cause a crash (the code was putting zeros
          into a list that shouldn't have contained any).
        - Added an icon view using th GnomeIconList widget.  You can select
          the view from the radio items in the file menu.  (Under gnome v0.20,
          the items are placed wrong, due to a bug in gnome-app-helper.c).
        - Added internationalisation support.  (Well actually, I have just
          modified the source to use GNU gettext, so other people can write
          translations).
        - Added session management support.

gnorpm-0.1:  11-May-1998
        - Initial release.
