Code

control: Updated standards-version to 3.9.5 -- no changes.
[pkg-rrdtool.git] / debian / changelog
1 rrdtool (1.4.8-1) unstable; urgency=medium
3   [ Sebastian Harl ]
4   * New upstream release; thanks to Alin Dobre for reporting this and
5     providing various patches (Closes: #726159):
6     - Fixed the xport JSON output format; thanks to Thomas Mainka for
7       reporting this (Closes: #686825).
8     - Fixed a segfault in rrdcached when using -j on non-existent directories;
9       thanks to Witold Baryluk for reporting this (Closes: #663505).
10     - Fixed segfault in rrdgraph caused by int32 overflows; thanks to Matej
11       Kosik for reporting this (Closes: #451852).
12   * Fixed changelog of 1.4.7-2 regarding the versioned build-dep on tcl-dev.
13   * Merged 1.4.7-2.1 NMU; thanks to Christian Hofstaedtler (Closes: 736333).
14   * debian/patches:
15     - Added CVE-2013-2131; upstream patch fixing a format string vulnerability
16       in rrdgraph; thanks to Henri Salo for reporting this (Closes: #708866).
17       Raised urgency to medium for this.
18   * debian/patches, debian/rules, debian/control:
19     - Added build_ldadd; patch Makefile to pass $ALL_LIBS to rrdcached's
20       linker flags to ensure it's going to be linked against libglib.
21     - Build-depend on and use dh-autoreconf to manage the build_ldadd patch.
22   * debian/control:
23     - Optionally recommend fonts-dejavu-core as (the preferred) alternative to
24       ttf-dejavu-core; thanks to Martin-Éric Racine for reporting this
25       (Closes: #743947).
26     - Updated standards-version to 3.9.5 -- no changes.
27   * debian/rules:
28     - Clean up bindings/perl-shared/MYMETA.json.
29     - Added INSTALL_BASE= to the perl options; else, the Perl libs end up in
30       $HOME.
32   [ Alin Dobre ]
33   * debian/patches:
34     - Removed bts664724-rrdcached-j-segfault, ruby_bindings_format_string,
35       and tcl-8.5 which were applied upstream.
37  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 21:18:20 +0200
39 rrdtool (1.4.7-2.1) unstable; urgency=medium
41   * Non-maintainer upload.
42   * Switch Ruby bindings packaging to match the Debian Ruby packaging
43     policy. Based on a patch by Jonas Genannt.
44     Introduce ruby-rrd package, turn librrd-ruby* into transitional
45     packages to ruby-rrd; use gem2deb to build the bindings, and build
46     them for currently supported versions of Ruby, without hardcoding
47     a list of versions. (Closes: #687809, #722377)
49  -- Christian Hofstaedtler <zeha@debian.org>  Wed, 22 Jan 2014 11:27:16 +0100
51 rrdtool (1.4.7-2) unstable; urgency=low
53   [ Sebastian Harl ]
54   * Ack NMUs; thanks to Jonathan Wiltshire and gregor herrmann!
55   * Added debian/patches/bts664724-rrdcached-j-segfault:
56     Fixed segfault in rrdcached when starting without having the journal
57     directory available: canonicalize the journal path after creating the
58     directory; else, realpath(3) will return NULL causing strdup() to
59     segfault. Also, check the return value of realpath(3) before further using
60     it. Thanks to Helmut Grohne for reporting this (Closes: #664724).
62   [ Bernd Zeimetz ]
63   * Removed a restriction on the tcl-dev build-dep which was an accidental
64     left over from a test-build against a new tcl version. Build-depend on
65     tcl-dev >= 8 && <= 9 rather than >= 8.5. The tcl bindings support any 8.x
66     version. This makes backporting easier.
68  -- Sebastian Harl <tokkee@debian.org>  Wed, 01 Aug 2012 10:23:39 +0200
70 rrdtool (1.4.7-1.2) unstable; urgency=low
72   * Non-maintainer upload.
73   * Fix "fails to install, postinst, invoke-rc.d rrdcached start, start-
74     stop-daemon, segfault":
75     (re-)create /var/lib/rrdcached/{journal,db} in init script.
76     (Closes: #664724)
77   * debian/rules: remove the generated bindings/perl-shared/MYMETA.yml in the
78     clean target.
80  -- gregor herrmann <gregoa@debian.org>  Sun, 29 Jul 2012 17:35:13 +0200
82 rrdtool (1.4.7-1.1) unstable; urgency=low
84   * Non-maintainer upload.
85   * Add ruby_bindings_format_string.patch to fix FTBFS
86     (Closes: #676081)
88  -- Jonathan Wiltshire <jmw@debian.org>  Sun, 01 Jul 2012 12:37:47 +0100
90 rrdtool (1.4.7-1) unstable; urgency=low
92   * [b59bb994] Merge commit 'upstream/1.4.7'
93   * [8acead25] Refreshing patches, dropping bts625631-gcc4.5.
94   * [75b42449] Ack NMU.
95     Thanks to Luk Claes (Closes: #619688)
96   * [e11e1d9e] Migrate to dh_python2.
98  -- Bernd Zeimetz <bzed@debian.org>  Tue, 24 Jan 2012 23:35:35 +0100
100 rrdtool (1.4.3-3.1) unstable; urgency=low
102   * Non-maintainer upload.
103   * Don't ship .la files (Closes: #619688).
105  -- Luk Claes <luk@debian.org>  Sun, 26 Jun 2011 18:40:41 +0200
107 rrdtool (1.4.3-3) unstable; urgency=high
109   * Reupload to unstable, which has Tcl 8.5 by now.
110   * debian/patches:
111     - Added bts625631-gcc4.5, fixing an compiler issue when using GCC 4.5;
112       thanks to Maxime Petazzoni for reporting this and Sven Hartge for
113       pointing out the upstream fix by anicka@suse.cz (Closes: #625631).
114   * Set urgency to high because of the fix for #625631.
115   * debian/source/format: Explicitly state version 1.0 for now.
116   * debian/control:
117     - Removed prehistoric 'Conflicts' introduced for an incompatibility with
118       Woody.
119     - Updated standards-version to 3.9.2.
120   * debian/rrdtool.doc-base:
121     - Fixed a spelling error detected by lintian.
123  -- Sebastian Harl <tokkee@debian.org>  Mon, 16 May 2011 10:28:46 +0200
125 rrdtool (1.4.3-2) experimental; urgency=low
127   * debian/control: Rebuild against Tcl 8.5 (Closes: #582211).
128     - Build-depend on tcl-dev (>= 8.5) and tcl (>= 8.5).
129   * Uploading to experimental, which hosts Tcl 8.5 for now.
130   * debian/patches:
131     - Added tcl-8.5, fixing an issue identified by Tcl 8.5 in the Tcl
132       bindings: So far, a strict version of the "Tcl" package was requested,
133       which seems to have been ignored by Tcl < 8.5. This requirement has been
134       removed.
136  -- Sebastian Harl <tokkee@debian.org>  Sun, 06 Jun 2010 15:22:39 +0200
138 rrdtool (1.4.3-1) unstable; urgency=low
140   * New upstream release.
141   * debian/patches:
142     - Removed bts573638-rrdcgi-segfault and bts573299-rrdgraph-M -- included
143       upstream.
145  -- Sebastian Harl <tokkee@debian.org>  Wed, 24 Mar 2010 08:46:16 +0100
147 rrdtool (1.4.2-2) unstable; urgency=low
149   * debian/patches:
150     - Added bts573638-rrdcgi-segfault: upstream patch fixing a segfault in
151       rrdcgi's printlasttime() (and possibly others); thanks to Robert Luberda
152       for reporting this (Closes: #573638).
153     - Added bts573299-rrdgraph-M: fix short option parsing in rrd_graph() --
154       added support for '-M' as documented in the manpage; thanks to Ralf
155       Hildebrandt for reporting this (Closes: #573299).
156   * debian/control:
157     - Updated Standards-Version to 3.8.4 -- no changes.
159  -- Sebastian Harl <tokkee@debian.org>  Sun, 21 Mar 2010 21:37:37 +0100
161 rrdtool (1.4.2-1) unstable; urgency=low
163   [ Bernd Zeimetz ]
164   * debian/rules:
165     - Prepare to build with Python 2.6.
167   [ Sebastian Harl ]
168   * New upstream release; thanks to Antoine Beaupre for reporting this
169     (Closes: #559370):
170     - Fixed some typos in the manpages; thanks to Justin T. Pryzby for
171       reporting this (Closes: #550919).
172   * Uploading to unstable as this is not an SVN snapshot any more.
173   * debian/README.Debian:
174     - Added a note about <http://oss.oetiker.ch/rrdtool/pub/contrib/> as
175       requested in #323969 and lost in 1.2.26-1.
176   * debian/control, debian/rules:
177     - Switched from Ruby 1.9 to Ruby 1.9.1 (affecting the librrd-ruby1.9 and
178       rrdtool-dbg packages); thanks to Lucas Nussbaum for reporting this
179       (Closes: #565833, #565835).
180   * debian/control:
181     - Let librrd-ruby depend on ${misc:Depends} (to shut up lintian, mostly).
182   * Added debian/rrdtool.doc-base:
183     - … pointing to /u/s/d/rrdtool/html/.
184   * Added debian/rrdcached.doc-base:
185     - … pointing to /u/s/d/rrdcached/html/.
187  -- Sebastian Harl <tokkee@debian.org>  Thu, 21 Jan 2010 22:56:17 +0100
189 rrdtool (1.4~rc2+20091004-1) experimental; urgency=low
191   [ Sebastian Harl ]
192   * New upstream SVN snapshot based on trunk at revision 1930.
193   * Uploading to experimental.
194   * debian/control:
195     - Build-depend on gettext instead of intltool following the switch made by
196       upstream.
197     - Build-depend on libdbi0-dev, required by rrdgraph to read values from an
198       SQL database.
199     - Updated Standards-Version to 3.8.3.
200     - Let the synopsis start with a small letter (as suggested in dev-ref
201       6.2.2).
202     - Let rrdtool-dbg recommend liblua5.1-rrd0.
203   * debian/rules:
204     - Remove config.h in the 'clean' target - this is created by configure but
205       not cleaned up by any Makefile.
206     - Use DEB_HOST_ARCH_CPU instead of DEB_HOST_GNU_TYPE to check for the
207       build host.
208     - Set examples/rrdcached/RRDCached.pm's file mode to 0644.
209     - Run dh_installinit for the "rrdcached" package.
210   * debian/patches:
211     - Removed bts494874-gnu-kfreebsd - included upstream.
212     - Removed bts332766-negative-timestamps - included upstream.
213     - Removed compiler-warning-fixes - included upstream.
214     - Updated bts428778-floating-point-exception for RRDtool 1.4.
215   * Added debian/README.source:
216     - The file includes a pointer to /usr/share/doc/quilt/README.source.
217   * debian/librrd4.symbols:
218     - Added symbols introduced in 1.4~rc2.
219   * Added new binary package 'rrdcached' for the newly introduced "data
220     caching daemon".
221   * debian/rrdcached.init.d, debian/rrdcached.default:
222     - Added an init script for rrdcached supporting start, stop, status,
223       restart, force-reload. The script is based on the collectd init script.
224   * debian/rrdtool.install:
225     - Install manpages in section 3 as well.
226   * debian/rrdcached.postrm:
227     - Remove /var/lib/rrdcached/ on purge.
229   [ Bernd Zeimetz ]
230   * debian/rules, debian/control:
231     - Build Lua bindings and put them into appropriate packages.
232   * Added debian/lua-rrd.h.
233   * debian/rules:
234     - Tell dh_makeshlibs to not modify postinst/postrm of the lua packages -
235       we do not need to run ldconfig when installing them.
237  -- Sebastian Harl <tokkee@debian.org>  Mon, 05 Oct 2009 22:27:13 +0200
239 rrdtool (1.3.8-1) unstable; urgency=low
241   [ Sebastian Harl ]
242   * New upstream release:
243     - Fixed various memory leaks in the Python bindings, thanks to Anders
244       Hammarquist for reporting this and providing a patch (Closes: #529291).
245   * debian/patches:
246     - Added bts530814-hurd to fix a FTBFS on Hurd, thanks to Marc Dequènes for
247       reporting this and providing a patch (Closes: #530814).
248     - Removed doc-fixes - applied upstream.
249     - Added bts332766-negative-timestamps - upstream patch to fix the handling
250       of negative timestamps in rrdupdate(1), thanks to Frank Zacharias for
251       reporting this (Closes: #332766).
252   * debian/control:
253     - Removed transitional package "python-rrd" which is no longer required.
254     - Let rrdtool-dbg depend on ${shlibs:Depends}.
255     - Build-depend on intltool.
257   [ Bernd Zeimetz ]
258   * debian/rules, debian/control:
259     - Build Python dbg modules into rrdtool-dbg. Add necessary
260       (build-) dependencies.
262  -- Sebastian Harl <tokkee@debian.org>  Mon, 01 Jun 2009 18:49:13 +0200
264 rrdtool (1.3.7-1) unstable; urgency=low
266   * New upstream release (Closes: #431060):
267     - Fixed pathname used in rrdgraph's --imginfo output (Closes: #497739).
268   * debian/patches:
269     - Updated bts428778-floating-point-exception to apply to the latest
270       version of rrdtool; use rrd_free2() instead of rrd_free() to not leak
271       memory.
272     - Updated no-rpath-for-perl to apply to the latest version of rrdtool.
273     - Removed bts493553-pango-utf-8 - included upstream.
274     - Removed bts496847-error-handling - included upstream.
275     - Removed bts498183-segfault-madvise - included upstream.
276     - Removed bts499349-memleaks - included upstream.
277     - Removed bts499350-data-corruption - included upstream.
278     - Removed typo-ruby - included upstream.
279     - Added bts494874-gnu-kfreebsd to fix a FTBFS on GNU/kFreeBSD - thanks to
280       Petr Salinger for the patch (Closes: #494874).
281     - Added doc-fixes to fix a POD error in doc/rrdtutorial.pod.
282     - Added compiler-warning-fixes - upstream patch to fix some compiler
283       warnings.
284   * debian/rules:
285     - Remove src/librrd.sym in the clean target - this file is automatically
286       created during the build but not cleaned up in the upstream Makefiles.
287     - Remove .txt and .pod documentation from the 'rrdtool' binary package -
288       the manpages are a lot more useful.
289     - Pass --fail-missing (instead of --list-missing) to dh_install.
290     - Use 'pyversions -vr' instead of 'pysupport-parseversions'.
291   * Added new binary package rrdtool-dbg. Unfortunately, segfaults and the
292     like are not uncommon in rrdtool - this will help to trace them back more
293     easily (Closes: #518480).
294   * debian/README.Debian:
295     - Added new file with a short paragraph about the available documentation.
296   * debian/control:
297     - Moved librrd-ruby* packages from section "interpreters" to the newly
298       added section "ruby".
299     - Updated standards-version to 3.8.1 - no changes.
300     - Added XS-Python-Version field, specifying versions >= 2.3.
301   * debian/librrd-dev.install:
302     - Added /usr/lib/pkgconfig/librrd.pc (Closes: #522144).
303   * debian/rrdtool.install, debian/rrdtool.examples:
304     - Install examples/* and ifOctets.tcl using dh_install instead of
305       dh_installexamples. This allows the use of --fail-missing when running
306       dh_install.
307   * Removed debian/pyversions - has been replaced by the XS-Python-Version
308     field.
310  -- Sebastian Harl <sh@tokkee.org>  Mon, 11 May 2009 23:02:14 +0200
312 rrdtool (1.3.1-4) unstable; urgency=high
314   * Urgency set to high because of the fix for #499350.
315   * debian/patches:
316     - Added upstream patch bts499350-data-corruption (upstream SVN r1480) to
317       fix data corruption when updating multiple values in one go
318       (Closes: #499350).
319       (upstream bug #178 - http://oss.oetiker.ch/rrdtool-trac/ticket/178)
320     - Added bts498183-segfault-madvise to fix a segfault on sparc caused by a
321       wrong argument passed to madvise(2) - thanks to Jurij Smakov for
322       valuable debugging information (Closes: #498183).
323     - Added upstream patch bts496847-error-handling (upstream SVN r1471) to
324       fix error handling of syscalls in rrdtool(1) (Closes: #496847).
325     - Added upstream patch bts499349-memleaks (upstream SVN r1465, r1467,
326       r1468, r1469, r1470, r1473) to fix a couple of memory leaks in rrdtool,
327       librrd and the Perl and Ruby bindings (Closes: #499349).
328     - Added trivial upstream patch typo-ruby (upstream SVN r1462) to fix a
329       typo in the Ruby bindings.
330   * debian/NEWS:
331     - Added. Documented the changes required by the switch to libpango
332       (Closes: #493575, #493594).
334  -- Sebastian Harl <sh@tokkee.org>  Fri, 26 Sep 2008 01:41:05 +0200
336 rrdtool (1.3.1-3) unstable; urgency=low
338   * Added "libxml2-dev" to librrd-dev's dependencies (Closes: #493342).
339   * debian/patches:
340     - Added bts493553-pango-utf-8 to try to make sure an UTF-8 string is
341       passed to pango_layout_set_{text,markup}() as required by libpango
342       (Closes: #493553).
344  -- Sebastian Harl <sh@tokkee.org>  Mon, 04 Aug 2008 15:57:26 +0200
346 rrdtool (1.3.1-2) unstable; urgency=low
348   * Reupload to unstable - thanks to Marc 'HE' Brockschmidt for the approval.
349   * debian/patches:
350     - Removed bts428780-validate-row-count - this is included in upstream
351       version 1.3.
352   * debian/control:
353     - librrd-dev provides and replaces librrd2-dev to ease the transition.
355  -- Sebastian Harl <sh@tokkee.org>  Wed, 30 Jul 2008 11:44:53 +0200
357 rrdtool (1.3.1-1) experimental; urgency=low
359   * New upstream release.
361  -- Sebastian Harl <sh@tokkee.org>  Wed, 23 Jul 2008 21:44:45 +0200
363 rrdtool (1.3.0-1) experimental; urgency=low
365   [ Sebastian Harl ]
366   * New upstream release.
367     - Fixes a buffer overflow in librrd's error handling (Closes: #450578).
368     - Validate RRA row count in rrdcreate (Closes: #428780).
369   * Upload to experimental because of the required transition which has not
370     yet been granted for Lenny by the release team.
371   * debian/patches:
372     - Updated patches to apply on 1.3.0.
373     - "implicit-decl-fix" partly applied upstream
374     - "typos" removed, has been applied upstream
375   * debian/control:
376     - Replaced librrd2 / librrd2-dev with librrd4 / librrd-dev.
377     - Removed SONAME version from the -dev package name.
378     - Added "ttf-dejavu | ttf-bitstream-vera" recommendation to librrd4 -
379       upstream no longer ships DejaVuSansMono-Roman.ttf.
380     - Replaced "libart-2.0-dev" with "libcairo2-dev, libpango1.0-dev" in the
381       build dependencies and librrd-dev's dependencies following the switch
382       made by upstream.
383     - Added "libxml2-dev" to the build dependencies.
384     - Updated standards-version to 3.8.0 - no changes.
385     - No longer conflict / replace librrd0 and librrd0-dev - librrd0 is no
386       longer available since Etch.
387     - Added libc6-dev | libc-dev to librrd-dev's dependencies.
388   * debian/librrd4.symbols:
389     - Added symbols file for the new SONAME version number replacing
390       librrd2.symbols.
391   * debian/rules:
392     - Install "NEWS" and "CHANGES" into all packages.
393     - No longer set TCL_INC_DIR manually - has been fixed upstream.
395   [ Bernd Zeimetz ]
396   * debian/rules:
397     - Adding an option to point configure to the right path to tcl. This is
398       not needed for Lenny, but we also add it here to make coming backports
399       more simple.
401  -- Sebastian Harl <sh@tokkee.org>  Sun, 15 Jun 2008 14:09:47 +0200
403 rrdtool (1.2.28-1) unstable; urgency=low
405   [ Sebastian Harl ]
406   * New upstream release.
407     - Fixes a buffer overflow in librrd's error handling (Closes: #450578).
408   * debian/control:
409     - Updated standards-version to 3.8.0 - no changes.
410     - No longer conflict / replace librrd0 and librrd0-dev - librrd0 is no
411       longer available since Etch.
412     - Added libc6-dev | libc-dev to librrd2-dev's dependencies.
413   * debian/patches:
414     - Added backported upstream patch bts428780-validate-row-count to validate
415       the RRA row count in rrdcreate (Closes: #428780).
416   * debian/librrd2.symbols:
417     - Added the private symbol "rra_random_row@Base 1.2.28-1".
418   * debian/rules:
419     - Install "NEWS" and "CHANGES" into all packages.
421   [ Bernd Zeimetz ]
422   * debian/rules:
423     - Adding an option to point configure to the right path to tcl. This is
424       not needed for Lenny, but we also add it here to make coming backports
425       more simple.
426   * debian/patches/implicit-decl-fix:
427     - Patching the implicit declaration in rrd_update.c in a nicer way.
429  -- Sebastian Harl <sh@tokkee.org>  Wed, 23 Jul 2008 21:01:04 +0200
431 rrdtool (1.2.27-2) unstable; urgency=low
433   * Renamed global definition of LDFLAGS to LINKER_FLAGS in debian/rules to
434     work around a broken behavior of dpkg which would use those flags
435     unconditionally whenever invoking the linker, which is not wanted e.g.
436     when compiling the python bindings (Closes: #476022).
437   * Actually pass the linker flags to configure.
439  -- Sebastian Harl <sh@tokkee.org>  Wed, 16 Apr 2008 15:50:54 +0200
441 rrdtool (1.2.27-1) unstable; urgency=low
443   [ Bernd Zeimetz ]
444   * New upstream release.
445     - Finally allows + as leading characters in the input (Closes: #283935).
446   * debian/rules, debian/librrd2.install:
447     - Install rrdtool's ttf and configure rrd to use it.
448   * debian/patches:
449     - Updating patches to apply on 1.2.27.
450     - Adding debian/patches/bts428778-floating-point-exception to fix a corner
451       case that produces a SIGFPE (Closes: #428778). Patch created by
452       David Martínez Moreno.
453   * debian/control:
454     - Removing the ttf-dejavu dependency from librrd2 (Closes: #390617).
455     - Builds with -O2 segfault on arm, so disable it on arm for now until the
456       bug is properly debugged, which will take some time (Closes: #447041).
458   [ Sebastian Harl ]
459   * Adding debian/patches/typo by David Martínez Moreno to fix some typos
460     (Closes: #432340).
462  -- Bernd Zeimetz <bzed@debian.org>  Sun, 24 Feb 2008 23:48:24 +0100
464 rrdtool (1.2.26-1) unstable; urgency=low
466   [ Bernd Zeimetz ]
467   * New upstream version (Closes: #431060).
468   * Package hijacked as announced on debian-devel@lists.debian.org
469     (Message-ID: <47A7A2A4.3020106@bzed.de>) due to the old maintainer
470     being MIA.
471   * Complete overhaul of the packaging:
472     - debian/rules completely rewritten
473     - debian/copyright redone as it didn't even list upstream's copyright
474       correctly.
475     - debian/post{inst,rm}: removed, debhelper takes care of this.
476     - debian/control:
477         * Update of Maintainer, Standards-Version, Uploaders
478         * Building ruby modules now (Closes: #453304).
479         * Change the Python binary package to conform with the Python policy,
480           using python-support. Also renaming the package to follow the Python
481           policy.
482         * Make rrdtool-tcl compliant with policy
483         * Bump Standards Version to 3.7.3.
484         * Using and depending on quilt to handle patches.
485         * Adding Provides: librrd-dev to librrd2-dev.
486     - debian/watch:
487         * File redone to meet version 3 of uscan and to work again, using the
488           new location of the upstream source.
490   [ Alexander Wirt ]
491   * Removed rpath from perl and tcl modules
492   * Let rrdtool-tcl depend on tcl 8.4
494  -- Bernd Zeimetz <bzed@debian.org>  Mon, 11 Feb 2008 12:14:19 +0100
496 rrdtool (1.2.19-1) unstable; urgency=low
498   * New maintainer (closes: #409518).
499   * New upstream release:
500     - Logarithmic graphs don't consume all available memory (closes: #402782).
501     - This version at least does no longer have such rrdexplorer example
502       (closes: #239565).
503     - Patch for PREV(cname) was included long ago (closes: #160485).
504     - I am no longer able to reproduce a segfault with PREV(name).  Closes:
505       #180284.
506   * Acknowledge NMU uploads (closes: #323975, #324497, #326653, #373379,
507     #323771, #325708, #323611, #240369, #323969).
508   * bindings/python/Makefile.in: Added -lpython2.4 in order to fix build
509     failure.
511  -- David Martínez Moreno <ender@debian.org>  Mon, 12 Feb 2007 02:18:22 +0100
513 rrdtool (1.2.15-0.3) unstable; urgency=high
515   * Non-maintainer upload.
516   * Fix high memory consumption by extracting r881 und r887 from upstream.
517     Closes: #397691, #398111
519  -- Andreas Barth <aba@not.so.argh.org>  Thu, 14 Dec 2006 18:25:02 +0000
521 rrdtool (1.2.15-0.2) unstable; urgency=low
523   * Non-maintainer upload.
524   * Fixed the python module based on the patch supplied by Brian Warner,
525     thank you, closes: #397781.
526   * Updated upstream URL in the copyright file.
528  -- Josip Rodin <joy-packages@debian.org>  Mon, 27 Nov 2006 00:25:41 +0100
530 rrdtool (1.2.15-0.1) unstable; urgency=low
532   * Non-maintainer upload.
533   * New upstream version, closes: #364948.
534     + Dropped our patches for #323771, it's now fixed upstream.
535     + Seems to fix the crashes in RRDs::graph, closes: #392937.
536   * Fixed up the package descriptions a little bit.
537   * Updated package list in README.Debian.
538   * Tidied up the copyright file.
540  -- Josip Rodin <joy-packages@debian.org>  Mon,  6 Nov 2006 21:09:04 +0100
542 rrdtool (1.2.11-0.6) unstable; urgency=low
544   * Convert to updated Python policy. Closes: #373379.
546  -- Matthias Klose <doko@debian.org>  Sun, 18 Jun 2006 03:07:38 +0000
548 rrdtool (1.2.11-0.5) unstable; urgency=low
550   * NMU.
551   * Fix the path to the ttf-deja font and version librrd2 dependance on
552     ttf-dejavu.
554  -- Laurent Fousse <laurent@komite.net>  Mon,  9 Jan 2006 17:57:20 +0100
556 rrdtool (1.2.11-0.4) unstable; urgency=low
558   * NMU.
559   * Tighten the dependency of the binary packages on librrd2 to assert the use 
560     of a recent version depending on ttf-dejavu.
561   * Fix 'rrdtool restore', replace the workaround from 1.2.11-0.3 with a patch
562     from the upstream repository.  Closes: #323771.
563   * Set the priority of the language bindings, which only depend on librrd2,
564     to optional, as aleady done for python-rrd (rrdtool-tcl, librrds-perl).
565     Closes: #240369.
567  -- Matthias Klose <doko@debian.org>  Sun, 18 Sep 2005 06:04:13 +0000
569 rrdtool (1.2.11-0.3) unstable; urgency=low
571   * NMU.
572   * Don't include own copy of ttf-dejavu font file, depend on ttf-dejavu.
573     Patch by Jeremy Bobbio. Closes: #323975.
574   * README.Debian: Add link to upstream contrib directory (closes: #323969).
575   * NEWS: Install into librrd2{,-dev} as well (closes: #325708).
576   * librrd[ps]-perl: Add README to locate the example files (closes: #323611).
578  -- Matthias Klose <doko@debian.org>  Tue, 13 Sep 2005 11:03:47 +0000
580 rrdtool (1.2.11-0.2) unstable; urgency=low
582   * librrd2-dev: Add conflict/replaces to librrd0 (.la) file.
583     Closes: #323355.
585  -- Matthias Klose <doko@debian.org>  Tue, 16 Aug 2005 11:42:00 +0200
587 rrdtool (1.2.11-0.1) unstable; urgency=low
589   * NMU.
590   * New upstream version.
591     - Fix FTBFS on amd64 (closes: #294623).
592     - Fix rrdcgi not handling quotes (closes: #243794).
593     - Fix rrdcgi concatenation problem (closes: #232556).
594     - New soname for the librrd library (closes: #309346).
595   * Use debhelper V4.
596   * Build-depend on libart2.0-dev, libfreetype6-dev.
597   * Remove build dependencies on gd2 libs. (closes: #261752, #289003).
598   * Build python bindings from this source, add Matthias Urlichs as uploader.
599   * debian/copyright: Remove the paragraph "Modifications to upstream source",
600     no modifications with this upload.
601   * Remove empty files from examples directory (closes: #281194).
602   * Build-depend on fixed cgilib (>= 0.5-4.1).
604  -- Matthias Klose <doko@debian.org>  Sun, 14 Aug 2005 17:30:00 +0200
606 rrdtool (1.0.49-1) unstable; urgency=low
608   * New upstream release
609   * librrd0 conflicts with older rrdtool, librrds-perl due to libpng
610     incompatibility (Closes: #252271)
611   * Change depends on librrd0-dev to -noxpm variant as well
612   * Update depends on rrdtool-tcl to tcl8.4
614  -- Matt Zimmerman <mdz@debian.org>  Thu,  4 Nov 2004 17:48:45 -0800
616 rrdtool (1.0.48-3) unstable; urgency=low
618   * Placate disk space fascists by building with the -noxpm variant of libgd2
619     (Closes: #261752)
620   * Require a version of libgd which has GIF support restored (2.0.28)
621     (Closes: #265660)
623  -- Matt Zimmerman <mdz@debian.org>  Sat,  9 Oct 2004 11:43:06 -0700
625 rrdtool (1.0.48-2) unstable; urgency=low
627   * Build against libgd2, since it now provides gif support as libgd-gif1
628     did, and avoids a conflict with programs which link against both
629     librrd and libgd2, such as php4-rrdtool (Closes: #261323)
630     - Build-Depends: s/libgd-gif1-dev/libgd2-xpm-dev/
631     - librrd0-dev Depends: likewise
632   * Add libc-dev as an alternative in librrd0-dev's libc6-dev dependency
634  -- Matt Zimmerman <mdz@debian.org>  Sat, 24 Jul 2004 23:57:17 -0700
636 rrdtool (1.0.48-1) unstable; urgency=low
638   * New upstream release (Closes: #256795)
640  -- Matt Zimmerman <mdz@debian.org>  Sun,  4 Jul 2004 01:40:30 -0700
642 rrdtool (1.0.46-3) unstable; urgency=low
644   * Add dependencies to librrd0-dev to ensure that static linking is
645     possible: libgd-gif1-dev, zlib1g-dev
646   * #include <stdio.h> in rrd.h (Closes: #238849)
647   * Only link rrdcgi with -lcgi, not librrd
649  -- Matt Zimmerman <mdz@debian.org>  Fri, 19 Mar 2004 11:38:39 -0800
651 rrdtool (1.0.46-2) unstable; urgency=medium
653   * Fix tcl module installation (Closes: #231171)
655  -- Matt Zimmerman <mdz@debian.org>  Wed,  4 Feb 2004 15:35:46 -0800
657 rrdtool (1.0.46-1) unstable; urgency=low
659   * New upstream release
661  -- Matt Zimmerman <mdz@debian.org>  Mon, 12 Jan 2004 23:22:09 -0800
663 rrdtool (1.0.45-1) unstable; urgency=low
665   * New upstream release
666   * Deal with changed tclrrd naming scheme
667   * Build with tcl8.4
668   * Remove old dpkg-dev build-dependency; even woody is new enough
670  -- Matt Zimmerman <mdz@debian.org>  Wed, 17 Dec 2003 14:09:11 -0800
672 rrdtool (1.0.42-2) unstable; urgency=low
674   * Build-Depends: libpng12-dev instead of libpng3-dev (when will the madness end?)
675     (Closes: #195224
676      I hope this will also fix weird version mismatch problems (Closes: #194900)
678  -- Matt Zimmerman <mdz@debian.org>  Sat, 31 May 2003 15:06:42 -0400
680 rrdtool (1.0.42-1) unstable; urgency=low
682   * New upstream release
683   * librrd0-dev Section: libdevel
684   * librrd[sp]-perl Section: perl
685   * Build with libpng3 (Closes: #189493)
687  -- Matt Zimmerman <mdz@debian.org>  Thu, 15 May 2003 19:44:37 -0400
689 rrdtool (1.0.40-2) unstable; urgency=low
691   * Correctly suppress non-image output when writing image to stdout
692     (Closes: #182217)
694  -- Matt Zimmerman <mdz@debian.org>  Sat,  1 Mar 2003 16:59:39 -0500
696 rrdtool (1.0.40-1) unstable; urgency=low
698   * New upstream release
699   * Remove unnecessary rrd_free to avoid crash on invalid option
700     (Closes: #166156)
701   * Clean example source code; some libtool cruft was getting installed in
702     /usr/share/doc/examples
704  -- Matt Zimmerman <mdz@debian.org>  Tue, 17 Dec 2002 22:11:46 -0500
706 rrdtool (1.0.39-2) unstable; urgency=low
708   * Rebuild for perl 5.8 (Closes: #158728)
710  -- Matt Zimmerman <mdz@debian.org>  Sun, 25 Aug 2002 17:29:41 -0400
712 rrdtool (1.0.39-1) unstable; urgency=low
714   * New upstream release
716  -- Matt Zimmerman <mdz@debian.org>  Wed, 31 Jul 2002 00:40:00 -0400
718 rrdtool (1.0.38-1) unstable; urgency=low
720   * New upstream release (Closes: #148486)
722  -- Matt Zimmerman <mdz@debian.org>  Wed, 29 May 2002 12:28:28 -0400
724 rrdtool (1.0.35-2) unstable; urgency=low
726   * Remove CVS directories with rm -rf.  This broke autobuilds entirely.
727     (Closes: #140075)
729  -- Matt Zimmerman <mdz@debian.org>  Tue, 26 Mar 2002 17:15:01 -0500
731 rrdtool (1.0.35-1) unstable; urgency=low
733   * New upstream release.
735  -- Matt Zimmerman <mdz@debian.org>  Sun, 24 Mar 2002 11:29:10 -0500
737 rrdtool (1.0.33-9) unstable; urgency=low
739   * Call dh_shlibdeps with -l to allow it to find dependencies correctly
740     (Closes: #118629)
741   * Add call to ldconfig in postrm of librrd0
742   * Remove .cvsignore files from installed examples
744  -- Matt Zimmerman <mdz@debian.org>  Sat, 10 Nov 2001 14:14:51 -0500
746 rrdtool (1.0.33-8) unstable; urgency=low
748   * Use AM_MAINTAINER_MODE to keep the makefiles from trying to rebuild 
749     autoconf/automake stuff during the build (Closes: #117599)
750   * Regenerated everything AGAIN.
751   * Use DESTDIR instead of prefix= during "make install"
753  -- Matt Zimmerman <mdz@debian.org>  Mon, 29 Oct 2001 22:22:07 -0500
755 rrdtool (1.0.33-7) unstable; urgency=low
757   * Add an example to the rrddump documentation showing what is necessary
758     to transfer an RRD from one architecture to another. (Closes: #117147)
759   * Regenerated autoconf/automake configs
761  -- Matt Zimmerman <mdz@debian.org>  Mon, 29 Oct 2001 02:28:16 -0500
763 rrdtool (1.0.33-6) unstable; urgency=low
765   * Spelling corrections from Martin Schulze (Closes: #110784)
767  -- Matt Zimmerman <mdz@debian.org>  Sat,  8 Sep 2001 13:13:22 -0400
769 rrdtool (1.0.33-5) unstable; urgency=low
771   * Ship with pre-generated files from autoconf2.50/automake, rather than
772     pulling them in at build-time, in order to work around the current
773     libtool mess.  This makes the diff less manageable, but should make
774     the build more stable.
775   * debian/control: remove build-dependencies on autoconf/automake/libtool
776   * debian/rules: don't call autoconf/automake
777   * Fix shlibs file (it was trying to use a substitution)
778   * configure.in: remove makefiles that no longer exist from AC_OUTPUT.
779     Apparently this is an error in autoconf 2.50.
780   * configure.in: Remove wacky logic to pull PIC flags out of libtool, and
781     let libtool do the right thing.
782   * debian/rules: shlibs.local hackery is no longer necessary, removed
784  -- Matt Zimmerman <mdz@debian.org>  Fri,  3 Aug 2001 17:36:43 -0400
786 rrdtool (1.0.33-4) unstable; urgency=low
788   * Add build-dependencies on libtool and autoconf (Closes: #105655)
790  -- Matt Zimmerman <mdz@debian.org>  Tue, 17 Jul 2001 15:44:25 -0400
792 rrdtool (1.0.33-3) unstable; urgency=low
794   * Update config.{sub,guess} from autotools-dev 20010702.1
795     (Closes: #105037)
796   * Update ltmain.sh for good measure, from libtool 1.4-1
797   * Build-Depend on autoconf, and run autoconf and aclocal from
798     debian/rules (in addition to automake)
800  -- Matt Zimmerman <mdz@debian.org>  Sat, 14 Jul 2001 03:19:22 -0400
802 rrdtool (1.0.33-2) unstable; urgency=low
804   * Rebuild with latest tcl8.3-dev, to fix shared object extension
806  -- Matt Zimmerman <mdz@debian.org>  Sat,  3 Mar 2001 17:28:24 -0500
808 rrdtool (1.0.33-1) unstable; urgency=low
810   * New upstream version.
811   * This is yet another patch release to fix some distribution/compilation
812     problems.  There should be no visible changes for Debian users from
813     1.0.32-3.
815  -- Matt Zimmerman <mdz@debian.org>  Thu,  1 Mar 2001 02:27:53 -0500
817 rrdtool (1.0.32-3) unstable; urgency=low
819   * Fix the tcl extension module to build against tcl8.3, rather than
820     tcl8.0 (Closes: #87357)
821   * debian/control: Build-depend on tcl8.3-dev
822   * debian/rules: tclconfigdir = /usr/lib/tcl8.3
823   * tcl/Makefile.am: (upstream) -I/usr/include/tcl@TCL_VERSION@
824   * configure.in: (upstream) AC_SUBST(TCL_VERSION)
826  -- Matt Zimmerman <mdz@debian.org>  Sat, 24 Feb 2001 02:25:46 -0500
828 rrdtool (1.0.32-2) unstable; urgency=low
830   * List changes to upstream source in the copyright file (as well as the
831     changelog)
832   * Link against libgd-gif instead of libgd, to restore GIF support
834  -- Matt Zimmerman <mdz@debian.org>  Fri, 23 Feb 2001 15:27:37 -0500
836 rrdtool (1.0.32-1) unstable; urgency=low
838   * New upstream version.  Hopefully this one will last more than 24
839     hours (Closes: #75771)
841  -- Matt Zimmerman <mdz@debian.org>  Wed, 21 Feb 2001 20:13:09 -0500
843 rrdtool (1.0.27-7) unstable; urgency=low
845   * debian/rules: Updated for new Perl policy
846   * debian/rules: Don't use install-stamp; it causes more problems than it
847     prevents
848   * debian/rules: Don't call dh_suidregister; we didn't use it anyway
849   * debian/control: Build-depend on the new debhelper for dh_perl
850   * debian/control: rrdtool-tcl only seems to work with 8.0, so depend on
851     tcl8.0
852   * debian/control: Build-depend on perl 5.6.0+
853   * debian/librrd?-perl: Updated for new Perl filesystem layout
855  -- Matt Zimmerman <mdz@debian.org>  Thu, 15 Feb 2001 19:04:11 -0500
857 rrdtool (1.0.27-6) unstable; urgency=low
859   * debian/rules: Handle DEB_BUILD_OPTIONS debug, nostrip
860   * debian/rules: Separate out "configure" target
861   * debian/rules: Miscellaneous cleanup
862   * Recompile librrds-perl against perl-5.6
864  -- Matt Zimmerman <mdz@debian.org>  Tue, 19 Dec 2000 21:23:55 -0500
866 rrdtool (1.0.27-5) unstable; urgency=low
868   * Fix Build-Depends to reflect our dependency on dpkg-dev >= 1.7.0 |
869     librrd0.  The old dpkg can only calculate our dependencies correctly
870     if the runtime library is installed on the system, so potato users
871     must either install the potato librrd0 or the new dpkg-dev
872     (Closes: #77479)
874  -- Matt Zimmerman <mdz@debian.org>  Mon, 20 Nov 2000 20:39:55 -0500
876 rrdtool (1.0.27-4) unstable; urgency=low
878   * Updated to comply with policy 3.2.1.0:
879     - Don't build with -g by default
880   * Build-Depend on tcl8.0-dev (not tcl-dev), since that is the only
881     version we currently work with.
882   * Added automake to Build-Depends (oops)
884  -- Matt Zimmerman <mdz@debian.org>  Sat, 18 Nov 2000 22:29:02 -0500
886 rrdtool (1.0.27-3) unstable; urgency=low
888   * Big packaging cleanup release.
889   * Fixed perl module compilation to link with the shared library, rather
890     than including a copy of the static library inside the .so (also fixes
891     a lintian error, shlib-with-non-pic-code in librrds-perl)
892   * Fixed tcl module compilation to link with the shared library, rather
893     than including a copy of the static library inside the .so (also fixes
894     a lintian error, shlib-with-non-pic-code in rrdtool-tcl)
895   * The above shrunk the size of the perl and tcl library packages from
896     60k each to about 20k (perl) and 16k (tcl)
897   * We can now use shlibdeps to calculate the dependencies for
898     librrds-perl, so those will be more correct now
899   * Rather than include Makefile.in changes in the .diff.gz, just keep our
900     modifications to Makefile.am and run automake in debian/rules.  This
901     makes the .diff.gz much smaller and cleaner
902   * Fixed shared library dependencies all around to be smarter
903   * rrdtool package now Suggests librrds-perl (rather than depending on
904     perl), as it is only needed for an auxiliary script for converting
905     mrtg data
907  -- Matt Zimmerman <mdz@debian.org>  Fri, 10 Nov 2000 19:34:05 -0500
909 rrdtool (1.0.27-2) unstable; urgency=low
911   * Updated maintainer email address (now official maintainer)
913  -- Matt Zimmerman <mdz@debian.org>  Wed,  1 Nov 2000 22:44:41 -0500
915 rrdtool (1.0.27-1) unstable; urgency=low
917   * New upstream version.
919  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 13 Sep 2000 13:10:14 -0400
921 rrdtool (1.0.26-1) unstable; urgency=low
923   * New upstream version.
925  -- Matt Zimmerman <mdz@csh.rit.edu>  Sun, 10 Sep 2000 16:34:08 -0400
927 rrdtool (1.0.25-1) unstable; urgency=low
929   * New upstream version.
931  -- Matt Zimmerman <mdz@csh.rit.edu>  Sun, 23 Jul 2000 02:23:53 -0400
933 rrdtool (1.0.24-2) unstable; urgency=low
935   * Updated for libgd 1.8.3 (build depends, recompile)
937  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri,  7 Jul 2000 19:33:29 -0400
939 rrdtool (1.0.24-1) unstable; urgency=low
941   * New upstream version (Closes: #61997).
943  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri, 30 Jun 2000 13:53:27 -0400
945 rrdtool (1.0.17-1) unstable; urgency=low
947   * New upstream version.
948   * Now creates rrdtool-tcl, containing tcl bindings.
950  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 26 Apr 2000 13:16:24 -0700
952 rrdtool (1.0.16-1) unstable; urgency=low
954   * New upstream version.
955   * Not released.
957  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 26 Apr 2000 10:53:36 -0700
959 rrdtool (1.0.13-2) unstable; urgency=low
961   * Build-Depends: cgilib, zlib1g-dev, libpng2-dev, libgd1g-dev, groff,
962     debhelper.  Hopefully that's everything.
964  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri,  7 Apr 2000 14:16:55 -0700
966 rrdtool (1.0.13-1) unstable; urgency=low
968   * New upstream version (Closes: #58583)
969   * Added Build-Depends for cgilib (Closes: #55270)
971  -- Matt Zimmerman <mdz@csh.rit.edu>  Thu, 23 Mar 2000 15:55:37 -0800
973 rrdtool (1.0.10-1) unstable; urgency=low
975   * New upstream version. 
977  -- Matt Zimmerman <mdz@csh.rit.edu>  Mon, 10 Jan 2000 16:46:33 -0800
979 rrdtool (1.0.7-3) unstable; urgency=low
981   * Non-i386 fixes, thanks to Christopher C Chimelis <chris@debian.org>:
982   * Changed 'clean' target in debian/rules to remove the auto-generated
983     Makefiles for the Perl modules
984   * Changed Depends: for librrds-perl to use shlibdeps
986  -- Matt Zimmerman <mdz@csh.rit.edu>  Mon, 22 Nov 1999 10:47:13 -0800
988 rrdtool (1.0.7-2) unstable; urgency=low
990   * Linked RRDs.so against libpng, closes: #49701
992  -- Matt Zimmerman <mdz@csh.rit.edu>  Tue,  9 Nov 1999 15:02:40 -0800
994 rrdtool (1.0.7-1) unstable; urgency=low
996   * Initial Release.
997   * Upstream source ships with cgilib-0.4, gd-1.3, libpng-1.0.3, and
998     zlib-1.3.3 (!).  Build process is modified to skip building these, and
999     instead link with the Debian versions.
1000   * Modifications for gd 1.6.1 included removal of GIF support (no longer
1001     included with gd as of 1.6)
1003  -- Matt Zimmerman <mdz@csh.rit.edu>  Sat, 11 Sep 1999 13:29:29 -0700