Code

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