Code

298b36902189adff44e1df117c8bcb03bce1be9e
[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).
30  -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 10:02:43 +0100
32 pnp4nagios (0.6.13-1) unstable; urgency=low
34   * New upstream release.
35   * debian/README.Debian:
36     - Added more verbose instructions about how to setup mod_gearman mode.
37   * debian/patches/:
38     - Removed manpage-hyphen -- applied upstream.
39   * debian/rules:
40     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
41       taken care of in the upstream Makefile.
42   * debian/po/:
43     - Added Japanese debconf translation; thanks to Hideki Yamane for
44       providing the translation (Closes: #626386).
45     - Added Swedish debconf translation; thanks to Martin Bagge for providing
46       the translation (Closes: #628926).
47   * debian/control:
48     - Updated standards-version to 3.9.2 -- no changes.
50  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
52 pnp4nagios (0.6.12-1) unstable; urgency=low
54   * New upstream release.
55   * debian/patches/:
56     - Removed raise-process-perfdata-timeout -- a similar patch has been
57       included upstream.
58     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
59   * debian/rules:
60     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
61       configs by the upstream Makefile; so, don't rename those files.
62     - Do not pass --prefix to configure and set man-/infodir correctly. The
63       prefix is set by layout=debian and cannot be overwritten, thus do not
64       pretend this is possible. Also, do not use $prefix when setting man-/
65       infodir but specify the complete path.
66     - Do not install config_local.php and config.php.$PKG_VERSION.
67     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
68   * debian/rules, debian/pnp4nagios-bin.install:
69     - Do not install npcd.8 using dh_installman; this is done by the upstream
70       Makefile now.
71   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
72     pnp4nagios-bin.pnp_gearman_worker.init:
73     - Added init script for the PNP4Nagios Gearman worker daemon.
74     - The daemon is disabled by default.
76  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
78 pnp4nagios (0.6.11-2) unstable; urgency=low
80   * debian/po/:
81     - Added French debconf translation; thanks to Christian Perrier for
82       providing the translation (Closes: #623181).
83     - Added German debconf translation.
84     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
85       the translation (Closes: #623798).
86   * debian/pnp4nagios-web.postinst:
87     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
88       pnp4nagios-bin.postinst which ships the directory. This fixes an error
89       when installing -web without -bin.
91  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
93 pnp4nagios (0.6.11-1) unstable; urgency=low
95   [ Sven Velt ]
96   * Initial release (Closes: #479031)
97   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
98     copies.
99   * Do not use the bundled copy of Kohana2 but rather depend on
100     libkohana2-php.
101   * Ship all configuration in /etc and create appropriate symlinks.
102   * Ship upstream sample configs as default configs.
103   * debian/patches:
104     - Added adjust-template-path: install templates into /etc/ rather than
105       /usr/share/.
106     - Added apache-fix-path-to-userfile: fix config directory in the sample
107       httpd.conf.
108     - Added fix-nagios-url: fix cgi-bin path in config.php.
109     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
110     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
111       path in pdf.php.
112     - Added raise-process-perfdata-timeout: set timeout to 10s in
113       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
114       be enough.
116   [ Sebastian Harl ]
117   * Build the following binary packages:
118     - pnp4nagios-bin: NPCD and process_perfdata.pl
119     - pnp4nagios-web: web interface
120     - pnp4nagios: metapackage depending on the other two
121   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
122   * Make Apache2 configuration optional using debconf.
124  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100