Code

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