Code

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