==============================================================================
				CHANGELOG
==============================================================================

From version 0.8 to version 0.9:
-------------------------------

* improvements:

	- shipped with NSClient++ for Windows

	- better detection of openssl headers

	- better detection of gd.h and libgd availability

	- use chkconfig or update-rc.d to configure nagios service at boot time

	- generate keys to be used by check_by_ssh


* bug fixes:

	- wrong regexp to validate the timeperiod values

	- detects if statusmap.cgi could not be compiled because of missing gd

	- when answering question, "y" is the "yes" test, instead of "o" (means "oui" in French !)



From version 0.7.2 to version 0.8:
-----------------------------------

* improvements:

        - shipped with nagios 2.10

	- added nagiosmap.pl (requires Perl Tk)

	- better detection of SSL location (thanks to Alexandre Fernandes)
	  especially on Debian/Ubuntu boxes

	- you can choose between Basic or Digest Apache Authentication
	  at installation time


* bug fixes:

        - detail attributes are always displayed if they are mandatory

	- when the graph creation is set to "automatic", each host checking
	  creation also creates a hostextinfo. If the hostname changes the
	  hostname in the previously created hostextinfo was not changed.
	  Both are now synchronized.



From version 0.7.1 to version 0.7.2:
-----------------------------------

* improvements:

	- installation scripts now supports OpenSuSE file organization


From version 0.7 to version 0.7.1:
---------------------------------

* improvements:

	- installation scripts now supports Debian/Ubuntu file organization


* bug fixes:

	- bug fixes in installation scripts: makethumb.php called



From version 0.6 to version 0.7:
-------------------------------

* improvements:

	- shipped with nagios 2.9

	- added some messages during the installation to help debugging problems

	- try to detect presence of development tools before installing

	- object editing has been improved:
		* fields are disabled or re-enabled according to the inheritage rules
		* offer a detailed and a basic view of attributes

	- display full error description when XML parsing of nmap files failed


* bug fixes:

	- rrdtool.sh script bug fix

	- logos packages were missing since version 0.1

	- fix bug in BuildObjectInherited() that considered empty attributes to be
	  falsely inherited



From version 0.5 to version 0.6:
-------------------------------

* improvements:

	- shipped with nagios 2.8

	- small bugs fixed and more tests done by the installation script

	- both sqlite AND PDO_SQLite are now supported

	- check whether or not the PDO & PDO_SQLite extensions are loaded

	- comments written after attribute definitionin configuration files
	  are now saved but put back before the whole object definition


From version 0.4 to version 0.5:
-------------------------------

* improvements:

	- the Administration interface now provides a simple Wizard to
	  create New Objects from Template

	- the inherited attributes are better handled

	- "overload" check box are automaticallt checked when on value change

	- the object list are now sorted according to the object name 
	  and not the 'name' attribute, which is the name of the parent !

* bug fixes:

	- when saving new objects, the inherited attributes were stored
	  in the object definition instead of leaving the attribute empty

	- in case of error during an Object Creation, the labels about
	  inheritance were not redisplayed

	- an error in NagiosObject::GetReferences() method could prohibit
	  to delete a non-referenced template

	- the installation process (eznag.sh) now checks if more than
	  one "nagios" script exist under /etc. In case of ambiguity, the 
	  user is asked to manually add the commands in /etc/sudoers

	- the installation process (eznag.sh) does not systematically add
	  the required command lines in /etc/sudoers. It checks for their
	  presence first. This avoids the multiple creation of same commands
	  int /etc/sudoers in case of multiple EZNag installation


From version 0.3 to version 0.4:
-------------------------------

* improvements:

	- restarting nagios now displays its output in a textarea and not
	  before the menu

	- includes libmcrypt-2.5.7 library for nsca daemon

* bug fixes:

	- generate an error when deleting objects

	- bug in DeleteObject that could leave configuration file empty

	- small changes in the installation scripts


From version 0.2 to version 0.3:
-------------------------------

* improvements:

	- it is now possible to add graphs to services through
	  the extended service information form (notes_url)
	  This is done automatically if the graphing option is set to
	  'true' in the Configuration panel and if the service check
	  command is check_tcp or check_http


From version 0.1 to version 0.2:
-------------------------------

* bug fixes:

	- missing <title> added in the Web Interface

	- missing quotes in the left menu after installation added

	- nmap package was missing

* improvements:

	- the "Save Changes" menu option now blinks to indicate the database
	  content is newer than Nagios Configuration (flat text files)

	- it is now possible to edit and change the global parameters listed
	  in "config.inc.php" and "nmap.inc.php"

==================================  END  =====================================
