Author:   Lars Michelsen <[email protected]>
Date:     Sat Feb 28 11:35:55 2015 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Feb 28 11:35:55 2015 +0100

Updated version number, prep for 1.8 release

---

 ChangeLog                            |    4 ++--
 share/server/core/defines/global.php |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f3aa9fd..705a92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,9 @@
-1.8rc4
+1.8
 Core:
   * All stateful objects can now be rendered as gadgets
     (Although there is no gadget available yet which is useful for objects
     which have no perfdata. But you can build one now)
   * The option gadget_type is now deprecated as the type is automatically 
detected
-  * FIX: gadgets_core.php perfdata parsing allows "/" for perfdatas UOM now
   * Gadgets can use object member states now
     Gadgets are now called with mixed POST request where the GET vars used in 
previous
     versions are still handed over to the gadgets per GET parameters to
@@ -13,6 +12,7 @@ Core:
     which provides information about the object members states.
   (e.g. to be able to parse units like Kb/s, even when they are not allowed
   according to nagios plugin guidelines)
+  * FIX: gadgets_core.php perfdata parsing allows "/" for perfdatas UOM now
 
 Frontend:
   * Huge update of GUI design for a more consistent look n feel
diff --git a/share/server/core/defines/global.php 
b/share/server/core/defines/global.php
index e3c88c0..51fb0da 100644
--- a/share/server/core/defines/global.php
+++ b/share/server/core/defines/global.php
@@ -27,7 +27,7 @@
  */
 
 // NagVis Version
-define('CONST_VERSION', '1.8rc4');
+define('CONST_VERSION', '1.8');
 
 // Set PHP error handling to standard level
 // Different levels for php versions below 5.1 because PHP 5.1 reports


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to