Code

e2d76b568143c6c305ae251097c1db473d9361d1
[rrdtool-all.git] / program / debian / changelog
1 rrdtool (1.1.0) unstable; urgency=low
3   * grafted "debian" directory from 1.0.46 source 
4   * no tcl package support due to build failures (see ##NO_TCL )
6  -- Mike Slifcak <>  Wed, 12 May 2004 20:53:16 -0400
8 rrdtool (1.0.46-3) unstable; urgency=low
10   * Add dependencies to librrd0-dev to ensure that static linking is
11     possible: libgd-gif1-dev, zlib1g-dev
12   * #include <stdio.h> in rrd.h (Closes: #238849)
13   * Only link rrdcgi with -lcgi, not librrd
15  -- Matt Zimmerman <mdz@debian.org>  Fri, 19 Mar 2004 11:38:39 -0800
17 rrdtool (1.0.46-2) unstable; urgency=medium
19   * Fix tcl module installation (Closes: #231171)
21  -- Matt Zimmerman <mdz@debian.org>  Wed,  4 Feb 2004 15:35:46 -0800
23 rrdtool (1.0.46-1) unstable; urgency=low
25   * New upstream release
27  -- Matt Zimmerman <mdz@debian.org>  Mon, 12 Jan 2004 23:22:09 -0800
29 rrdtool (1.0.45-1) unstable; urgency=low
31   * New upstream release
32   * Deal with changed tclrrd naming scheme
33   * Build with tcl8.4
34   * Remove old dpkg-dev build-dependency; even woody is new enough
36  -- Matt Zimmerman <mdz@debian.org>  Wed, 17 Dec 2003 14:09:11 -0800
38 rrdtool (1.0.42-2) unstable; urgency=low
40   * Build-Depends: libpng12-dev instead of libpng3-dev (when will the madness end?)
41     (Closes: #195224
42      I hope this will also fix weird version mismatch problems (Closes: #194900)
44  -- Matt Zimmerman <mdz@debian.org>  Sat, 31 May 2003 15:06:42 -0400
46 rrdtool (1.0.42-1) unstable; urgency=low
48   * New upstream release
49   * librrd0-dev Section: libdevel
50   * librrd[sp]-perl Section: perl
51   * Build with libpng3 (Closes: #189493)
53  -- Matt Zimmerman <mdz@debian.org>  Thu, 15 May 2003 19:44:37 -0400
55 rrdtool (1.0.40-2) unstable; urgency=low
57   * Correctly suppress non-image output when writing image to stdout
58     (Closes: #182217)
60  -- Matt Zimmerman <mdz@debian.org>  Sat,  1 Mar 2003 16:59:39 -0500
62 rrdtool (1.0.40-1) unstable; urgency=low
64   * New upstream release
65   * Remove unnecessary rrd_free to avoid crash on invalid option
66     (Closes: #166156)
67   * Clean example source code; some libtool cruft was getting installed in
68     /usr/share/doc/examples
70  -- Matt Zimmerman <mdz@debian.org>  Tue, 17 Dec 2002 22:11:46 -0500
72 rrdtool (1.0.39-2) unstable; urgency=low
74   * Rebuild for perl 5.8 (Closes: #158728)
76  -- Matt Zimmerman <mdz@debian.org>  Sun, 25 Aug 2002 17:29:41 -0400
78 rrdtool (1.0.39-1) unstable; urgency=low
80   * New upstream release
82  -- Matt Zimmerman <mdz@debian.org>  Wed, 31 Jul 2002 00:40:00 -0400
84 rrdtool (1.0.38-1) unstable; urgency=low
86   * New upstream release (Closes: #148486)
88  -- Matt Zimmerman <mdz@debian.org>  Wed, 29 May 2002 12:28:28 -0400
90 rrdtool (1.0.35-2) unstable; urgency=low
92   * Remove CVS directories with rm -rf.  This broke autobuilds entirely.
93     (Closes: #140075)
95  -- Matt Zimmerman <mdz@debian.org>  Tue, 26 Mar 2002 17:15:01 -0500
97 rrdtool (1.0.35-1) unstable; urgency=low
99   * New upstream release.
101  -- Matt Zimmerman <mdz@debian.org>  Sun, 24 Mar 2002 11:29:10 -0500
103 rrdtool (1.0.33-9) unstable; urgency=low
105   * Call dh_shlibdeps with -l to allow it to find dependencies correctly
106     (Closes: #118629)
107   * Add call to ldconfig in postrm of librrd0
108   * Remove .cvsignore files from installed examples
110  -- Matt Zimmerman <mdz@debian.org>  Sat, 10 Nov 2001 14:14:51 -0500
112 rrdtool (1.0.33-8) unstable; urgency=low
114   * Use AM_MAINTAINER_MODE to keep the makefiles from trying to rebuild 
115     autoconf/automake stuff during the build (Closes: #117599)
116   * Regenerated everything AGAIN.
117   * Use DESTDIR instead of prefix= during "make install"
119  -- Matt Zimmerman <mdz@debian.org>  Mon, 29 Oct 2001 22:22:07 -0500
121 rrdtool (1.0.33-7) unstable; urgency=low
123   * Add an example to the rrddump documentation showing what is necessary
124     to transfer an RRD from one architecture to another. (Closes: #117147)
125   * Regenerated autoconf/automake configs
127  -- Matt Zimmerman <mdz@debian.org>  Mon, 29 Oct 2001 02:28:16 -0500
129 rrdtool (1.0.33-6) unstable; urgency=low
131   * Spelling corrections from Martin Schulze (Closes: #110784)
133  -- Matt Zimmerman <mdz@debian.org>  Sat,  8 Sep 2001 13:13:22 -0400
135 rrdtool (1.0.33-5) unstable; urgency=low
137   * Ship with pre-generated files from autoconf2.50/automake, rather than
138     pulling them in at build-time, in order to work around the current
139     libtool mess.  This makes the diff less manageable, but should make
140     the build more stable.
141   * debian/control: remove build-dependencies on autoconf/automake/libtool
142   * debian/rules: don't call autoconf/automake
143   * Fix shlibs file (it was trying to use a substitution)
144   * configure.in: remove makefiles that no longer exist from AC_OUTPUT.
145     Apparently this is an error in autoconf 2.50.
146   * configure.in: Remove wacky logic to pull PIC flags out of libtool, and
147     let libtool do the right thing.
148   * debian/rules: shlibs.local hackery is no longer necessary, removed
150  -- Matt Zimmerman <mdz@debian.org>  Fri,  3 Aug 2001 17:36:43 -0400
152 rrdtool (1.0.33-4) unstable; urgency=low
154   * Add build-dependencies on libtool and autoconf (Closes: #105655)
156  -- Matt Zimmerman <mdz@debian.org>  Tue, 17 Jul 2001 15:44:25 -0400
158 rrdtool (1.0.33-3) unstable; urgency=low
160   * Update config.{sub,guess} from autotools-dev 20010702.1
161     (Closes: #105037)
162   * Update ltmain.sh for good measure, from libtool 1.4-1
163   * Build-Depend on autoconf, and run autoconf and aclocal from
164     debian/rules (in addition to automake)
166  -- Matt Zimmerman <mdz@debian.org>  Sat, 14 Jul 2001 03:19:22 -0400
168 rrdtool (1.0.33-2) unstable; urgency=low
170   * Rebuild with latest tcl8.3-dev, to fix shared object extension
172  -- Matt Zimmerman <mdz@debian.org>  Sat,  3 Mar 2001 17:28:24 -0500
174 rrdtool (1.0.33-1) unstable; urgency=low
176   * New upstream version.
177   * This is yet another patch release to fix some distribution/compilation
178     problems.  There should be no visible changes for Debian users from
179     1.0.32-3.
181  -- Matt Zimmerman <mdz@debian.org>  Thu,  1 Mar 2001 02:27:53 -0500
183 rrdtool (1.0.32-3) unstable; urgency=low
185   * Fix the tcl extension module to build against tcl8.3, rather than
186     tcl8.0 (Closes: #87357)
187   * debian/control: Build-depend on tcl8.3-dev
188   * debian/rules: tclconfigdir = /usr/lib/tcl8.3
189   * tcl/Makefile.am: (upstream) -I/usr/include/tcl@TCL_VERSION@
190   * configure.in: (upstream) AC_SUBST(TCL_VERSION)
192  -- Matt Zimmerman <mdz@debian.org>  Sat, 24 Feb 2001 02:25:46 -0500
194 rrdtool (1.0.32-2) unstable; urgency=low
196   * List changes to upstream source in the copyright file (as well as the
197     changelog)
198   * Link against libgd-gif instead of libgd, to restore GIF support
200  -- Matt Zimmerman <mdz@debian.org>  Fri, 23 Feb 2001 15:27:37 -0500
202 rrdtool (1.0.32-1) unstable; urgency=low
204   * New upstream version.  Hopefully this one will last more than 24
205     hours (Closes: #75771)
207  -- Matt Zimmerman <mdz@debian.org>  Wed, 21 Feb 2001 20:13:09 -0500
209 rrdtool (1.0.27-7) unstable; urgency=low
211   * debian/rules: Updated for new Perl policy
212   * debian/rules: Don't use install-stamp; it causes more problems than it
213     prevents
214   * debian/rules: Don't call dh_suidregister; we didn't use it anyway
215   * debian/control: Build-depend on the new debhelper for dh_perl
216   * debian/control: rrdtool-tcl only seems to work with 8.0, so depend on
217     tcl8.0
218   * debian/control: Build-depend on perl 5.6.0+
219   * debian/librrd?-perl: Updated for new Perl filesystem layout
221  -- Matt Zimmerman <mdz@debian.org>  Thu, 15 Feb 2001 19:04:11 -0500
223 rrdtool (1.0.27-6) unstable; urgency=low
225   * debian/rules: Handle DEB_BUILD_OPTIONS debug, nostrip
226   * debian/rules: Separate out "configure" target
227   * debian/rules: Miscellaneous cleanup
228   * Recompile librrds-perl against perl-5.6
230  -- Matt Zimmerman <mdz@debian.org>  Tue, 19 Dec 2000 21:23:55 -0500
232 rrdtool (1.0.27-5) unstable; urgency=low
234   * Fix Build-Depends to reflect our dependency on dpkg-dev >= 1.7.0 |
235     librrd0.  The old dpkg can only calculate our dependencies correctly
236     if the runtime library is installed on the system, so potato users
237     must either install the potato librrd0 or the new dpkg-dev
238     (Closes: #77479)
240  -- Matt Zimmerman <mdz@debian.org>  Mon, 20 Nov 2000 20:39:55 -0500
242 rrdtool (1.0.27-4) unstable; urgency=low
244   * Updated to comply with policy 3.2.1.0:
245     - Don't build with -g by default
246   * Build-Depend on tcl8.0-dev (not tcl-dev), since that is the only
247     version we currently work with.
248   * Added automake to Build-Depends (oops)
250  -- Matt Zimmerman <mdz@debian.org>  Sat, 18 Nov 2000 22:29:02 -0500
252 rrdtool (1.0.27-3) unstable; urgency=low
254   * Big packaging cleanup release.
255   * Fixed perl module compilation to link with the shared library, rather
256     than including a copy of the static library inside the .so (also fixes
257     a lintian error, shlib-with-non-pic-code in librrds-perl)
258   * Fixed tcl module compilation to link with the shared library, rather
259     than including a copy of the static library inside the .so (also fixes
260     a lintian error, shlib-with-non-pic-code in rrdtool-tcl)
261   * The above shrunk the size of the perl and tcl library packages from
262     60k each to about 20k (perl) and 16k (tcl)
263   * We can now use shlibdeps to calculate the dependencies for
264     librrds-perl, so those will be more correct now
265   * Rather than include Makefile.in changes in the .diff.gz, just keep our
266     modifications to Makefile.am and run automake in debian/rules.  This
267     makes the .diff.gz much smaller and cleaner
268   * Fixed shared library dependencies all around to be smarter
269   * rrdtool package now Suggests librrds-perl (rather than depending on
270     perl), as it is only needed for an auxiliary script for converting
271     mrtg data
273  -- Matt Zimmerman <mdz@debian.org>  Fri, 10 Nov 2000 19:34:05 -0500
275 rrdtool (1.0.27-2) unstable; urgency=low
277   * Updated maintainer email address (now official maintainer)
279  -- Matt Zimmerman <mdz@debian.org>  Wed,  1 Nov 2000 22:44:41 -0500
281 rrdtool (1.0.27-1) unstable; urgency=low
283   * New upstream version.
285  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 13 Sep 2000 13:10:14 -0400
287 rrdtool (1.0.26-1) unstable; urgency=low
289   * New upstream version.
291  -- Matt Zimmerman <mdz@csh.rit.edu>  Sun, 10 Sep 2000 16:34:08 -0400
293 rrdtool (1.0.25-1) unstable; urgency=low
295   * New upstream version.
297  -- Matt Zimmerman <mdz@csh.rit.edu>  Sun, 23 Jul 2000 02:23:53 -0400
299 rrdtool (1.0.24-2) unstable; urgency=low
301   * Updated for libgd 1.8.3 (build depends, recompile)
303  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri,  7 Jul 2000 19:33:29 -0400
305 rrdtool (1.0.24-1) unstable; urgency=low
307   * New upstream version (Closes: #61997).
309  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri, 30 Jun 2000 13:53:27 -0400
311 rrdtool (1.0.17-1) unstable; urgency=low
313   * New upstream version.
314   * Now creates rrdtool-tcl, containing tcl bindings.
316  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 26 Apr 2000 13:16:24 -0700
318 rrdtool (1.0.16-1) unstable; urgency=low
320   * New upstream version.
321   * Not released.
323  -- Matt Zimmerman <mdz@csh.rit.edu>  Wed, 26 Apr 2000 10:53:36 -0700
325 rrdtool (1.0.13-2) unstable; urgency=low
327   * Build-Depends: cgilib, zlib1g-dev, libpng2-dev, libgd1g-dev, groff,
328     debhelper.  Hopefully that's everything.
330  -- Matt Zimmerman <mdz@csh.rit.edu>  Fri,  7 Apr 2000 14:16:55 -0700
332 rrdtool (1.0.13-1) unstable; urgency=low
334   * New upstream version (Closes: #58583)
335   * Added Build-Depends for cgilib (Closes: #55270)
337  -- Matt Zimmerman <mdz@csh.rit.edu>  Thu, 23 Mar 2000 15:55:37 -0800
339 rrdtool (1.0.10-1) unstable; urgency=low
341   * New upstream version. 
343  -- Matt Zimmerman <mdz@csh.rit.edu>  Mon, 10 Jan 2000 16:46:33 -0800
345 rrdtool (1.0.7-3) unstable; urgency=low
347   * Non-i386 fixes, thanks to Christopher C Chimelis <chris@debian.org>:
348   * Changed 'clean' target in debian/rules to remove the auto-generated
349     Makefiles for the Perl modules
350   * Changed Depends: for librrds-perl to use shlibdeps
352  -- Matt Zimmerman <mdz@csh.rit.edu>  Mon, 22 Nov 1999 10:47:13 -0800
354 rrdtool (1.0.7-2) unstable; urgency=low
356   * Linked RRDs.so against libpng, closes: #49701
358  -- Matt Zimmerman <mdz@csh.rit.edu>  Tue,  9 Nov 1999 15:02:40 -0800
360 rrdtool (1.0.7-1) unstable; urgency=low
362   * Initial Release.
363   * Upstream source ships with cgilib-0.4, gd-1.3, libpng-1.0.3, and
364     zlib-1.3.3 (!).  Build process is modified to skip building these, and
365     instead link with the Debian versions.
366   * Modifications for gd 1.6.1 included removal of GIF support (no longer
367     included with gd as of 1.6)
369  -- Matt Zimmerman <mdz@csh.rit.edu>  Sat, 11 Sep 1999 13:29:29 -0700