2010-03-01 Eric Gerbier <gerbier@users.sourceforge.net> 1.7
	* Curses is no more an rpm dependency
	* add reload button

2010-01-20 Eric Gerbier <gerbier@users.sourceforge.net> 1.6
	* curses window size is now variable to use full available size
	* split core and gui code (new rpmorphan-curses-lib.pl rpmorphan-tk-lib.pl)
	* only add "remove" button in root mode on curses interface
	* add a confirm dialog box on remove action
	* add sub is_remove_allowed (rpmorphan-lib.pl)
	* rename sub filter into rpmfilter (rpmorphan-lib.pl)
	* info window is now scrollable (curses gui)

2009-11-27 Eric Gerbier <gerbier@users.sourceforge.net> 1.5
	* add logrotate config
	* remove all matching packages (same name)
	* fix a bug on curses interface
	* merge spec file with fedora one
	* add info for fedora/mandriva users in package description
	* add Readme.fr translation
	* can use RPM2 perl package for faster database access
	* use URPM perl package for faster database access on mandriva

2009-01-05 Eric Gerbier <gerbier@users.sourceforge.net> 1.4
	* improve diagnostic if "rpm -e" return some comments

2008-10-19 Eric Gerbier <gerbier@users.sourceforge.net> 1.3
	* fix a bug if exclude are set in config file (thanks Szymon Siwek)
	* display number of deleted file

2008-04-07 Eric Gerbier <gerbier@users.sourceforge.net> 1.2
	* write log to /var/log/rpmorphan.log
	* add rpmdep.pl tool
	* add rpmduplicate.pl tool

2007-11-22 Eric Gerbier <gerbier@users.sourceforge.net> 1.1
	* (rpmorphan) add a default target : guess-lib
	* (rpmorphan) test rpm delete
	* fix warnings from perlcritic tool
	* (rpmorphan) split too complex code (add read_one_rc, init_cache)
	* (rpmorphan) add keep-file option, which allow to cutomize the keep file
	* add rpmorphan-lib.pl to store common code for rpmorphan, rpmusage
	* (rpmusage) add a default target : all

2007-04-27 Eric Gerbier <gerbier@users.sourceforge.net> 1.0
	* fix bug with tk : core dump because update call before mainloop
	* add w_ prefix for widgets variables
	* add dry-run (simulation) mode
	* (gui) add 3 counters : packages, orphans, selected
	* (gui) display_status call debug sub
	* new Liste_pac global variable
	* (gui) change curses geometry to work on console
	* (gui) recursive analysis
	* improve virtuals : now check how many package provide this one

2007-03-29 Eric Gerbier <gerbier@users.sourceforge.net> 0.9
	* add curses interface
	* test for root access before removing packages
	* add optionnal configuration file
	* recode debugging system
	* apply conway coding rules
	* add tk_get_current_elem sub
	* add get_from_command_line sub
	* add status widget

2007-03-08 Eric Gerbier <gerbier@users.sourceforge.net> 0.8
	* add simple graphical user interface (optionnal)
	* remove global variable opt_verbose
	* split code in functions : access_time_filter, read_rpm_data, search_orphans

2007-02-28 Eric Gerbier <gerbier@users.sourceforge.net> 0.4
	* add optionnal cache

2007-02-03 Eric Gerbier <gerbier@users.sourceforge.net> 0.3
	* add rpmusage.pl tool
	* add a link from rpmorphan.pl to rpmorphan

2007-01-30 Eric Gerbier <gerbier@users.sourceforge.net> 0.2
	* add permanent list of exclude

2007-01-23 Eric Gerbier <gerbier@users.sourceforge.net> 0.1
	* initial release
