gnorpm-0.95: 12-Sept-2000
	- The flashing dialog boxes problem is gone
	- The crash on fail to access/download problem is believed gone
	- The selection handling errors are all believed fixed
	- The drag/drop/query/explode bug is fixed
	- Several other 'close window during activity' problems are cured
	- The filter bug is believed fixed
	- Preferences should now work in cases where you are firewalled
	- A local security hole was fixed
	- New maintainer <alan@redhat.com>

gnorpm-0.9:  16-July-1999
	- The dependency problems dialog now shows a tree of dependency
	  problems (eg. if a requires b and b requires c, when removing c,
	  it will show both of these dependencies in a tree).
	- Redesigned the package install dialog.  The new dialog adds
	  packages from a number of user configurable directories to the list,
	  and displays the packages in a tree corresponding to the package
	  group structure.  It also colours packages so you can deduce if a
	  package is newer or older than the currently installed version.  It
	  also allows you to filter the package list according to a number
	  of rules.
	- The web find dialog also uses the package colouring scheme of the
	  install dialog.
	- A number of bug fixes.  Plugged some memory leaks, and a file
	  descriptor leak.
	- Substantially reduced the memory usage of the search feature of the
	  web find dialog (this reduces gnorpm's memory usage a lot).
	- Many new translations.  The list now includes es fr ko no sv
	  and zh_TW.Big5.

gnorpm-0.8:  12-April-1999
	- Now works with the RPM 3.0 API (as seen in the version of RPM that
	  comes with RH starbuck).  Thanks go to Matt Wilson for this code.
	- Numerous bug fixes.  It would be a Good Thing to use the latest
	  version of libghttp as well.
	- the rpmfind window now displays the version of the package installed
	  on your system alongside the info in the rpmfind database.
	- Integrates with midnight commander better.  Check the extra items on
	  the context menu for RPM files.

gnorpm-0.7:  9-March-1999
	- Added a german translation, from Karsten Weiss.
	- Bug fix in the FTP code Rene Moeijes.
	- Added a context menu to the main window.
	- Made the main window react to adding and removing packages.
	  It wil add new groups to the tree and update the right hand
	  pane to reflect additions or removals.  The query windows
	  will also remove the tab for a package if you remove it with
	  its remove button.

gnorpm-0.6:  28-February-1999
	- 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.
