			1.19 version

improvement :
* (rpmorphan) add recommends option
* (rpmdep) add recommends/suggests option
* (rpmdep) handle require with if syntax (redhat-rpm-config)
* (rpmextra) add repoquery method
* (rpmextra) can force method using env RPMEXTRA_METHOD

bugfix :
* (rpmdep) remove warnings
	* (rpmextra) fix problem with yum/dnf wrapping
-------------------------------------------------------------------------------
			1.18 version

bugfix :
* (rpmorphan curses) fix error on line 860/862 rpmorphan-lib.pl (undefined value)

improvement :
* (rpmorphan curses) block q key on info display
-------------------------------------------------------------------------------
			1.17 version

bugfix :
* (rpmorphan) fix bug with arch option on gpg-pubkey package (no arch)

improvment :
* (rpmorphan) in arch mode, query info on full name
* (rpmorphan) in arch mode, delete rpm with full name

others :
* (rpmorphan) use environment variables to set/get options
-------------------------------------------------------------------------------
			1.16 version


bugfix :
* fix build warnings on fedora 23
* fix use from tgz install
* (rpmextra) fix missing separator between name and version for yum

improvment :
* change shebang to /usr/bin/env
* (rmpdep) add level option
* (rpmduplicate) add remove option for interactive action
* (rpmextra) can use dnf tool
* (rpmorphan tk) use virtual events to remove duplicate code
* (rpmorphan tk) use MListbox to display informations on sortable columns
* (rpmorphan) can configure log file (from command line and rpmorphanrc)
* (rpmorphan) add debug option (for developpers)
* (rpmorphan curses) display name and size in columns

incompatibilties
* (rmpdep) rename option verbose into debug
* (rpmduplicate) remove rpmorphan-lib dependency
* (rpmduplicate) remove unused option verbose
-------------------------------------------------------------------------------
			1.15 version
			--------------
bugfix :
* (rpmorphan) : bugfix, accept keep-file option

-------------------------------------------------------------------------------
			1.14 version
			--------------
improvment :
* (rpmorphan) : displays disk space freed  in confirm box
* (rpmorphan) : add arch option
-------------------------------------------------------------------------------
			1.13 version
			--------------
improvment :
* rpmdep can show depending packages (--depending option)
* rpmdep can work on all installed packages (--all option)
* better doc on rpmdep

bugfix :
* remove warning about bug 880603

others :
* better variable names for rpmduplicates.pl
* patch from Thierry Vignaud on urpm code
* code for mageia2 (and before) and 3 (and after)
-------------------------------------------------------------------------------
			1.12-2 version
			--------------

bugfix :
* fix Bug 880603 : undefined used as SCALAR reference

security:
* libs does not need to be executable

improvment :
* (rpmduplicates) take care of arch

others :
* move libs to /usr/lib/rpmorphan
* remove Data::Dumper dependency

-------------------------------------------------------------------------------
			1.11 version
			-------------
new features :
* add suggests option
* add /etc/rpmorphanrc
* add env RPMORPHAN_METHOD for debugging

bugfix :
* fix bug with space in filenames
-------------------------------------------------------------------------------
			1.10 version
			-------------
new features :
* display package summary in a popup on S key

bugfix :
* bugfix eval for Curses (mandriva)
* fix bad version display

improvment :
* reduce size/duplicated code in rpmorphan/rpmusage
* reduce menu length in curses gui (< 72)

others :
* clean all scripts
-------------------------------------------------------------------------------
			1.9 version
			-------------
new features :
- add rpmextra tool
- add grpmorphan as link to rpmorphan -gui
others :
- fix perlcritic warnings
-------------------------------------------------------------------------------
			1.8 version
			-------------
bugfix : 
- fix bug on rpmdep ( missing installtime in urpm mode)

new features :
- add help translation (gui)
-------------------------------------------------------------------------------
			1.7 version
			-------------
bugfix : 
- Curses is no more an rpm dependency

new features : 
- add reload button
-------------------------------------------------------------------------------
			1.6 version
			-------------
other :
- add a confirm dialog box on remove action
- curses window size is now variable to use full available size
- info window is now scrollable (curses gui)
-------------------------------------------------------------------------------
			1.5 version
			-------------
new features : 
- use URPM perl package for faster database access on mandriva
- can use RPM2 perl package for faster database access (fedora)
bugfix : 
- fix a bug on curses interface
- remove all matching packages
others :
- merge spec file with fedora one
- add info for fedora/mandriva users
-------------------------------------------------------------------------------
			1.4 version
			-------------
other :
when removing a package, anf if rpm send some output, the code now check the rpm 
database to know if the remove works or not
-------------------------------------------------------------------------------
			1.3 version
			-------------
incompatibility : none
bugfix : 
- fix a bug if exclude are set in config file (thanks Szymon Siwek)
new features : 
- display number of deleted file
other :
-------------------------------------------------------------------------------
			1.2 version
			-------------
incompatibility : none
bugfix : none
new features : 
- write log to /var/log/rpmorphan.log
- add rpmdep.pl tool
- add rpmduplicate.pl tool
other :
-------------------------------------------------------------------------------
			1.1 version
			-------------
incompatibility : none
bugfix : none
new features : 
- (rpmorphan) add a default target : guess-lib
- (rpmorphan) add keep-file option, which allow to cutomize the keep file
- (rpmusage) add a default target : all
other :
- the different tools now share a common library
- rpmlint was used to improve the rpm package

-------------------------------------------------------------------------------
			1.0 version
			-------------
add dry-run (simulation) mode
(gui) add 3 counters : packages, orphans, selected
(gui) recursive analysis
improve virtuals : now check if how many package provide this one
-------------------------------------------------------------------------------
			0.9 version
			-------------
add another graphical interface (curses), available by the --curses command line
argument
add configuration file
-------------------------------------------------------------------------------
			0.8 version
			-------------
add simple graphical user interface (optionnal), which require
the perl-tk package :use --gui command line argument

the code has been split in smaller subroutines.
-------------------------------------------------------------------------------
			0.4 version
			-------------
add optionnal cache, which can be shared by all rpmorphan tools
to spare rpm query time :
use --use-cache and --clear-cache command line arguments
-------------------------------------------------------------------------------
			0.3 version
			-------------
new feature : add rpmusage tool
-------------------------------------------------------------------------------

			0.2 version
			-------------
new feature : add a permanent list of exclude file (default is empty) and
4 new options for rpmorphan : --zero-keep, --list-keep, --add-keep, --del-keep

-------------------------------------------------------------------------------
			0.1 version
			-------------

first public release
