Code

Shorten one changelog line
[pkg-nagvis.git] / debian / changelog
1 nagvis (1:1.5.10-1) UNRELEASED; urgency=low
3   * NOT RELEASED YET
4   * Update package description:  Now also works with Icinga
5   * Change Package dependencies:  Drop all ndo and mysql related stuff,
6     as we want to use mk livestatus
7   * Update debian/copyright
8   * Rework post{inst,rm} to not configure database
9   * removed patches/php5.3-deprecated-ereg.dpatch; applied upstream
10   * removed patches/fix-get_class-object.dpatch; no longer needed
11   * removed patches/visibility_magic-set-method.dpatch; no longer needed
12   * rework debian/rules and install files
14  -- Alexander Reichle-Schmehl <tolimar@debian.org>  Mon, 26 Sep 2011 15:51:49 +0200
16 nagvis (1:1.4.6-2) unstable; urgency=medium
18   * Add myself to uploaders
19   * Acknowledge NMU (Closes: #595313)
20   * Only call ucf on purge if it's available (Closes: #620037)
21     * Set urgency to medium due to RC bug fix
22   * Set Path to gadget files in example configuration (via
23     patches/config.dpatch) (Closes: #611909)
24   * Properly set "Options FollowSymLinks" in the apache configuration
25     (Closes: #632333)
26   * Recommend real ndoutils package instead of the virtual one; no idea why
27     there is a virtual one (Closes: #598953)
28   * Remove previous maintainers from Uploaders.  Thanks to Hendrik and
29     Wolfgang for all their work!
30   * Actually install the documentation
31   * Bump standards (no changes needed)
32   * Add recommended targets to debian/rules
34  -- Alexander Reichle-Schmehl <tolimar@debian.org>  Wed, 07 Sep 2011 16:47:25 +0200
36 nagvis (1:1.4.6-1.1) unstable; urgency=low
38   * Non-maintainer upload.
39   * Only try to configure local database, if ndoutils is run localy
40     (Closes: #595313)
42  -- Alexander Reichle-Schmehl <tolimar@debian.org>  Mon, 11 Oct 2010 13:55:28 +0200
44 nagvis (1:1.4.6-1) unstable; urgency=low
46   [ Hendrik Frenzel ]
47   * New upstream version (Closes: #533379)
48   * Fixed desctiption (Closes: #560705)
49   * Patched deprecated ereg to preg_match to get them work with php 5.3+
51  -- Hendrik Frenzel <hfrenzel@scunc.net>  Fri, 19 Feb 2010 12:33:48 +0100
53 nagvis (1:1.4.5-1) UNRELEASED; urgency=low
55   * (NOT RELEASED YET) New upstream release
56   [ Wolfgang Barth ]
57   * New upstream version
58   * User uploaded maps now in /var/lib/nagvis/images/maps 
59     (1.3.1: /etc/maps) to avoid security problems
60   * Cache location nagvis/var ist now /var/cache/nagvis
61   * nagios independent htmlbase /nagvis and corresponding apache.conf
62     linked to /etc/apache2/conf.d
63   * README.backends.Merlin added
64   * all images now in /var/lib/nagvis/images
66   [ Alexander Wirt ]
67   * New upstream version 
68   * Add myself to uploaders
70   [ Hendrik Frenzel ]
71   * fixed include path names in nagvis/ajax_handler.php
73   [ Jan Wagner ]
74   * Updating standards version to 3.8.3
75     - Add README.source
77  -- Wolfgang Barth <wob@swobspace.net>  Sat, 28 Nov 2009 09:23:36 +0100
79 nagvis (1:1.3.1-3) unstable; urgency=low
81   * adjust pathnames.dpatch to form_handler.php from correct location, thanks
82     Andreas Steinel (Closes: #522296)
83   * add myself to Uploaders
84   * move nagios3 and ndoutils-mysql to Recommends, thanks Josselin Mouette
85     (Closes: #507446)
86   * Bump Standards-Version to 3.8.2, no changes needed
87   * add ${misc:Depends} to Depends
88   * remove execute bit from images
90  -- Jan Wagner <waja@cyconet.org>  Wed, 12 Aug 2009 12:49:27 +0200
92 nagvis (1:1.3.1-2) unstable; urgency=low
94   * Added --debconf-ok to debian/post{inst,rm} (Closes: 522172)
95   * Copy wui/includes/functions to the right directory (Closes: 522296)
97  -- Hendrik Frenzel <hfrenzel@scunc.net>  Wed, 15 Apr 2009 15:54:05 +0200
99 nagvis (1:1.3.1-1) unstable; urgency=low
101   * New upstream version with many new features and bugfixes
102     + See http://docs.nagvis.org/1.3/en_US/changelog.html for more info.
103     + added graphviz to Depends
105  -- Hendrik Frenzel <hfrenzel@scunc.net>  Sat, 27 Sep 2008 12:04:13 +0200
107 nagvis (1:1.2.2-5) unstable; urgency=low
109   * changed from nagios2 to nagios3 support (Closes: 479290)
110   * debian/rules:
111     + used install instead of mkdir or cp
112   * debian/postinst:
113     + added nagvis apache.conf symlink in /etc/apache2/conf.d
114   debian/control:
115     + added libapache2-mod-php5 to Depends
116   * override lintian warning package-contains-empty-directory
117   * debian/copyright
118     + switched to format as proposed on
119       http://wiki.debian.org/Proposals/CopyrightFormat
121  -- Hendrik Frenzel <hfrenzel@scunc.net>  Mon, 19 May 2008 22:51:09 +0200
123 nagvis (1:1.2.2-4) unstable; urgency=low
125   * debian/changelog:
126     + changed wrong UNRELEASED tag of 1:1.2.2-2 to unstable
127   * nagvis/includes/defines/global.php:
128     + fixed CONST_MAINCFG to point to the right nagvis.ini.php
129   * debian/postinst:
130     + insert commented debconf-common variables if they are empty
131   * nagvis.ini.php-sample:
132     + changed variables base, htmlbase and htmlcgi defaults to fit the current
133       installation paths
134   * change pathnames of included/required files in some nagvis scripts
136  -- Hendrik Frenzel <hfrenzel@scunc.net>  Mon, 17 Mar 2008 14:36:03 +0100
138 nagvis (1:1.2.2-3) unstable; urgency=low
140   * fixed path of languages
142  -- Hendrik Frenzel <hfrenzel@scunc.net>  Fri, 14 Mar 2008 13:32:53 +0100
144 nagvis (1:1.2.2-2) unstable; urgency=low
146   * debian/rules
147     + packed missing directories (Closes: #470635: nagvis deb package is not
148       complete)
149   * postinst:
150     + moved debconfs db_stop after ucf is executed
152  -- Hendrik Frenzel <hfrenzel@scunc.net>  Wed, 12 Mar 2008 16:45:22 +0100
154 nagvis (1:1.2.2-1) unstable; urgency=low
156   * New upstream release with major bugfixes:
157     * Fixed bug with wrong only_hard_states handling
158     * Fixed Logical bug in getObjects(services)
159     * Spaces in format %20 are now allowed in URLs
160     * Service description is now shown in service hover menus
161     * WUI: Fixed map deletion protection when map is linked in another
163  -- Hendrik Frenzel <hfrenzel@scunc.net>  Wed, 13 Feb 2008 10:06:59 +0100
165 nagvis (1:1.2.1-1) unstable; urgency=low
167   * New upstream version
168   * Update Standards-Version to 3.7.3.
169   * Enabled DM-Upload
170   * Removed old Homepage stanza in debian/control
171   * Removed bashism in debian/rules
173  -- Hendrik Frenzel <hfrenzel@scunc.net>  Thu, 10 Jan 2008 01:09:06 +0100
175 nagvis (1:1.1-6) unstable; urgency=low
177   * fixed lintian redundant-origin-field warning
179  -- Hendrik Frenzel <hfrenzel@scunc.net>  Mon, 19 Nov 2007 22:44:47 +0100
181 nagvis (1:1.1-5) unstable; urgency=low
183   * Rebuild because of hardware failures at ries.debian.org after uploading the
184     package.
186  -- Hendrik Frenzel <hfrenzel@scunc.net>  Sun, 18 Nov 2007 21:50:45 +0100
188 nagvis (1:1.1-4) unstable; urgency=low
190   * Added licenses of nagvis/includes/js/overlib* (Artistic) and
191     wui/includes/js/wz* (LGPL) to debian/copyright
192   * Fixed Vcs-Svn and Vcs-Browser in debian/control
194  -- Hendrik Frenzel <hfrenzel@scunc.net>  Tue, 30 Oct 2007 13:27:11 +0100
196 nagvis (1:1.1-3) unstable; urgency=low
198   * Fixed symlinks
199   * Removed unnecessary directories
201  -- Hendrik Frenzel <hfrenzel@scunc.net>  Fri, 19 Oct 2007 10:07:13 +0200
203 nagvis (1:1.1-2) unstable; urgency=low
205   * Symlinked images/maps and images/tempates to the apropriate directory below
206     /etc/nagvis
207   * Added missing debian/postrm
209  -- Hendrik Frenzel <hfrenzel@scunc.net>  Fri, 19 Oct 2007 00:30:05 +0200
211 nagvis (1:1.1-1) unstable; urgency=low
213   * New upstream release
215  -- Hendrik Frenzel <hfrenzel@scunc.net>  Thu, 06 Sep 2007 19:59:30 +0200
217 nagvis (1.1rc3-2) unstable; urgency=low
219   * Moved from misc to net section
220   * Removed unneeded stuff in debian/rules
221   * Installed apache.conf with ucf 
223  -- Hendrik Frenzel <hfrenzel@scunc.net>  Tue, 28 Aug 2007 21:09:01 +0200
225 nagvis (1.1rc3-1) unstable; urgency=low
227   * New upstream version
229  -- Hendrik Frenzel <hfrenzel@scunc.net>  Tue, 24 Jul 2007 19:57:44 +0200
231 nagvis (1.1rc2-1) unstable; urgency=low
233   * Initial release (Closes: #433048: ITP: nagvis -- Visualization addon for
234     Nagios)
236  -- Hendrik Frenzel <hfrenzel@scunc.net>  Sat, 14 Jul 2007 11:37:16 +0200