Code

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