Code

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