Code

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