Skip to content

Commit

Permalink
prepare release 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Jul 11, 2013
1 parent d4c190a commit db20440
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Nagstamon/Nagstamon/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, **kwds):

# Meta
self.name = "Nagstamon"
self.version = "0.9.10rc2"
self.version = "0.9.10"
self.website = "http://nagstamon.ifw-dresden.de/"
self.copyright = "©2008-2013 Henri Wahl et al.\n[email protected]"
self.comments = "Nagios status monitor for your desktop"
Expand Down
4 changes: 2 additions & 2 deletions Nagstamon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
]

setup(name = 'nagstamon',
version = '0.9.10rc2',
version = '0.9.10',
license = 'GNU GPL v2',
description = 'Nagios status monitor for desktop',
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite and Centreon servers.',
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite, Centreon and Thruk servers.',
classifiers = CLASSIFIERS,
author = 'Henri Wahl',
author_email = '[email protected]',
Expand Down
8 changes: 4 additions & 4 deletions build/installer/0install/nagstamon-unstable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ and regular expressions.</description>
<homepage>http://nagstamon.ifw-dresden.de</homepage>
<category>Network</category>
<icon href="http://nagstamon.ifw-dresden.de/0install/nagstamon.png" type="image/png"/>
<implementation id="sha1new=70ba2c3d2507016d76b67599edf8d18ccff377e6" license="OSI Approved :: GNU General Public License v2" main="nagstamon.py" released="2013-07-03" stability="testing" version="0.9.10-20130703">
<archive extract="Nagstamon-0.9.10rc1" href="http://nagstamon.ifw-dresden.de/0install/Nagstamon-0.9.10rc1.tar.gz" size="395910" type="application/x-compressed-tar"/>
<implementation id="sha1new=18c5ddc406eb2cab8b21f0f93b8af1e5b2b029b8" license="OSI Approved :: GNU General Public License v2" main="nagstamon.py" released="2013-07-10" stability="testing" version="0.9.10-20130710">
<archive extract="Nagstamon-0.9.10rc2" href="http://nagstamon.ifw-dresden.de/0install/Nagstamon-0.9.10rc2.tar.gz" size="396046" type="application/x-compressed-tar"/>
</implementation>
</interface>
<!-- Base64 Signature
iEYEABECAAYFAlHT5o0ACgkQnmb3Nh+6CUJ8lgCeIDvxIUCIyPYgu5Afq7mm1Ns+MLsAnRS8whAq
obm0PAoSDErp4pG6kX5c
iEYEABECAAYFAlHdG8IACgkQnmb3Nh+6CUL54gCeKfhillFQKI/WqXFKYU5IdKMthOoAniihfoHz
DSd9X8WaW2Qfsc4/w7N4
-->
27 changes: 27 additions & 0 deletions build/installer/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
nagstamon (0.9.10) unstable; urgency=low

* New upstream
- added fullscreen option
- added Thruk support
- added Check_MK cookie-based auth
- added new Centreon autologin option
- added configurable default sort order
- added filter for hosts in hard/soft state for Nagios, Icinga, Opsview and Centreon
- added $STATUS-INFO$ variable for custom actions
- added audio alarms also in fullscreen mode
- improved update interval set in seconds instead minutes
- improved Icinga JSON support
- improved Centreon 2.4 xml/broker support
- improved Nagios 3.4 pagination support
- improved nicer GTK theme Murrine on MacOSX
- fixed security bug
- fixed some memory leaks
- fixed superfluous passive icon for Check_MK
- fixed blocking of shutdown/reboot on MacOSX
- fixed saving converted pre 0.9.9 config immediately
- fixed statusbar position when offscreen
- fixed some GUI issues
- fixed update detection

-- Henri Wahl <[email protected]> Wed, 11 Jul 2013 11:07:13 +0200

nagstamon (0.9.10rc2) unstable; urgency=low

* New upstream
Expand Down
4 changes: 2 additions & 2 deletions build/installer/windows/nagstamon.iss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Setup]
AppName=Nagstamon
AppVerName=Nagstamon 0.9.10rc2
AppVerName=Nagstamon 0.9.10
DefaultDirName={pf}\Nagstamon
DefaultGroupName=Nagstamon
AlwaysUsePersonalGroup=false
ShowLanguageDialog=no
SetupIconFile=..\Nagstamon\Nagstamon\resources\nagstamon.ico
UsePreviousGroup=false
OutputBaseFilename=Nagstamon_0.9.10rc2_setup
OutputBaseFilename=Nagstamon_0.9.10_setup
UninstallDisplayIcon=
UsePreviousAppDir=false
AppID={{44F7CFFB-4776-4DA4-9930-A07178069517}
Expand Down

0 comments on commit db20440

Please sign in to comment.