Code

changelog: New upstream version fixes #682175.
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.19-1) UNRELEASED; urgency=low
3   * New upstream release; thanks to Christoph Anton Mitterer for reporting
4     this (Closes: #682175).
5   * debian/pnp4nagios.postrm:
6     - Fixed typo: Apache's config files use file suffix .conf rather than
7       .cfg; this prevented /etc/apache2/conf.d/pnp4nagios.conf from being
8       removed on remove/purge; thanks to Andreas Beckmann for reporting this
9       (cf. #669839).
10   * debian/control:
11     - Optionally depend on php5-cgi instead of libapache2-mod-php5 to allow
12       for easier installations when not using Apache; thanks to Matthias
13       Wamser for reporting this (Closes: #671231).
15  -- Sebastian Harl <tokkee@debian.org>  Thu, 24 Jan 2013 14:50:27 +0100
17 pnp4nagios (0.6.16-2) unstable; urgency=low
19   * debian/control:
20     - Adapted versioned build-dep on libjs-jquery-ui to the workaround used by
21       that package (1.8.14 -> 1.8.ooops.14). Thanks to Christoph Anton
22       Mitterer for reporting this (Closes: #683100).
23   * debian/patches/:
24     - adjust-template-path: Fixed the patch for empty templates.d and some
25       versions of glob() which in this case returns nothing resulting in PHP
26       syntax errors and a crash of PNP4Nagios; thanks to Christoph Anton
27       Mitterer for reporting this and pointing out a fix (Closes: #683138).
29  -- Sebastian Harl <tokkee@debian.org>  Sat, 24 Nov 2012 15:34:54 +0100
31 pnp4nagios (0.6.16-1) unstable; urgency=low
33   * New upstream version.
34   * debian/control:
35     - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than
36       unversioned dependencies); this is what upstream did as well.
37   * debian/rules:
38     - Added recommended targets build-{arch,indep} depending on build-stamp.
39   * debian/pnp4nagios-bin.install:
40     - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/.
41   * debian/pnp4nagios-web.postinst:
42     - Call a2mod / restart apache2 only if the binaries are available; thanks
43       to Wouter Schoot for reporting this (Closes: #636218).
44   * debian/po/:
45     - Added Spanish debconf translations; thanks to Camaleón for providing
46       those (Closes: #632953).
47     - Added Portuguese debconf translations; thanks to Pedro Ribeiro for
48       providing those (Closes: #651432).
49     - Added Dutch debconf translations; thanks to Jeroen Schot for providing
50       those (Closes: #654214).
51     - Added Danish debconf translations; thanks to Joe Dalton for providing
52       those (Closes: #654816).
53     - Added Czech debconf translations; thanks to Michal Šimůnek for providing
54       those (Closes: #655132).
55   * debian/README.Debian:
56     - Added a note about installation with Icinga referring to the different
57       htpasswd.users file location; thanks to Alexander Reichle-Schmehl for
58       reporting this (Closes: #646587).
59   * debian/patches/adjust-template-path:
60     - Added support for /etc/pnp4nagios/templates.d.
61   * debian/README.templates.d:
62     - Added README file for the use of /etc/pnp4nagios/templates.d. The file
63       will be installed to that directory.
65  -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 14:00:47 +0100
67 pnp4nagios (0.6.13-1) unstable; urgency=low
69   * New upstream release.
70   * debian/README.Debian:
71     - Added more verbose instructions about how to setup mod_gearman mode.
72   * debian/patches/:
73     - Removed manpage-hyphen -- applied upstream.
74   * debian/rules:
75     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
76       taken care of in the upstream Makefile.
77   * debian/po/:
78     - Added Japanese debconf translation; thanks to Hideki Yamane for
79       providing the translation (Closes: #626386).
80     - Added Swedish debconf translation; thanks to Martin Bagge for providing
81       the translation (Closes: #628926).
82   * debian/control:
83     - Updated standards-version to 3.9.2 -- no changes.
85  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
87 pnp4nagios (0.6.12-1) unstable; urgency=low
89   * New upstream release.
90   * debian/patches/:
91     - Removed raise-process-perfdata-timeout -- a similar patch has been
92       included upstream.
93     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
94   * debian/rules:
95     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
96       configs by the upstream Makefile; so, don't rename those files.
97     - Do not pass --prefix to configure and set man-/infodir correctly. The
98       prefix is set by layout=debian and cannot be overwritten, thus do not
99       pretend this is possible. Also, do not use $prefix when setting man-/
100       infodir but specify the complete path.
101     - Do not install config_local.php and config.php.$PKG_VERSION.
102     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
103   * debian/rules, debian/pnp4nagios-bin.install:
104     - Do not install npcd.8 using dh_installman; this is done by the upstream
105       Makefile now.
106   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
107     pnp4nagios-bin.pnp_gearman_worker.init:
108     - Added init script for the PNP4Nagios Gearman worker daemon.
109     - The daemon is disabled by default.
111  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
113 pnp4nagios (0.6.11-2) unstable; urgency=low
115   * debian/po/:
116     - Added French debconf translation; thanks to Christian Perrier for
117       providing the translation (Closes: #623181).
118     - Added German debconf translation.
119     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
120       the translation (Closes: #623798).
121   * debian/pnp4nagios-web.postinst:
122     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
123       pnp4nagios-bin.postinst which ships the directory. This fixes an error
124       when installing -web without -bin.
126  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
128 pnp4nagios (0.6.11-1) unstable; urgency=low
130   [ Sven Velt ]
131   * Initial release (Closes: #479031)
132   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
133     copies.
134   * Do not use the bundled copy of Kohana2 but rather depend on
135     libkohana2-php.
136   * Ship all configuration in /etc and create appropriate symlinks.
137   * Ship upstream sample configs as default configs.
138   * debian/patches:
139     - Added adjust-template-path: install templates into /etc/ rather than
140       /usr/share/.
141     - Added apache-fix-path-to-userfile: fix config directory in the sample
142       httpd.conf.
143     - Added fix-nagios-url: fix cgi-bin path in config.php.
144     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
145     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
146       path in pdf.php.
147     - Added raise-process-perfdata-timeout: set timeout to 10s in
148       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
149       be enough.
151   [ Sebastian Harl ]
152   * Build the following binary packages:
153     - pnp4nagios-bin: NPCD and process_perfdata.pl
154     - pnp4nagios-web: web interface
155     - pnp4nagios: metapackage depending on the other two
156   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
157   * Make Apache2 configuration optional using debconf.
159  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100