2005-07-24 V0.7.5pre-001 Steffen Offermann (steffen_ac@yahoo.com)

  * Actions view: The package list now has a title.


2005-07-23 V0.7.4 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: Resizable dialogs now work as expected (thanks to
         S. Pistone).

  * Repository view: If possible, $basearch, $arch and $releasever
    will be expanded to their actual values.

  * Actions view: The context-menu item "Query Installed Version"
    is now available in two versions: "short" and "extended" (using
    "rpm -q" and "rpm -qi" respectively to retrieve the desired
    information).

  * Before removing installed packages, a list of packages that rely
    on these packages is displayed and the user must confirm that
    all these packages are safe to be uninstalled.


2005-07-19 V0.7.3 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: Results of "Find" operation were only shown in the output
         view, not in the list view.

  * Fix: "Clean yum's cache" dialog: "yum -y clean" was executed
         instead of "yum -y clean all".

  * Added info about yum's confusing behavior regarding the clean
    operation (only the cache for enabled repositories will be
    cleaned).

  * Added context-menu to package list view. Currently available
    menu options are:

      - remove from list
      - show package dependencies
      - query installed version (via rpm).


2005-07-12 V0.7.2 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: Selecting or deselecting packages while installing/
         updating packages is now possible without any side-effects.

  * Fix: The package version number will be appended to the name of
         the package when uninstalling installed packages.

  * The confirmation dialog when yum.conf and repositories have
    been saved can now be disabled.


2005-06-03 V0.7.1 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: KYum crashed, when the specified folder for *.repo files
         did not exist.

  * Enabled "Install"-action in Groups view. But still no fancy
    group support other than the limited one provided by yum.

  * The editor for yum.conf now is a set of edit fields with
    context help.

    New options unknown to KYum cannot (yet) be added from within
    KYum but will be preserved and are editable if they exist in
    yum.conf (i.e. you can still add new items to yum.conf outside
    KYum). These are mostly options that are rarely used or make no
    sense with KYum.

  * Option "reposdir" in yum.conf will now be recognized and used.

  * When installing/updating selected packages, the respective packages
    will be removed from the displayed list of available/updatable
    packages if the installation was successful (i.e. yum's exit code
    was 0).

  * Added information about number and total download size of selected
    packages.

  * Selected (checked) packages are highlighted in the list.

  * Actions tab / Groups tab: The command line of the executed command
    is shown in the output window.

  * The supplied file kyum_sysinfo.py is now installed in
    $(kde_datadir)/kyum instead of $(kde_bindir).

  * Made some colors and flags configurable.


2005-05-05 V0.6.3 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: The previous fix from 0.6.2 was not sufficient. Very, very
    stupid. Now "Install" and "Remove" buttons work again (really! ;-)).


2005-05-04 V0.6.2 Steffen Offermann (steffen_ac@yahoo.com)

  * Fix: "(De)Select All" did not update the number of checked items
    internally which resulted in wrong button states.


2005-05-01 V0.6.1 Steffen Offermann (steffen_ac@yahoo.com)

 * Added preliminary support for grouplist/groupinfo (preliminary
   because yum's group support is still very limited).

 * Local mirror files can now be edited in the properties dialog
   for repositories.

 * When an item is focused in the repository list, all columns are
   selected.

 * Search patterns entered in the "Find" dialog will be remembered.

 * Repositories can be moved to different *.repo files.


2005-04-17 V0.5.3 Steffen Offermann (steffen_ac@yahoo.com)

 * Fix: "Remove" operation was accidently disabled in the source.

 * Added support for the yum command "generate-rss" (although this
   yum command is probably rather useful in a nightly batch mode).


2005-04-16 V0.5.2 Steffen Offermann (steffen_ac@yahoo.com)

 * When an old-format yum.conf, that contains repository definitions,
   is loaded, kyum offers to move them to a *.repo file (kyum.repo).

 * The "Import GPG Key" dialog now uses the value "gpgkey" from the
   repository definition, if present.


2005-04-13 V0.5.1 Steffen Offermann (steffen_ac@yahoo.com)

 * Added "Descriptions" checkbox to display download sizes and
   summarized descriptions in the package list. Works with all
   listing commands except "whatprovides".

 * Added info view to display detailed information about the focused
   package.

 * Replaced QFileDialog with KFileDialog.

 * Output window now uses monospaced font (Courier).

 * When an item is focused in the package list, all columns are selected.


2005-04-09 V0.4.2 Steffen Offermann (steffen_ac@yahoo.com)

 * Fix: Repos loaded from profiles where always put in kyum.repo instead
        of restoring the *.repo they were originally defined in.


2005-04-09 V0.4.1 Steffen Offermann (steffen_ac@yahoo.com)

 * Added profile support: Different sets of repository/yum.conf configurations
   can be saved to and loaded from profiles.

 * Reordered tabs in main window.

 * Search dialog: Added option "Find and Install".

 * Added option "Import GPG Key" to the repository context menu.

 * Running actions can now be aborted.

 * Support for yum's "clean" command added.


2005-03-31 V0.3.1 Steffen Offermann (steffen_ac@yahoo.com)

 * Fix: Repository Dialog: The value of "Check GPG" was set to the value of
        "enabled" when the dialog was started.

 * Fix: Error messages from yum were not displayed - and they "swallowed" pending
        stdout messages, too.

 * Fix: Changes to repository entries were not correctly updated in the
        repository list view.

 * Fix: Repository Dialog: "OK"-button will only be enabled, if the repository
        tag, the name and at least one of (1) base URL or (2) mirror list are
        not empty.

 * Coloured output messages.

 * Changed layout of "Actions" page: Moved "Select all" and "Deselect all"-button
   below the list view.

 * The file yum.conf will be saved automatically when the respective page is left.

 * If no yum.conf exists, a new one will be created using default values.

 * Search dialog: Focus will be set to the text field.

 * Search dialog: The yum command "whatprovides" is now supported.

 * Repositories view: Added context menu. Repositories can now be deleted.


2005-03-25 V0.2.1 Steffen Offermann (steffen_ac@yahoo.com)

 * Fix: Duplicate package entries enabled again, if the list displays the packages
        that are currently installed - although I cannot imagine a situation when
        two RPMs of the same package, but with different versions, would be installed.
        But just to be sure.

 * Fix: Buttons on the Actions page were painted with thick frames (indicating they were
        the default button). Changed, since there is no default button on that page.

 * The yum main configuration file yum.conf can now be edited, too.


2005-03-25 V0.1.2 Steffen Offermann (steffen_ac@yahoo.com)

 * Duplicate package entries (identical name and architechture) are not longer displayed.
   Only the latest version will be displayed.

 * "Process started"-message contains process identifier.

 * "Process terminated"-message contains "exited normally" or "exited abnormally".


2005-03-24 V0.1 Steffen Offermann (steffen_ac@yahoo.com)

 * First release.
