[go: up one dir, main page]

Menu

[79a3fc]: / Changelog  Maximize  Restore  History

Download this file

130 lines (100 with data), 4.1 kB

2013-02-05 Eric Gerbier <gerbier@users.sourceforge.net> 1.3
	* add debug code
	* remove password from mysqladmin command line
	* use read_pipe_stream
	* get_mod_name
	* test_file/test_command

2013-01-07 Eric Gerbier <gerbier@users.sourceforge.net> 1.2
	* use module_name
	* use init_param
	* use check_for_runstop
	* test DBD::mysql instead DBI module

2012-02-21 Eric Gerbier <gerbier@users.sourceforge.net> 1.1
	* cleaning translation

2012-01-12 Eric Gerbier <gerbier@users.sourceforge.net> 1.0
	* promote to stable release
	* standardize code
	* try to detect if mysqld is running
	* add test for mysqladmin command

2011-11-25 Eric Gerbier <gerbier@users.sourceforge.net> 0.18
	* move use out of if block (perlcritic)

2011-05-11 Eric Gerbier <gerbier@users.sourceforge.net> 0.17
	* action
	* use module_name
	* use print_input
	* fix bug : return 0 not 'U' if value is null

2010-09-23 Eric Gerbier <gerbier@users.sourceforge.net> 0.16
	* pre/post upgrade
	* fix a bug on configure when mysql is stopped
	* suppress warning on install

2009-10-31 Eric Gerbier <gerbier@users.sourceforge.net> 0.15
	* use gprint_title gprint_param

2009-10-16 Eric Gerbier <gerbier@users.sourceforge.net> 0.14
	* fix a problem when mysql server is stopped

2009-05-01 Eric Gerbier <gerbier@users.sourceforge.net> 0.13
	* fix a problem special char in password (bug report from noxx)

2009-02-04 Eric Gerbier <gerbier@users.sourceforge.net> 0.12
	* do not graph stopped parameters

2009-01-01 Eric Gerbier <gerbier@users.sourceforge.net> 0.11
	* use read_pipe

2008-11-28 Eric Gerbier <gerbier@users.sourceforge.net> 0.10.0
	* add more controls in aquisition : for alarms

2008-11-10 Eric Gerbier <gerbier@users.sourceforge.net> 0.9.0
	* use init_module_config
	* try to detect installed but not running mysql (in read_dynamic_param)
	* move dependency test before parameter config
	* add new common mysqladmin_cmd sub
	* display output of mysqladmin in case of error

2008-08-22 Eric Gerbier <gerbier@users.sourceforge.net> 0.8.0
	* fix all perlcritic warnings
	* fix no critic ' syntax
	* use create_rrd, split_awk
	* fix typo on cf (create_base)

2008-06-16 Eric Gerbier <gerbier@users.sourceforge.net> 0.7.1
	* (bugfix) configuration of parameter use host and ports (mysqladmin)

2008-05-28 Eric Gerbier <gerbier@users.sourceforge.net> 0.7.0
	* use filter-known
	* use dynamic list of parameters if found mysqladmin
	* remove unused del_vol
	* change add_rra proto
	* fix some perlcritic warnings
	* use mysqladmin if exists, instead of DBI module (avoid dependency and bug)

2007-12-02 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.6
	* use myredirect

2007-07-10 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.5
	* convert all icons in png (pb with mandriva theme)
	* rename gen-lib.pl to sysstats-aquisition-lib.pl
	* use write_file_hash

2006/12/20 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.4
	* remove ugly 'no warning redefine'
	* use get_create_common

2006/09/29 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.3
	* add mandriva_linux (os_support)
	* clean code (conway rules)

2006/05/17 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.2
	* add host configuration

2006/03/16 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.1
	* use html_config
	* add local_params, scale_change, default_change
	* use module_config

2005/11/25 Eric Gerbier <gerbier@users.sourceforge.net> 0.6.0
	* new display system

2004/11/27 Eric Gerbier <gerbier@users.sourceforge.net> 0.5.0
	* debug/warning
	* add histograms

2004/02/20 Eric Gerbier <gerbier@users.sourceforge.net> 0.4.0
	* change min/max and cf

2004/01/02 Eric Gerbier <gerbier@users.sourceforge.net> 0.3.0
	* line thickness
	* create base with heartbeat from sample_rate
	* use radio_graph_type
	* move change_heartbeat sub to global
	* new upgrade sub

2003/12/18 Eric Gerbier <gerbier@users.sourceforge.net> 0.2.1
	* change password type

2003/12/15 Eric Gerbier <gerbier@users.sourceforge.net> 0.2
	* cleanings
	* bigger size for config text fields
	* add port number

2003/03/10 Eric Gerbier <gerbier@users.sourceforge.net> 0.1
	* initial version (thanks to TheFelin)