Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > fcf45398634190e22cc8a53efa0833c6 > files > 12

rpmorphan-1.3-2mdv2010.0.noarch.rpm

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