Code

The tcl binding supports tcl < 8.5, too.
[pkg-rrdtool.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 044a9542b139ffc984f97bfffdf6f93fd56c49ad..cca8bf5e20228584dcbc1bde8220a20fc18cedd7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,448 @@
+RRDtool 1.4.7 - 2012-01-24
+==========================
+Bugfixes:
+
+* test for tm.tm_gmtoff presence in configure.ac fix for #330 (libdbi
+  compiles on solaris should now work too)
+
+* check in /usr/lib64 for tclConfig.sh too
+
+* fix shared library version number (regression from 1.4.6)
+
+* be clearer as to what VDEF LAST/FIRST do.
+
+* remove perl 5.004 compatibility hack and make RRDs compile with newer
+  perls.
+
+New Functionality:
+
+* added a nop control for string formating, so that strings ending in /x are
+  possible by entering \x\. fix for #331
+
+* added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes.
+  Fix for #333 (thanks Christoph)
+
+RRDtool 1.4.6 - 2012-01-16
+==========================
+Enhancements:
+ * Added --json option to xport with inspiration from Erik Kastner and
+   Michael Markstaller -- Tobi
+
+ * updated win32 port -- Larry Adams and the cacti team
+
+ * configure option to disable building rrd_graph: --disable-rrd_graph
+   With support from Ulf Zimmermann (OpenLane)
+
+Bugfixes:
+ * fixed segfault in rrdtool (xport, fetch, graph) when handling
+   error conditions. -- James Brown
+ * improve compilation robustness in finding pic flags
+ * fix warnings in ruby bindings
+ * fix horizontal alignment of AREAS and LINES in graph output
+ * improved grid-fitting in graph output
+ * simplified configure tests for libwrap and libdbi
+ * rpn compare operators CAN return unknown ... (#293)
+ * do not require gettext 0.18 (0.17 is sufficient)
+ * improved rpm spec file -- Bernard Li
+ * fix glib dependency for --disable-rrd_graph and update library versions
+   (#323)
+ * fix uninitialized variable in rrd_graph (#322)
+ * fix issues with logarithmic charts (#296) -- Christoph Biedl
+ * improved data reduction algorithm in graph: after fetching, data must be
+   reduced to at least chart resolution, else some data will not get plotted.
+   fix for #298
+ * properly handle the case where RRDCACHED_ADDRESS is an empty string
+ * the number of COMPUTE rpn nodes is architecture dependent. calculate the
+   right number and complain otherwise. Fix for #300.
+ * make rrd_mkdir_p work on bsd* Unixes too ... their dirname call works
+   differently ... #305 
+ * allow to restore XML files with zero row rras ... this is a degenerated
+   case that does not occur in the wild, as rrdtool prevents the creation
+   of such rrd files. But rrdtool restore 1.3 did allows to create them via
+   restore.  Now this is possible again. #310.
+ * the first TREND* value can be calculated earlier ... -- fredrick (#312)
+ * actually link with LIBINTL if we got it ... should make solaris happy
+ * dbi_result_get_datetime_idx() return timestamp in UTC, but time axis on
+   graph supposed to be in local time. #321
+ * fix ruby binding for rrd_xport #318
+ * free step_list on error. fix for #317
+ * fix buffer overflow for LONG lines in journal handling code for update
+   requests. #316
+ * fix alignment of centered items ... title and footer
+ * fix for the header size problem and its effects on rrd_resize
+ * refuse to build if troff and nroff are not around #302
+ * plug memory leak in lua bindings #301
+ * improve cross compiling -- Michael Olbrich
+ * fix rrd_create behaviour when mmapping on a full filesystem by actually
+   'filling' the file with zero. -- Francois-Xavier Bourlet
+ * with libwrap use 'rrdcached' as the name of our daemon and not just
+   rrdcache
+ * bring spacing around graph back in line with 1.2 goodness ... in
+   connection with no-legend and no title
+ * do not mistake "sqlxxabc.rrd" for a libdbi specification -- Peter Stamfest
+ * if rrd_cgi fails to parse stuff, do NOT try to fix up the mess ... it is bound to fail
+ * update timestamp continuity checks in rrd_cached ... allow sub-second
+   precision
+ * fix double free in rrd_resize
+ * do not close the file handle to the resize file of there was a problem
+   getting it in the first place.
+
+
+RRDtool 1.4.5 - 2010-12-26
+==========================
+Bugfixes:
+ * rrdcached: print \n at the end of log messages when running rrdcached in the
+   foreground -- Bernard Li
+ * rrdcached: Let the -s, -m and -P options affect the default socket as
+   well -- Sebastian Harl
+ * rrdgraph: font related memory leaks fixed #208 -- tobi
+ * rrdgraph-libdbi: print error message instead of dumping core on sql
+   problem -- Pavel Nikiforov
+ * rrdgraph-libdbi: properly allocated response buffer -- Pavel Nikiforov
+ * rrdtool: in remote mode, make argument count for remote commands strict
+   -- Dave Peticolas
+ * rrdgraph: fix problems with second %s in right-axis format -- tobi
+ * compilation: works on MSVC2008 now -- jkane mail.com
+ * everywhere: fix locale handling. locales were not properly reset after
+   calling set locale -- tobi
+ * rrd_cgi: windows compilation fix --  jkane mail.com
+ * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 -- tobi
+ * ruby: fix bindings to be compatible with current ruby implementations #279
+ * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278
+   -- kevin brintnall
+ * rrd_client: free addrinfo list after use ... -- Christian Magnusson
+ * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem
+   with rrdc, plugging a memory leak on the way --  Christian Magnusson
+ * rrdgraph: make sure we do not try to draw points all that far outside the
+   drawing area since some versions of cairo seem to go unstable when this
+   happens. -- Peter Stamfest
+ * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem)
+   -- Peter Stamfest
+ * compilation: AIX does not like MAP_PRIVATE and -lW in LDFLAGS #216 -- tobi
+ * compliation: add extra space in LDFLAGS #284 -- dam at opencsw
+ * rrdcached:  Fix permissions of the default socket -- Florian Forster
+ * rrdgraph-libdbi: Fix sigma calculation --  Hans Jørgen Jakobsen
+ * rrdcreate: better checks for RRA arguments
+ * configure: make configure recognize tcl-site argument (#281)
+ * rrdgraph: if there is no right label, do not reserve any space for it --tobi
+Enhancements:
+ * rrdcached: add hosts_access support added -- Shaun Reitan
+ * rrdfetch/graph: introduce "epoch" as a new base time reference, meaning
+   timestamp 0: you can now write epoch+11111111s or epoch+19711205s
+   -- Peter Stamfest
+
+
+RRDtool 1.4.4 - 2010-07-05
+==========================
+Bugfixes:
+
+  * compile: multiple fixes isnan and isinf defines to make rrdtool compile
+    with gcc on solaris (with --disable-nls) -- Tobi
+  * handle gettext/libintl like any other feature, do not try to supply
+    our own ... rrdtool can work fine without it -- tobi
+  * rrd_client: fix potential segfaults -- Florian Forster
+  * rrd_client: resolve synmlinks properly -- Kevin Brintnall
+  * compile: fix libtool and libtoolize names for OSX compiles -- Antoine Musso
+  * compile: fix for HAVE_BROKEN_MS_ASYNC (old linux kernels)
+  * rrd_xport: fix --daemon handling
+  * rrd_client: explicitly close connection on error -- Thorsten von Eicken  
+  * rrd_update: fix memory leak for COMPUTE datasources -- Frederik Kriewitz
+  * rrd_daemon: fix segfault when specifying a relative path (-j option)  -- Adrian-Ioan Vasile
+  * compile: make rrdtool compile with gcc 4.5 -- anicka@suse.cz
+  * portability: use %lld (long long int) for time_t *printf
+  * compile: link pangocairo and not pango since we do use pangocairo actually -- Stephen S. Disbrow
+  * compile: re-integrate intl into compile dependency so that hosts with
+    old (or no) gettext can get access to the included copy.
+  * rrd_cached: exit with status !=0 on invalid cli -- Sebastian Harl
+    
+Enhancements:
+
+  * updated build files and instructions for win32 port by Chris Larsen
+  * legal: Relicense the RRDCacheD client interface under the MIT license -- Florian Forster  
+  * legal: Updted FLOSS Exception for latest PHP license
+  * rrd_cached: better help output -- Sebastian Harl
+  
+------------------------------------------------------------------------
+RRDtool 1.4.3 - 2010-03-22
+==========================
+New Features
+
+* rrdcached: Log to stderr (in addition to syslog) when running in foreground.
+  -- Sebastian Harl
+
+* rrdcached: Added -m command line option. This option may be used to specify
+  the file permissions of a UNIX socket. The option affects the following
+  sockets only, i.e., it's possible to specify different modes for different
+  sockets. -- Sebastian Harl
+
+* rrdcached: Added -s option so set group permissions of the UNIX domain
+  socket. Obviously this will only work if rrdcached is running as root which in
+  my case it has to be (as upstart can't currently monitor non-root
+  daemons). As you may have RRD data sources (data loggers) and RRD
+  consumers (e.g. CGI scripts) that both need to talk to the cache
+  daemon one solution is to set the group permissions of the socket.
+
+  This offer some flexibility over trying to get every RRD user/daemon
+  running under the same user context. -- Alex Bennee  ajb pitcairn.cambridgebroadband.com
+
+* rrdcached: Let -s affect the following sockets only. This way, it's possible
+  to specify different groups for different sockets. -- Sebastian Harl
+
+* rrd_create: added --no-overwrite option. It prevents rrdtool from
+  clobbering existing rrd files. -- Chris - LINX
+
+* ruby bindings: rb_rrd_xport function  -- Pavel Pachkovskij pavel.pachkovskij azati.com
+
+* use locale settings and _NL_TIME_WEEK_1STDAY to determine the first
+  day of the week. Works on Linux at least -- Tobi Oetiker
+
+* rrd_graph: \u to backup one line for special legend placement tricks 
+  -- tobi oetiker
+
+* rrd_update: new (better) checker for incoming COUNTER or DERIVED data. -- Florian
+
+Bug Fixes
+
+* rrdcached: Do not put any code in assert(). -- Sebastian Harl
+
+* add 'm' as a shortcut for 'zoom' in rrd_graph as it was in 1.3 
+  -- Sebastian Harl
+  
+* rrd_update: fix for max calculation ... the MAX value of the current
+  consolidation interval was pre-initialized with the MAX value from the
+  previous interval (an over optimization). -- Tobi Oetiker
+
+* build: additional dependencies on Makefile to make sure bindings makefiles
+  get rebuild after reconfig -- Tobi Oetiker
+
+* ruby bindings: reset rrd_state for grapv in ruby bindings -- Sven Engelhardt
+
+* rrd_cgi: make sure that (argv-1)[0] points to something sensible ... 
+  hack to undo the damage caused by a senseless optimization. see bug #251
+  -- tobi oetiker
+
+* rrd_graph: fix right aligned text -- tobi oetiker
+
+* python bindings: pass DESTDIR to setup.py as --root=<DESTDIR> iff a DESTDIR
+  was given. --- Bernhard Reutner-Fischer
+
+* rrd_graph: backward compatibility fix - only draw the new type of marker
+  in the graph legend when called with --dynamic-labels -- tobi oetiker
+
+* rrd_restore: portability fix - sizeof(time_t) is 4 byte not 32 bit -- tobi oetiker
+
+* rrd_xport: The end of the export range should not be adjusted DOWN but UP to hit the
+  next matching step interval or the response will be one row short. -- tobi oetiker
+
+* rrd_graph: the end time itself is not part of a time range ... this fixes the segfault
+  reported in #248 -- tobi oetiker
+
+* rrd_restore: teach rrd_restore to be able to read the #text value of <a></a> ... this
+  fixes problems with blank last_ds entries ... as reported in #247. -- tobi oetiker
+
+* rrd_update: be more diligent in checking the input arguments for rrdtool  update and
+  complain if they are wrong. fix for #243 (and more) -- tobi oetiker
+
+----- Older Changelog --------------------
+
+2009-11-15 11:54  oetiker
+
+       * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
+         configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
+         src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
+         src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
+         src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
+         src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
+         src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
+         src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
+         src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
+         src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
+         src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
+         src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
+         src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
+         src/rrdupdate.c: prepare for the release of rrdtool-1.4.2
+
+2009-11-15 11:53  oetiker
+
+       * doc/librrd.pod, doc/rrdcached.pod: fix pod syntax
+
+2009-11-15 10:51  oetiker
+
+       * branches/1.3/program/src/rrd_tool.c, src/rrd_tool.c: Switch
+         LC_NUMERIC to C prior to creating rrd_xport output. This makes
+         sure that numbers are always output with a . and not with a ,
+
+2009-10-30 22:49  oetiker
+
+       * src/rrd_daemon.c: clarify rrd_daemon code with JOURNAL_REPLAY
+         macro -- kevin
+
+2009-10-28 05:15  oetiker
+
+       * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
+         doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c, src/rrd.h,
+         src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
+         src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
+         src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
+         src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
+         src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
+         src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
+         src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
+         src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
+         src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
+         src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
+         src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
+         src/rrdupdate.c: prepare for the release of rrdtool-1.4.1
+
+2009-10-28 05:15  oetiker
+
+       * configure.ac: updated versions to account for rrd cached fix
+
+2009-10-28 05:14  oetiker
+
+       * src/rrd_daemon.c: Avoid unnecessary string handling for UPDATE
+         commands in rrd_deaemon for 20x speed increasse. Only copy as many
+         bytes as necessary. During journal replay, avoid unnecessary copy
+         (string is discarded). Bug reported by Thorsten von Eicken Patched
+         by kevin brintnall
+
+2009-10-27 21:44  oetiker
+
+       * src/rrd_tool.c: we have 2009 now
+
+2009-10-27 21:40  oetiker
+
+       * NEWS: added links to documentation
+
+2009-10-27 17:55  oetiker
+
+       * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
+         configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/pngsize.c,
+         src/rrd.h, src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
+         src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
+         src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
+         src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c,
+         src/rrd_hw.c, src/rrd_hw.h, src/rrd_i18n.h, src/rrd_info.c,
+         src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
+         src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
+         src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
+         src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
+         src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
+         src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
+         src/rrdupdate.c: set version to 1.4.0 for all files
+
+2009-10-27 17:51  oetiker
+
+       * rrdtool-1.3-release, rrdtool-1.4-release: create build script for
+         1.4 release
+
+2009-10-27 17:49  oetiker
+
+       * Makefile.am, configure.ac, src/rrd_client.c, src/rrd_graph.h,
+         src/rrd_restore.c: * remove intl from build process ... someone
+         who does actually need it should fix this ... * make the code work
+         on solaris 10 (tested on opencsw server farm. thanks!)
+
+2009-10-27 17:04  oetiker
+
+       * src/rrd_client.c, src/rrd_graph.h, src/rrd_restore.c: more solaris
+         10 portability changes ....
+
+2009-10-27 16:18  oetiker
+
+       * configure.ac, src/rrd_dump.c, src/rrd_graph.c, src/rrd_restore.c,
+         src/rrd_tool.c: remove HAVE_LOCALE_H and HAVE_TIME_H and
+         HAVE_SETLOCALE since they have not been used consistantly anyway
+
+2009-10-27 16:12  oetiker
+
+       * configure.ac: if we use HAVE_TIME_H we should have a check for
+         this in configure ...
+
+2009-10-27 13:57  oetiker
+
+       * NEWS: updated for 1.4 release
+
+2009-10-27 13:54  oetiker
+
+       * src/rrd_graph.c: simplify rrd_graph LC_NUMERIC fix so that all
+         call paramters are affected by it.
+
+2009-10-27 13:13  oetiker
+
+       * doc/rrdgraph.pod, src/rrd_graph.c: allow the grid on:off pattern
+         to be configured
+
+2009-10-27 13:07  oetiker
+
+       * src/rrd_restore.c: needs locale.h to compile
+
+2009-10-23 15:58  oetiker
+
+       * configure.ac, src: optional software is expected to live in /opt,
+         so lets follow this custom ... /usr/local is really old school.
+
+2009-10-22 23:22  oetiker
+
+       * src/rrd_tool.c: fix memory handling when argument separation in
+         pipe mode fails. fix for #230
+
+2009-10-20 19:23  oetiker
+
+       * src/rrd_restore.c: set locale to C while restoring
+
+2009-10-15 08:42  oetiker
+
+       * doc/rrdtutorial.pod: another typo fixed by Justin T Pryzby
+
+2009-10-15 04:47  oetiker
+
+       * src/Makefile.am: Removed left-over occurrence of LIB_LIBINTL --
+         sebastian
+
+2009-10-14 08:04  oetiker
+
+       * bindings/perl-piped/RRDp.pm, doc/rpntutorial.pod,
+         doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcached.pod,
+         doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdflushcached.pod,
+         doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
+         doc/rrdgraph_graph.pod, doc/rrdgraph_libdbi.pod,
+         doc/rrdgraph_rpn.pod, doc/rrdpython.pod, doc/rrdruby.pod,
+         doc/rrdtool.pod, doc/rrdtutorial.pod: Fixed various typos in the
+         manpages. Debian bug #550919. -- Justin T. Pryzby
+
+2009-10-11 16:00  oetiker
+
+       * src/rrd_client.c, src/rrd_client.h: load rrd_config.h before
+         rrd_client.h since its content is expected to be present --
+         Florian Forster
+
+2009-10-04 21:16  oetiker
+
+       * src/rrd_flushcached.c: Fix potential memory leak in
+         rrd_flushcached during failure. -- kevin
+
+2009-10-04 12:18  oetiker
+
+       * CONTRIBUTORS: sebastian was missing from the contributors list
+
+2009-10-04 12:00  oetiker
+
+       * src/rrd_graph.c: Do not mess with the locale settings. The main
+         program takes care of that (rrd_tool.c calls setlocale(LC_ALL,"")
+         already. We do call setlocale on LC_NUMERIC a few times to get
+         predictable number formats when parsing strings into floats, but
+         apart from that the code is written in a portable manner and can
+         take whatever the local system supports.
+
+2009-10-04 11:48  oetiker
+
+       * src/rrd_tool.c: * comment on the reson for calling setlocale * to
+         not force the message encoding ... messages should be encoded in
+         the current locale
+
 2009-10-04 11:37  oetiker
 
        * src/rrd_client.c, src/rrd_daemon.c: rrd_client, rrd_daemon: Do not
 2009-10-04 11:37  oetiker
 
        * src/rrd_client.c, src/rrd_daemon.c: rrd_client, rrd_daemon: Do not
        * src/rrd_restore.c: adjusted copyright wording according to
          sebastians suggestions
 
        * src/rrd_restore.c: adjusted copyright wording according to
          sebastians suggestions
 
+2009-09-15 12:21  oetiker
+
+       * trunk/tutorial/lisa2009/rrd-by-example/body.tex: adapted for 2009
+
+2009-09-15 12:20  oetiker
+
+       * trunk/tutorial/lisa2009/abstract-rrdexample.txt,
+         trunk/tutorial/lisa2009/abstract-rrdtut.txt: initial
+
+2009-09-15 12:17  oetiker
+
+       * trunk/tutorial/lisa2009, trunk/tutorial/lisa2009/rrd-intro.odp:
+         initial
+
 2009-09-01 08:49  oetiker
 
        * NEWS, src/rrd_graph.c: show element type in legend
 2009-09-01 08:49  oetiker
 
        * NEWS, src/rrd_graph.c: show element type in legend
          that negative time values should be separated by '--' in
          rrdupdate.pod -- Sebastian Harl
 
          that negative time values should be separated by '--' in
          rrdupdate.pod -- Sebastian Harl
 
+2009-06-02 05:55  oetiker
+
+       * trunk/talks/op5-09, trunk/talks/op5-09/3days-solar-graph.pdf,
+         trunk/talks/op5-09/active-acache-management.pdf,
+         trunk/talks/op5-09/active-acache-management.xar,
+         trunk/talks/op5-09/beamercolorthemetobi.sty,
+         trunk/talks/op5-09/body.tex, trunk/talks/op5-09/cache-flow.pdf,
+         trunk/talks/op5-09/cache-flow.xar,
+         trunk/talks/op5-09/cache-importance.pdf,
+         trunk/talks/op5-09/cache-importance.xar,
+         trunk/talks/op5-09/charles.png,
+         trunk/talks/op5-09/energy_graph.png,
+         trunk/talks/op5-09/handouts.tex,
+         trunk/talks/op5-09/n20e-daily.png,
+         trunk/talks/op5-09/nmn09_200.jpg, trunk/talks/op5-09/pings.png,
+         trunk/talks/op5-09/presentation.tex,
+         trunk/talks/op5-09/readahead-fix.pdf,
+         trunk/talks/op5-09/readahead-fix.xar,
+         trunk/talks/op5-09/systembelastung.png,
+         trunk/talks/op5-09/update-schematics.pdf,
+         trunk/talks/op5-09/update-schematics.xar: initial
+
 2009-06-01 14:01  oetiker
 
        * branches/1.3/program/m4/acinclude.m4, m4/acinclude.m4: Make
 2009-06-01 14:01  oetiker
 
        * branches/1.3/program/m4/acinclude.m4, m4/acinclude.m4: Make
        * branches/1.3/program/doc/rrdtutorial.pod, doc/rrdtutorial.pod:
          added missing newline -- by sebastian harl
 
        * branches/1.3/program/doc/rrdtutorial.pod, doc/rrdtutorial.pod:
          added missing newline -- by sebastian harl
 
+2009-04-07 17:33  oetiker
+
+       * trunk/talks/swinog18/body.tex,
+         trunk/talks/swinog18/presentation.tex: minor adjustments
+
 2009-04-07 07:23  oetiker
 
        * m4: make sure an empty m4 is in the checkout
 2009-04-07 07:23  oetiker
 
        * m4: make sure an empty m4 is in the checkout
        * src/rrd_graph.c: lets have an error message when creating the
          graph fails
 
        * src/rrd_graph.c: lets have an error message when creating the
          graph fails
 
+2009-04-06 12:02  oetiker
+
+       * trunk/talks/goopen-09/active-acache-management.pdf,
+         trunk/talks/goopen-09/active-acache-management.xar,
+         trunk/talks/goopen-09/beamercolorthemetobi.sty,
+         trunk/talks/goopen-09/body.tex,
+         trunk/talks/goopen-09/cache-flow.pdf,
+         trunk/talks/goopen-09/cache-flow.xar,
+         trunk/talks/goopen-09/cache-importance.pdf,
+         trunk/talks/goopen-09/cache-importance.xar,
+         trunk/talks/goopen-09/charles.png,
+         trunk/talks/goopen-09/energy_graph.png,
+         trunk/talks/goopen-09/handouts.tex,
+         trunk/talks/goopen-09/n20e-daily.png,
+         trunk/talks/goopen-09/pings.png,
+         trunk/talks/goopen-09/presentation.tex,
+         trunk/talks/goopen-09/readahead-fix.pdf,
+         trunk/talks/goopen-09/readahead-fix.xar,
+         trunk/talks/goopen-09/systembelastung.png,
+         trunk/talks/goopen-09/update-schematics.pdf,
+         trunk/talks/goopen-09/update-schematics.xar: go open presentation
+         checkin
+
+2009-03-30 18:33  oetiker
+
+       * trunk/talks/swinog18/active-acache-management.xar: sync xara file
+
+2009-03-30 18:31  oetiker
+
+       * trunk/talks/swinog18,
+         trunk/talks/swinog18/active-acache-management.pdf,
+         trunk/talks/swinog18/active-acache-management.xar,
+         trunk/talks/swinog18/beamercolorthemetobi.sty,
+         trunk/talks/swinog18/body.tex,
+         trunk/talks/swinog18/cache-flow.pdf,
+         trunk/talks/swinog18/cache-flow.xar,
+         trunk/talks/swinog18/cache-importance.pdf,
+         trunk/talks/swinog18/cache-importance.xar,
+         trunk/talks/swinog18/handouts.tex,
+         trunk/talks/swinog18/presentation.tex,
+         trunk/talks/swinog18/readahead-fix.pdf,
+         trunk/talks/swinog18/readahead-fix.xar,
+         trunk/talks/swinog18/update-schematics.pdf,
+         trunk/talks/swinog18/update-schematics.xar: initial
+
 2009-03-21 10:45  oetiker
 
        * src/rrd_hw.c: remove excess flush calls ...
 2009-03-21 10:45  oetiker
 
        * src/rrd_hw.c: remove excess flush calls ...
          src/rrd_flush.c: This 2-patch series exposes 'flush' methods to
          the various language bindings.
 
          src/rrd_flush.c: This 2-patch series exposes 'flush' methods to
          the various language bindings.
 
+2009-03-06 17:30  oetiker
+
+       * trunk/talks/goopen-09, trunk/talks/goopen-09/abstract.txt,
+         trunk/talks/goopen-09/bio.txt: initial
+
 2009-03-06 05:51  oetiker
 
        * branches/1.3/program/src/rrd_xport.c, src/rrd_xport.c: there were
 2009-03-06 05:51  oetiker
 
        * branches/1.3/program/src/rrd_xport.c, src/rrd_xport.c: there were
          added percentnan (VDEF PERCENT variant that ignores NAN) -- patch
          by Martin Sperl
 
          added percentnan (VDEF PERCENT variant that ignores NAN) -- patch
          by Martin Sperl
 
+2009-01-13 07:37  oetiker
+
+       * trunk/talks/opentuesday/rrd-intro.odp: make the talk ready
+
+2009-01-09 15:42  oetiker
+
+       * trunk/status2: seems to wrok
+
+2009-01-09 15:41  oetiker
+
+       * trunk/status2: test
+
+2009-01-09 15:40  oetiker
+
+       * trunk/status/x: test
+
 2009-01-06 16:32  oetiker
 
        * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c: with MMAP
 2009-01-06 16:32  oetiker
 
        * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c: with MMAP
 
        * doc/Makefile.am: added libdbi doc to extradist
 
 
        * doc/Makefile.am: added libdbi doc to extradist
 
+2008-11-24 16:08  oetiker
+
+       * trunk/status/2008-11-24.txt: updates by fritz
+
+2008-11-24 14:20  oetiker
+
+       * trunk/status/2008-11-24.txt: slightly revised
+
+2008-11-24 14:00  oetiker
+
+       * trunk/status/2008-11-24.txt: initial
+
 2008-11-20 13:04  oetiker
 
        * doc/rrdgraph_libdbi.pod, src/rrd_fetch_libdbi.c: Attached a patch
 2008-11-20 13:04  oetiker
 
        * doc/rrdgraph_libdbi.pod, src/rrd_fetch_libdbi.c: Attached a patch
          Christof.Wegmann with exitgames.com some fixes to make the result
          work on unix again ...
 
          Christof.Wegmann with exitgames.com some fixes to make the result
          work on unix again ...
 
+2008-11-18 08:37  oetiker
+
+       * trunk/contrib/php4/rrdtool.c: added patch suggested by Lars
+         Johannesen
+
 2008-11-18 07:14  oetiker
 
        * configure.ac: missing , added to help string
 2008-11-18 07:14  oetiker
 
        * configure.ac: missing , added to help string
          pthread_cond_signal vs _broadcast, since multiple threads may be
          waiting on &queue_cond. --kevin
 
          pthread_cond_signal vs _broadcast, since multiple threads may be
          waiting on &queue_cond. --kevin
 
+2008-11-10 16:41  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-intro.odp: added 1.4 notes
+
 2008-11-09 19:19  oetiker
 
        * branches/1.3/program/configure.ac, configure.ac: be even more
 2008-11-09 19:19  oetiker
 
        * branches/1.3/program/configure.ac, configure.ac: be even more
          "[--no-header|-n]" to [--header|-h {xsd,dtd}] -- tobias.lindenmann
          1und1.de
 
          "[--no-header|-n]" to [--header|-h {xsd,dtd}] -- tobias.lindenmann
          1und1.de
 
+2008-10-28 08:47  oetiker
+
+       * trunk/website/rrdtool-dump.xsd: xsd for rrdtool
+
 2008-10-26 15:18  oetiker
 
        * configure.ac, src/Makefile.am, src/librrd.sym.in,
          src/librrd.sym.in.in: make compilation on older OSX versios work
          by removing the # from the librrd.sym file
 
 2008-10-26 15:18  oetiker
 
        * configure.ac, src/Makefile.am, src/librrd.sym.in,
          src/librrd.sym.in.in: make compilation on older OSX versios work
          by removing the # from the librrd.sym file
 
+2008-10-24 07:59  oetiker
+
+       * trunk/talks/opentuesday/rrd-intro.odp: added talk
+
 2008-10-24 06:20  oetiker
 
        * branches/1.2/program/doc/rrdpython.pod,
 2008-10-24 06:20  oetiker
 
        * branches/1.2/program/doc/rrdpython.pod,
          bindings/lua/README, bindings/lua/rrdlua.c, configure.ac,
          doc/rrdlua.pod: Support to Lua 5.0 -- Fidelis Assis
 
          bindings/lua/README, bindings/lua/rrdlua.c, configure.ac,
          doc/rrdlua.pod: Support to Lua 5.0 -- Fidelis Assis
 
+2008-10-04 22:35  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/v-interfaces.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/v-interfaces.txt: added
+         v-interface example
+
 2008-10-04 16:05  oetiker
 
        * configure.ac, src/Makefile.am, src/librrd.pc.in: initial librrd
          file added ... this will need more love since it does not pick up
          any -rpath settings
 
 2008-10-04 16:05  oetiker
 
        * configure.ac, src/Makefile.am, src/librrd.pc.in: initial librrd
          file added ... this will need more love since it does not pick up
          any -rpath settings
 
+2008-10-04 14:09  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl: added
+         graditents
+
 2008-10-04 13:34  oetiker
 
        * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c,
 2008-10-04 13:34  oetiker
 
        * branches/1.3/program/src/rrd_resize.c, src/rrd_resize.c,
          is large enough, based on the ds_cnt and the total number of RRA
          rows -- kevin brintnall
 
          is large enough, based on the ds_cnt and the total number of RRA
          rows -- kevin brintnall
 
+2008-10-03 12:24  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-intro.odp: updates for lisa
+
+2008-10-03 06:13  zaucker
+
+       * trunk/talks/opentuesday/intro.txt: Ergaenzt.
+
 2008-10-02 19:17  oetiker
 
        * src/rrd_daemon.c: folding fix
 2008-10-02 19:17  oetiker
 
        * src/rrd_daemon.c: folding fix
        * etc/rrdcached-default: permission fix for rrdcached socket --
          Daniel.Pocock
 
        * etc/rrdcached-default: permission fix for rrdcached socket --
          Daniel.Pocock
 
+2008-10-02 11:03  oetiker
+
+       * trunk/talks/opentuesday/intro.txt: initial
+
+2008-10-02 11:03  oetiker
+
+       * trunk/talks/opentuesday: initial
+
+2008-10-02 06:21  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic/index.cgi: minor
+         layout adjustments
+
+2008-10-01 20:58  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-intro.odp: read for lisa2008
+
+2008-10-01 20:25  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.sh,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.sh: export
+         is not required
+
 2008-10-01 20:22  oetiker
 
        * src/Makefile.am: since rrdcached uses pthread functions, use the
 2008-10-01 20:22  oetiker
 
        * src/Makefile.am: since rrdcached uses pthread functions, use the
          of the new structure. Renamed _wipe_ci_values to look nicer with
          other code. --kevin
 
          of the new structure. Renamed _wipe_ci_values to look nicer with
          other code. --kevin
 
+2008-10-01 17:16  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.data,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic/codewalk.png,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic/graph.inc,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic/ifbyteget.sh,
+         trunk/tutorial/lisa2008/rrd-by-example/traffic/index.cgi: added
+         example code and working presentation
+
+2008-10-01 17:15  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/ex/biggraph.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/hw-demo.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/hw-example.pl: more
+         examples
+
 2008-10-01 16:53  oetiker
 
        * src/rrd_graph.c: lcd is actually gcd!
 2008-10-01 16:53  oetiker
 
        * src/rrd_graph.c: lcd is actually gcd!
          conditions would result in "Internal error", which is not very
          helpful. -- kevin brintnall
 
          conditions would result in "Internal error", which is not very
          helpful. -- kevin brintnall
 
+2008-09-29 14:38  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh: initial
+
+2008-09-29 06:45  oetiker
+
+       * trunk/tutorial/lisa2008/rrd-by-example,
+         trunk/tutorial/lisa2008/rrd-by-example/beamercolorthemetobi.sty,
+         trunk/tutorial/lisa2008/rrd-by-example/body.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.sh,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/create-first.xml,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/graph-examples.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/rrd-size.pl,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/rrd-size.txt,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.sh,
+         trunk/tutorial/lisa2008/rrd-by-example/ex/update-real.txt,
+         trunk/tutorial/lisa2008/rrd-by-example/handouts.tex,
+         trunk/tutorial/lisa2008/rrd-by-example/presentation.tex: added
+         examples
+
 2008-09-28 21:37  oetiker
 
        * doc/rrdcached.pod: spelling fix -- kevin
 2008-09-28 21:37  oetiker
 
        * doc/rrdcached.pod: spelling fix -- kevin
 
        * src/rrd_format.h: no , on the last member in C
 
 
        * src/rrd_format.h: no , on the last member in C
 
+2008-09-08 22:12  oetiker
+
+       * trunk/website/award-white.png,
+         trunk/website/bin/pod2wml.classic.sh, trunk/website/forum.wml,
+         trunk/website/inc/favicon.ico, trunk/website/inc/happy-tobi.png,
+         trunk/website/inc/rrdtool-gold.png,
+         trunk/website/oscon-120x60.gif, trunk/website/stream-pop.png:
+         missing bits atted
+
+2008-09-08 22:09  oetiker
+
+       * trunk/website/.wmkrc, trunk/website/.wmlrc: and they too
+
+2008-09-07 10:22  oetiker
+
+       * trunk/website/index.wml, trunk/website/navbar.inc,
+         trunk/website/support.wml: sync befor branching
+
 2008-09-07 07:19  oetiker
 
        * src/rrd_update.c: The attached patch eliminates the many places
 2008-09-07 07:19  oetiker
 
        * src/rrd_update.c: The attached patch eliminates the many places
          cycle. This eliminates unnecessary rrd_seek() calls when MMAP is
          not enabled. -- kevin brintnall kbrint rufus.net
 
          cycle. This eliminates unnecessary rrd_seek() calls when MMAP is
          not enabled. -- kevin brintnall kbrint rufus.net
 
+2008-09-06 15:50  oetiker
+
+       * trunk/website/index.wml: added note on 1.3.2
+
+2008-09-06 15:48  oetiker
+
+       * trunk/website/bin/pod2wml.sh, trunk/website/inc/template.inc,
+         trunk/website/index.wml, trunk/website/prog/build.sh,
+         trunk/website/rrdworld/gbrrdgraphix.xml,
+         trunk/website/rrdworld/index.wml: improve html generation
+
 2008-09-06 14:24  oetiker
 
        * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
 2008-09-06 14:24  oetiker
 
        * bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
          not the whole path. This is a regression from 1.2.x where this was
          implemented properly.
 
          not the whole path. This is a regression from 1.2.x where this was
          implemented properly.
 
+2008-08-09 15:22  oetiker
+
+       * trunk/website/gallery/index.en.html,
+         trunk/website/gallery/index.wml,
+         trunk/website/gallery/systembelastung.png,
+         trunk/website/gallery/systembelastung.xml: added systembelastung
+
 2008-08-04 20:35  oetiker
 
        * src/rrd_gfx.c: The attached patch converts the given string to
 2008-08-04 20:35  oetiker
 
        * src/rrd_gfx.c: The attached patch converts the given string to
          image-height get returned even when rrdtool is called with --lazy
          as reported in bug #163
 
          image-height get returned even when rrdtool is called with --lazy
          as reported in bug #163
 
+2008-06-27 06:08  zaucker
+
+       * trunk/tutorial/lisa2008/abstract-rrdexample.txt,
+         trunk/tutorial/lisa2008/abstract-rrdtut.txt: Etwas ueberarbeitet
+
+2008-06-24 15:05  oetiker
+
+       * trunk/tutorial/lisa2008,
+         trunk/tutorial/lisa2008/abstract-rrdexample.txt,
+         trunk/tutorial/lisa2008/abstract-rrdtut.txt: intial
+
 2008-06-19 13:18  oetiker
 
        * branches/1.2/program/bindings/python/rrdtoolmodule.c,
 2008-06-19 13:18  oetiker
 
        * branches/1.2/program/bindings/python/rrdtoolmodule.c,
          src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
          src/rrdupdate.c: prepare for the release of rrdtool-1.3.0
 
          src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
          src/rrdupdate.c: prepare for the release of rrdtool-1.3.0
 
+2008-06-10 23:11  oetiker
+
+       * trunk/website/bin/htmlfix.sh, trunk/website/gallery/index.en.html,
+         trunk/website/index.wml: updated website online
+
+2008-06-10 16:41  oetiker
+
+       * branches/1.2/website/index.wml, trunk/website, trunk/website/bin,
+         trunk/website/download.wml, trunk/website/gallery,
+         trunk/website/inc, trunk/website/index.wml,
+         trunk/website/license.wml, trunk/website/logos,
+         trunk/website/newbanner250x60.gif, trunk/website/rrdtool.dtd,
+         trunk/website/rrdworld, trunk/website/sponsor.wml,
+         trunk/website/tut: added website to trunk
+
+2008-06-10 16:38  oetiker
+
+       * trunk/website: using the 1.2 website as a basis for the new 1.3
+         website
+
 2008-06-10 16:38  oetiker
 
        * configure.ac: oops it is 1.3.0 not 1.4.0 yet
 2008-06-10 16:38  oetiker
 
        * configure.ac: oops it is 1.3.0 not 1.4.0 yet
          enough ... 1024+strlen(fmt) is much better. This makes imginfo
          work even when there are long image paths.
 
          enough ... 1024+strlen(fmt) is much better. This makes imginfo
          work even when there are long image paths.
 
+2008-05-26 16:39  oetiker
+
+       * trunk/talks/nordic-nagios-08/talk.odp: initial talk slides
+
 2008-05-26 11:45  oetiker
 
        * TODO: updated todo list
 2008-05-26 11:45  oetiker
 
        * TODO: updated todo list
          even return the image data. The new interface is supported in the
          rrdtool command line, RRDs perl and ruby bindings.
 
          even return the image data. The new interface is supported in the
          rrdtool command line, RRDs perl and ruby bindings.
 
+2008-04-17 07:54  oetiker
+
+       * trunk/talks/nordic-nagios-08,
+         trunk/talks/nordic-nagios-08/abstract-rrdtut.txt: added bullets
+
 2008-04-17 05:35  oetiker
 
        * src/rrd_update.c: indent fix
 2008-04-17 05:35  oetiker
 
        * src/rrd_update.c: indent fix
          madvise/fadvise detection * fixed many compiler warnings -- Peter
          Breitenlohner peb mppmu.mpg.de
 
          madvise/fadvise detection * fixed many compiler warnings -- Peter
          Breitenlohner peb mppmu.mpg.de
 
+2008-01-13 11:07  oetiker
+
+       * trunk/tutorial/htwchur/about-oss.odp,
+         trunk/tutorial/htwchur/m7am.odp,
+         trunk/tutorial/htwchur/rrd-exercises.tex: initial
+
 2008-01-12 18:37  oetiker
 
        * src/rrd_graph.c: weekday and time are too tight
 2008-01-12 18:37  oetiker
 
        * src/rrd_graph.c: weekday and time are too tight
          be linked * ordering must be read write in getopt * updated build
          instructions
 
          be linked * ordering must be read write in getopt * updated build
          instructions
 
+2007-12-02 17:11  oetiker
+
+       * trunk/tutorial/htwchur/abstract-rrdtut.txt: fixed spelling
+
+2007-12-02 16:59  oetiker
+
+       * trunk/tutorial/htwchur,
+         trunk/tutorial/htwchur/abstract-rrdtut.txt,
+         trunk/tutorial/htwchur/m7am.odp: initial text
+
 2007-11-26 20:12  oetiker
 
        * bindings/python/setup.py: fix libdir for python build
 2007-11-26 20:12  oetiker
 
        * bindings/python/setup.py: fix libdir for python build
        * bindings/perl-shared/Makefile.PL, configure.ac: make perlbuild
          more portable
 
        * bindings/perl-shared/Makefile.PL, configure.ac: make perlbuild
          more portable
 
+2007-11-21 05:54  oetiker
+
+       * trunk/talks/rrdtooltipsandtricks,
+         trunk/talks/rrdtooltipsandtricks/abstract.odt,
+         trunk/talks/rrdtooltipsandtricks/bio.txt,
+         trunk/talks/rrdtooltipsandtricks/rrdtipsandtricks.odp: initial
+         checkin
+
 2007-11-20 22:22  oetiker
 
        * configure.ac: enable madvise defines in netbsd
 
 2007-11-20 22:22  oetiker
 
        * configure.ac: enable madvise defines in netbsd
 
+2007-11-20 00:17  oetiker
+
+       * trunk/status/2007-11-19.txt: added 1.2.26
+
 2007-11-20 00:08  oetiker
 
        * src/rrd_format.h, src/rrd_graph.c, src/rrd_nan_inf.c: remove last
          traces of rrd_nan_inf.h fix handling of min==max where min < 0
 
 2007-11-20 00:08  oetiker
 
        * src/rrd_format.h, src/rrd_graph.c, src/rrd_nan_inf.c: remove last
          traces of rrd_nan_inf.h fix handling of min==max where min < 0
 
+2007-11-19 19:05  oetiker
+
+       * trunk/status/2007-11-19.txt: spell checked
+
+2007-11-19 19:02  oetiker
+
+       * trunk/status/2007-11-19.txt: added report
+
 2007-11-15 14:39  oetiker
 
        * bindings/ruby/main.c, src/rrd.h, src/rrd_create.c, src/rrd_dump.c,
 2007-11-15 14:39  oetiker
 
        * bindings/ruby/main.c, src/rrd.h, src/rrd_create.c, src/rrd_dump.c,
 
        * src/pngsize.c: make sure this compiles with aix
 
 
        * src/pngsize.c: make sure this compiles with aix
 
+2007-11-13 01:45  oetiker
+
+       * trunk/tutorial/lisa2007/m7am.odp: lisa update
+
 2007-11-08 10:16  oetiker
 
        * NEWS, bindings/ruby/main.c, doc/rrdruby.pod: fixed start end time
 2007-11-08 10:16  oetiker
 
        * NEWS, bindings/ruby/main.c, doc/rrdruby.pod: fixed start end time
        * bindings/perl-piped/RRDp.pm: handle errors properly ... in RRDp
          read call
 
        * bindings/perl-piped/RRDp.pm: handle errors properly ... in RRDp
          read call
 
+2007-10-08 14:36  oetiker
+
+       * trunk/tutorial/lisa2007/m7am.odp,
+         trunk/tutorial/lisa2007/rrdtutorial.odp: fixed name for release
+
+2007-10-08 14:36  oetiker
+
+       * trunk/tutorial/lisa2007/abstract-rrdtut.txt,
+         trunk/tutorial/lisa2007/rrdtutorial.odp: getting ready for release
+
 2007-09-16 15:35  oetiker
 
        * src/rrd_open.c: no reason to die when posixfadvise is not
 2007-09-16 15:35  oetiker
 
        * src/rrd_open.c: no reason to die when posixfadvise is not
 
        * doc/rrdbuild.pod: updated build instructions for 1.3
 
 
        * doc/rrdbuild.pod: updated build instructions for 1.3
 
+2007-08-03 23:46  oetiker
+
+       * trunk/talks/rrdtool13/rrdtool13.odp: initial talk
+
+2007-08-03 21:27  oetiker
+
+       * trunk/talks/rrdtool13/rrdtool13.odp: addded details
+
 2007-08-03 19:46  oetiker
 
        * svn2cl.xsl: prepare for the release of rrdtool-1.2.99907080300
 2007-08-03 19:46  oetiker
 
        * svn2cl.xsl: prepare for the release of rrdtool-1.2.99907080300
 
        * doc/rrdgraph_graph.pod: added notes on pango inline formatting
 
 
        * doc/rrdgraph_graph.pod: added notes on pango inline formatting
 
+2007-08-02 18:21  oetiker
+
+       * trunk/talks/rrdtool13, trunk/talks/rrdtool13/rrdtool13.odp,
+         trunk/talks/rrdtoolfast/monitoring-en.ppt,
+         trunk/talks/rrdtoolfast/onlineusv-de.ppt: talk updates
+
 2007-08-01 15:29  oetiker
 
        * src/rrd_graph.c: only release cairo stuff if we ever initialized
 2007-08-01 15:29  oetiker
 
        * src/rrd_graph.c: only release cairo stuff if we ever initialized
 
        * bindings/ruby/main.c: reindented
 
 
        * bindings/ruby/main.c: reindented
 
+2007-07-30 22:29  oetiker
+
+       * trunk/tutorial/lisa2007/abstract-rrdtut.txt: added toppics
+
 2007-07-25 20:38  oetiker
 
        * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
 2007-07-25 20:38  oetiker
 
        * src/rrd_create.c, src/rrd_dump.c, src/rrd_fetch.c,
        * src/rrd_update.c: make sure we check input even when the previous
          update was a 'U' ... and some indenting fixes
 
        * src/rrd_update.c: make sure we check input even when the previous
          update was a 'U' ... and some indenting fixes
 
+2007-07-24 20:35  oetiker
+
+       * trunk/contrib/php4/rrdtool_logo.h: added missing header
+
 2007-07-22 15:51  oetiker
 
        * src/rrd_format.h: new consolidation functions must be added last
 2007-07-22 15:51  oetiker
 
        * src/rrd_format.h: new consolidation functions must be added last
        * bindings/ruby/main.c: fix for fetch in ruby bindings and support
          for info added.
 
        * bindings/ruby/main.c: fix for fetch in ruby bindings and support
          for info added.
 
+2007-07-14 13:26  oetiker
+
+       * trunk/status/2007-07-14.txt: added report
+
 2007-07-12 20:33  oetiker
 
        * doc/rrdtutorial.pod: improve wording
 2007-07-12 20:33  oetiker
 
        * doc/rrdtutorial.pod: improve wording
 
        * configure.ac: fix tcl build settup
 
 
        * configure.ac: fix tcl build settup
 
+2007-07-12 20:33  oetiker
+
+       * trunk/tutorial/emanics/rrd-exercises.tex,
+         trunk/tutorial/emanics/rrdtutorial.odp,
+         trunk/tutorial/linuxforum2007/rrdtutorial.odp: monor updates
+
 2007-07-11 23:08  oetiker
 
        * src/rrd_create.c: usr rrd_free for freeing the rrd structs ...
          vito caputo
 
 2007-07-11 23:08  oetiker
 
        * src/rrd_create.c: usr rrd_free for freeing the rrd structs ...
          vito caputo
 
+2007-07-10 05:31  oetiker
+
+       * trunk/tutorial/emanics/rrd-exercises.tex: fixed linebreak
+
+2007-07-09 20:18  oetiker
+
+       * trunk/tutorial/emanics/rrd-exercises.tex: remove the 3.5h comment
+
+2007-07-06 14:05  oetiker
+
+       * trunk/tutorial/emanics, trunk/tutorial/emanics/rrd-exercises.tex,
+         trunk/tutorial/emanics/rrdtutorial.odp: initial emanics versions
+
 2007-07-05 15:19  oetiker
 
        * src/rrd_graph_helper.c: prevent potential segfaults on boxes where
          time_t is not long
 
 2007-07-05 15:19  oetiker
 
        * src/rrd_graph_helper.c: prevent potential segfaults on boxes where
          time_t is not long
 
+2007-06-24 11:42  oetiker
+
+       * trunk/tutorial/lisa2007/abstract-rrdtut.txt: add halfday
+
+2007-06-24 11:41  oetiker
+
+       * trunk/tutorial/lisa2007/abstract-rrdtut.txt: fritz fix
+
+2007-06-19 06:26  oetiker
+
+       * trunk/tutorial/lisa2007: updated for lisa
+
 2007-06-18 18:25  oetiker
 
        * src/rrd_cgi.c, src/rrd_graph.c, src/rrd_tune.c, src/rrd_xport.c:
 2007-06-18 18:25  oetiker
 
        * src/rrd_cgi.c, src/rrd_graph.c, src/rrd_tune.c, src/rrd_xport.c:
 
        * CONTRIBUTORS: Bernhard is not Benrard
 
 
        * CONTRIBUTORS: Bernhard is not Benrard
 
+2007-06-16 05:32  oetiker
+
+       * trunk/contrib/php4/config.m4, trunk/contrib/php4/configure,
+         trunk/contrib/php4/ltconfig, trunk/contrib/php4/php_rrdtool.h,
+         trunk/contrib/php4/rrdtool.c: lets have just a single rrdtool
+         extension annd not two ... -- Jarod Wilson <jwilson@redhat.com>
+
 2007-06-15 21:49  oetiker
 
        * NEWS: notes on evans contribs
 2007-06-15 21:49  oetiker
 
        * NEWS: notes on evans contribs
          - clean up some error paths. The fadvise error path is leaking
          memory (see XXX in these spots).
 
          - clean up some error paths. The fadvise error path is leaking
          memory (see XXX in these spots).
 
+2007-05-30 09:28  oetiker
+
+       * trunk/contrib/php4/examples/rrd_fetch.php,
+         trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c:
+         make this work on recent php4 versions -- Bernhard Fischer
+
 2007-05-30 05:23  oetiker
 
        * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h:
 2007-05-30 05:23  oetiker
 
        * CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h:
 
        * .: new trunk based on current 1.2
 
 
        * .: new trunk based on current 1.2
 
+2007-05-23 16:07  oetiker
+
+       * .: restarting trynk for 1.2
+
+2007-05-22 11:03  oetiker
+
+       * trunk/talks/rrdtoolfast/onlineusv-de.ppt: initial
+
+2007-05-22 09:27  oetiker
+
+       * trunk/talks/rrdtoolfast/fasttalk.ppt,
+         trunk/talks/rrdtoolfast/samfs-de.ppt: renamed
+
+2007-04-10 13:49  oetiker
+
+       * trunk/status/2007-04-10.txt: added sponsors
+
+2007-04-10 13:29  oetiker
+
+       * trunk/status/2007-04-10.txt: second reading ...
+
+2007-04-10 13:14  oetiker
+
+       * trunk/status, trunk/status/2007-04-10.txt: status report initial
+         version
+
+2007-03-19 22:01  oetiker
+
+       * trunk/articles/rrdtool-infoweek-2007-03.doc: infoweek artikel
+         initial
+
+2007-03-19 14:24  oetiker
+
+       * trunk/articles, trunk/articles/rrdtool-infoweek-2007-03.doc:
+         initial
+
+2007-03-02 06:38  oetiker
+
+       * trunk/talks/rrdtoolfast/monitoring-en.ppt: added english version
+
+2007-02-20 06:53  oetiker
+
+       * trunk/tutorial/linuxforum2007/rrdtutorial.odp: ready for
+         presentation at linuxforum
+
+2007-01-31 08:29  oetiker
+
+       * trunk/talks/rrdtoolfast/fasttalk.ppt: updated for samfs
+
+2007-01-30 08:36  oetiker
+
+       * trunk/talks/rrdtoolfast/fasttalk.ppt: added fasttalk for samfs
+
+2007-01-30 08:34  oetiker
+
+       * trunk/talks, trunk/talks/rrdtoolfast: initial
+
+2007-01-22 17:20  oetiker
+
+       * trunk/tutorial, trunk/tutorial/linuxforum2007,
+         trunk/tutorial/linuxforum2007/abstract-rrdtut.txt,
+         trunk/tutorial/linuxforum2007/rrdtutorial.odp,
+         trunk/tutorial/linuxforum2007/tobi-2006.jpg: initial
+
+2006-02-13 14:40  oetiker
+
+       * NEWS: removed extra line from top
+
+2005-04-04 22:15  oetiker
+
+       * trunk/meta/plan-1.2.txt: plan for 1.2 is now in the 1.2 branche
+
+2005-04-03 12:44  oetiker
+
+       * trunk/meta/plan-1.2.txt: verified operation on debian
+
+2005-04-03 12:44  oetiker
+
+       * README, configure.ac: update build instructions and configure
+         output.
+
+2005-04-03 11:44  oetiker
+
+       * doc/rrdgraph_graph.src, src/rrd_graph_helper.c: paramters in SHIFT
+         are separated by : like everywhere else
+
+2005-04-03 11:36  oetiker
+
+       * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h,
+         src/rrd_graph_helper.c: the piechart code does not produce release
+         ready results ... hide it behind WITH_PIECHART define
+
+2005-04-03 11:11  oetiker
+
+       * src/rrd_gfx.c: improve png writing speed by lowering the
+         compression
+
+2005-04-03 11:11  oetiker
+
+       * src/rrd_graph.c: make sure the font path is shorter than the
+         buffer
+
+2005-04-03 10:10  oetiker
+
+       * CONTRIBUTORS, src/rrd_graph.c, src/rrd_graph.h: fix graph layout
+         ... especially consider text propperties propperly
+
+2005-04-03 09:37  oetiker
+
+       * src/rrd_graph_helper.c: the legend string of a PRINT command gets
+         renderd later by runnning it through printf.
+
+2005-04-03 09:35  oetiker
+
+       * configure.ac, src/rrd_update.c: MMAP support for rrdtool this is
+         suposed to speed-up uptime 4 times. -- Radoslaw Karas
+         <rkaras@tyndall.ie>
+
+2005-03-20 21:17  oetiker
+
+       * bindings/Makefile.am: revert to last working version
+
+2005-03-20 21:11  oetiker
+
+       * bindings/Makefile.am: fix quoting
+
+2005-03-20 21:00  oetiker
+
+       * bindings/Makefile.am: quote sed expression
+
+2005-03-20 20:59  oetiker
+
+       * doc/rrdgraph.src, doc/rrdgraph_graph.src: document tabbing support
+         by adding in the textformatting notes document --tabwidth argument
+         document AXIS color
+
+2005-03-20 20:58  oetiker
+
+       * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: * allow
+         configuration of the default tab width * added new configurable
+         color AXIS * made tabbing support work with legend elements * use
+         propper font for the legend: LEGEND * fix apperance by makeing
+         grid more transparent * draw axis over the graph not under it.
+
+2005-03-20 20:56  oetiker
+
+       * src/rrd_gfx.c, src/rrd_gfx.h: added tabbig support
+
+2005-03-20 20:55  oetiker
+
+       * configure.ac: include the thread defs after they have been found
+         not before
+
+2005-03-20 20:54  oetiker
+
+       * trunk/meta/plan-1.2.txt: sync with reality
+
+2005-03-13 16:34  oetiker
+
+       * bindings/perl-shared/RRDs.xs: propperly integrate rrd_first
+
+2005-03-13 16:13  oetiker
+
+       * MakeMakefile: autotools still run after configure this is not good
+         ... run autoreconf at the end of MakeMakefile. Maybe this will
+         help
+
+2005-03-13 16:09  oetiker
+
+       * configure.ac: set install patch to version
+
+2005-03-13 16:08  oetiker
+
+       * MakeMakefile: re-run autotools to make sure dependent dates are
+         correct
+
+2005-03-13 16:00  oetiker
+
+       * MakeMakefile: reintroduce final header regen
+
+2005-03-13 15:57  oetiker
+
+       * MakeMakefile: still trying to get the order of calling autotools
+         right
+
+2005-03-13 15:54  oetiker
+
+       * MakeMakefile: create aclocal.m4 before libtoolize
+
+2005-03-13 15:51  oetiker
+
+       * MakeMakefile: make the headers first
+
+2005-03-13 15:16  oetiker
+
+       * doc/rrdfirst.pod: add the documentation for first
+
+2005-03-13 15:14  oetiker
+
+       * src/Makefile.am: ntconfig is no more
+
+2005-03-13 15:12  oetiker
+
+       * src/rrd_first.c: missed the actual code for first
+
+2005-03-12 17:06  oetiker
+
+       * bindings/perl-shared/RRDs.xs, doc/Makefile.am, src/Makefile.am,
+         src/rrd.h, src/rrd_tool.c: rrd_first code contributed by Burton
+         Strauss <Burton@ntopSupport.com>
+
+2005-03-10 17:04  oetiker
+
+       * trunk/meta/plan-1.2.txt: updated plan ...
+
+2005-03-10 17:03  oetiker
+
+       * README, acinclude.m4, bindings/Makefile.am, configure.ac,
+         examples/4charts.pl.in, examples/bigtops.pl.in,
+         examples/cgi-demo.cgi.in, examples/minmax.pl.in,
+         examples/piped-demo.pl.in, examples/shared-demo.pl.in,
+         examples/stripes.pl.in, src/rrd.h, src/rrd_last.c, src/rrd_tool.h:
+         * Updated perl compile system. It now uses Makefile.PL for
+         everything, but gets it to install the perl module in
+         @prefix@/lib/perl such that you can use the same use lib line for
+         whatever platform and perlversion you install into this directory.
+         They all live neatly next to each other. * fixed examples to work
+         with new perl install system. Added a few exec_prefix lines where
+         appropriate * fixed piped demo * fixed VeraMono.ttf file. This
+         somehow got damaged by cvs ... * added thread defines to normal
+         compile run, so that _r functions to not through errors. * tested
+         compilation and installation
+
+2005-03-04 23:53  oetiker
+
+       * acinclude.m4, configure.ac: revamped configure system ... lots
+         more stuff is in acinclude now still a bit of a mess, but better
+         than before ... if configure does not find the dependent libraries
+         and header it will not try to get help from pkg-config. If you
+         know where your libraries are it is best to just use CPPFLAGS and
+         LDFLAGS to specify their location.
+
+2005-03-04 00:12  oetiker
+
+       * MakeMakefile, acinclude.m4, bindings/Makefile.am, configure.ac,
+         src/Makefile.am: Big autotool update: * Upgraded to the latest
+         version of autoconf, automake and libtool * replaced pthread
+         detection code in configure with a more effective one * added a
+         test to see if special solaris defines are required for ctime_r to
+         behave posixly correct. * Fixed lots of warnings from autotools *
+         started adding support for pkg-config ... this will eventually
+         make the whole library finding much simpler
+
+2005-03-04 00:05  oetiker
+
+       * trunk/meta/plan-1.2.txt: added warning cleanup
+
+2005-03-03 13:56  oetiker
+
+       * trunk/meta/plan-1.2.txt: added notes about including stuff
+
+2005-03-03 13:48  oetiker
+
+       * trunk/meta/plan-1.2.txt: spelled
+
+2005-03-03 13:46  oetiker
+
+       * trunk/meta/plan-1.2.txt: initial
+
+2005-03-03 13:34  oetiker
+
+       * trunk/contrib/php4/.cvsignore, trunk/meta,
+         trunk/meta/plan-1.2.txt, ., .cvsignore, bindings/.cvsignore,
+         bindings/perl-piped/.cvsignore, bindings/perl-shared/.cvsignore,
+         bindings/tcl/.cvsignore, doc/.cvsignore, examples/.cvsignore,
+         libraries/.cvsignore, src/.cvsignore: ignorelists are a propperty
+         of an svn directory not a file
+
+2005-03-03 13:21  oetiker
+
+       * branches/gnu, branches/gpl, trunk/CVSROOT, trunk/rrdtool: post
+         cvs2svn conversion cleanup
+
+2005-02-27 22:00  oetiker
+
+       * src/rrd_cgi.c: do not complain when setting environemnt variable
+         sucessfully. -- hunter@mimuw.edu.pl
+
+2005-02-13 16:13  oetiker
+
+       * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, bindings/tcl/tclrrd.c,
+         src/rrd.h, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_graph.h,
+         src/rrd_tool.c: let rrd_graph return the actual value range it
+         picked ... -- Henrik Stoerner <henrik@hswn.dk>
+
+2005-01-28 14:02  oetiker
+
+       * src/rrd_hw.c: fix for memory leak. Rene Gallati <security ..
+         draxinusom.ch>
+
+2005-01-03 22:25  oetiker
+
+       * TODO: update todo
+
+2004-10-25 22:22  oetiker
+
+       * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h: *
+         fore-rules-legend option -- author name missing
+
+2004-10-25 22:21  oetiker
+
+       * src/rrd_tool.c: fixed segmentation falt problem in rrd_tool --
+         Yasuhiro Sumi <yasuhiro.sumi@hde.co.jp>
+
+2004-10-21 19:21  oetiker
+
+       * src/rrd_tool.c: fix return codes in the error case -- Haroon
+         Rafique <haroon.rafique@utoronto.ca>
+
+2004-09-24 21:11  oetiker
+
+       * CONTRIBUTORS, doc/rrdgraph_data.src, doc/rrdgraph_rpn.src,
+         src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
+         src/rrd_resize.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
+         src/rrd_xport.c: misc fixed and TREND and reduce functionality by
+         -- David M. Grimes <dgrimes@navisite.com>
+
+2004-08-24 05:26  oetiker
+
+       * CONTRIBUTORS, doc/rrdgraph_rpn.src, src/rrd_graph.c,
+         src/rrd_graph.h, src/rrd_graph_helper.c, src/rrd_rpncalc.c,
+         src/rrd_rpncalc.h, src/rrd_xport.c: CDEF operators SHIFT, SQRT,
+         SORT, and REV (reverse). See documentation for what they do. This
+         included removal of redundant code in the rrd_xport path, replaced
+         with a call to rrd_graph_script(). -- David M. Grimes
+         <dgrimes@navisite.com>
+
+2004-08-09 08:38  oetiker
+
+       * doc/rrdcgi.pod: added note on escaping :
+
+2004-08-08 21:54  oetiker
+
+       * src/rrd_cgi.c: port forward of fixes from the stable version of
+         rrd_cgi
+
+2004-08-07 23:46  oetiker
+
+       * src/rrd_graph.c: when moving the data pointers we should take into
+         account how fahr off they are. Found by David M. Grimes
+         <dgrimes@navisite.com>
+
+2004-08-05 21:24  oetiker
+
+       * bindings/perl-piped/MANIFEST, bindings/perl-shared/MANIFEST:
+         removed nonexisting files from manifest
+
+2004-07-30 00:30  jake
+
+       * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.ppd,
+         bindings/perl-shared/ntmake.pl, bindings/perl-shared/rrdpl.dsp,
+         bindings/perl-shared/rrdpl.dsw, confignt/config.h, src/rd_cgi.dsp,
+         src/rrd.dsp, src/rrd.dsw, src/rrd.vcproj, src/rrd_afm.c,
+         src/rrd_cgi.dsp, src/rrd_cgi.vcproj, src/rrd_restore.c,
+         src/rrdtool.dsp, src/rrdtool.dsw, src/rrdtool.sln,
+         src/rrdtool.suo, src/rrdtool.vcproj: Fix the Win32 build for
+         executable and perl-shared library. See NT-BUILD-TIPS.txt for step
+         by step instructions. Remove VC++ project files not being
+         maintained by anyone.
+
+2004-07-14 10:55  oetiker
+
+       * CONTRIBUTORS: added Peter Speck
+
+2004-06-26 09:03  oetiker
+
+       * rrdtool.spec: allow building rpm from cvs where there is not
+         ChangeLog (this gets generated when the distribution tar is built)
+         -- Tobi and Mike Slifcak
+
+2004-06-23 20:36  oetiker
+
+       * src/rrd_graph.c: It's quie enough that the title is placed on the
+         top of the graph, there's no need to emphasize it more. --
+         Stanislav Sinyagin <ssinyagin@yahoo.com>
+
+2004-06-23 08:39  oetiker
+
+       * src/Makefile.am: reverted ... $< does not work
+
+2004-06-22 22:09  oetiker
+
+       * src/Makefile.am: The "$^" variable is GNU make-specific, and fails
+         to compile under FreeBSD 4.10. Please change it to $<, which is
+         more compatible. -- Stanislav Sinyagin <ssinyagin@yahoo.com>
+
+2004-06-17 22:09  oetiker
+
+       * src/rrd_graph.h: fixed type for text_prop_conv prototype
+
+2004-06-07 19:07  oetiker
+
+       * debian/changelog, debian/control, debian/rules: Fix for debian
+         freetype linking -- Peter Hirdina <Peter.Hirdina@gmx.net>
+
+2004-05-26 22:11  oetiker
+
+       * src/fnv.h, src/parsetime.c, src/pngsize.c, src/rrd.h,
+         src/rrd_afm.c, src/rrd_afm_data.c, src/rrd_afm_data.h,
+         src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_graph.c,
+         src/rrd_graph_helper.c, src/rrd_last.c, src/rrd_open.c,
+         src/rrd_resize.c, src/rrd_restore.c, src/rrd_tool.c,
+         src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c:
+         reduce compiler warnings. Many small fixes. -- Mike Slifcak
+         <slif@bellsouth.net>
+
+2004-05-26 22:10  oetiker
+
+       * rrdtool.spec: improve redhat/fedora building -- Mike Slifcak
+
+2004-05-26 22:09  oetiker
+
+       * debian/rules: update debian build instructions -- Mike Slifcak
+
+2004-05-25 22:08  oetiker
+
+       * examples/shared-demo.pl.in: The counter was the only variable
+         which needed to be an integer. -- Mike Slifcak
+
+2004-05-25 22:07  oetiker
+
+       * rrdtool.spec: The rrdtool RPM package was depending on the
+         rrdtool-perl package. These changes move the examples, which are
+         primarily perl scripts, in with the rrdtool-perl RPM package,
+         thereby de-coupling the rest of the RRDtool from Perl. Perhaps
+         this is silliness ? If there is no need for rrdtool separate from
+         the Perl modules, let me know, then I'll just create an rrdtool
+         and an rrdtool-devel RPM package (that would be a cleaner build
+         and scripting, anyway). -- Mike Slifcak
+
+2004-05-25 22:03  oetiker
+
+       * doc/Makefile.am, doc/rrdtool-dump.dtd, doc/rrdtool-xport.dtd:
+         added dtd descriptsion s or rrdtool xml output -- Wolfgang Schrimm
+         <wolfgang{dot}schrimm{at}urz{dot}uni-heidelberg{dot}de>
+
+2004-05-25 21:06  oetiker
+
+       * bindings/perl-shared/RRDs.xs: added dump and restore ... Mike
+         Schilli <b2b@perlmeister.com>
+
+2004-05-25 21:01  oetiker
+
+       * CONTRIBUTORS: added some contributors
+
+2004-05-25 21:00  oetiker
+
+       * doc/rrdupdate.pod: fixed time stamp in example -- Mike Slifcak
+
+2004-05-25 20:59  oetiker
+
+       * rrdtool.spec: more fixes for rpm spec -- Mike Slifcak
+
+2004-05-25 20:58  oetiker
+
+       * doc/rrdtutorial.pod: single word fix -- Mike Slifcak
+
+2004-05-25 20:57  oetiker
+
+       * src/rrd_xport.c: Clear out previous legend array contents before
+         freeing legend array. Problem could manifest under extreme
+         resource limits. Not tested. -- Mike Slifcak
+
+2004-05-25 20:55  oetiker
+
+       * doc/rrdcreate.pod: subordinate term was improperly formed -- Mike
+         Slifcak
+
+2004-05-25 20:53  oetiker
+
+       * src/rrd_create.c, src/rrd_dump.c: prevent small leak when
+         resources are exhausted -- Mike Slifcak
+
+2004-05-25 20:52  oetiker
+
+       * THREADS, doc/rrdthreads.pod, doc/rrdtutorial.pod,
+         doc/rrdupdate.pod, src/rrd_cgi.c, src/rrd_resize.c,
+         src/rrd_restore.c, src/rrd_tool.c, src/rrd_update.c: fix spelling
+         and syntax, especially in messages that are printed -- Mike
+         Slifcak
+
+2004-05-25 20:51  oetiker
+
+       * src/rrd_cgi.c, src/rrd_dump.c, src/rrd_restore.c, src/rrd_tool.c,
+         src/rrd_update.c: Update displayed copyright messages to be
+         consistent. -- Mike Slifcak
+
+2004-05-25 20:51  oetiker
+
+       * doc/Makefile.am: don't process the old rrdgraph single file
+         document -- Mike Slifcak
+
+2004-05-25 20:50  oetiker
+
+       * rrdtool.spec: fix rpm rules -- Mike Slifcak
+
+2004-05-25 20:50  oetiker
+
+       * debian/control: fixed debian dependencies -- Mike Slifcak
+
+2004-05-25 16:51  oetiker
+
+       * src/rrd_rpncalc.c: The expression's head was first checking for
+         LT, and then for LTIME, and the latter was never reached. --
+         Stanislav Sinyagin <ssinyagin@yahoo.com>
+
+2004-05-19 05:11  oetiker
+
+       * doc/rrd-beginners.pod: integrated from debian
+
+2004-05-18 18:54  oetiker
+
+       * src/parsetime.c: its 365 days in a year .... -- Mike Slifcak
+
+2004-05-18 18:53  oetiker
+
+       * CONTRIBUTORS, NEWS, README, TODO, bindings/perl-piped/README,
+         bindings/perl-piped/RRDp.pm, bindings/perl-piped/t/base.t,
+         bindings/perl-shared/RRDs.pm, bindings/tcl/README,
+         doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod,
+         doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
+         doc/rrdfetch.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src,
+         doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
+         doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdinfo.pod,
+         doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod,
+         doc/rrdtool.pod, doc/rrdtune.pod, doc/rrdtutorial.es.pod,
+         doc/rrdtutorial.pod, doc/rrdupdate.pod, src/parsetime.c,
+         src/rrd_fetch.c, src/rrd_format.c, src/rrd_gfx.c, src/rrd_graph.c:
+         big spell checking patch -- slif@bellsouth.net
+
+2004-05-18 18:51  oetiker
+
+       * src/rrd_restore.c: make force option work
+
+2004-05-18 18:51  oetiker
+
+       * doc/Makefile.am: added beginners guide off debian --
+         slif@bellsouth.net
+
+2004-05-18 18:49  oetiker
+
+       * configure.ac, examples/4charts.pl.in, examples/Makefile.am,
+         examples/shared-demo.pl.in, examples/stripes.pl.in: add 4chars and
+         fix two examples -- Mike Slifcak <slif@bellsouth.net>
+
+2004-05-18 18:40  oetiker
+
+       * debian, debian/README.Debian, debian/build_freetype.sh,
+         debian/changelog, debian/control, debian/copyright,
+         debian/librrd0-dev.files, debian/librrd0.files,
+         debian/librrd0.postinst, debian/librrd0.postrm,
+         debian/librrd0.shlibs, debian/librrdp-perl.files,
+         debian/librrds-perl.files, debian/rrdtool-tcl.files,
+         debian/rrdtool.files, debian/rules, debian/watch: initial debian
+         build system added -- Mike Slifcak <slif@bellsouth.net>
+
+2004-05-18 18:36  oetiker
+
+       * src/Makefile.am: fix library numbering -- Mike Slifcak
+
+2004-05-18 18:25  oetiker
+
+       * doc/Makefile.am: better cleaning -- Mike Slifcak
+
+2004-05-12 21:57  oetiker
+
+       * bindings/Makefile.am, doc/Makefile.am: locate the mkinstalldirs
+         script at top level accept "configure --mandir=" settings -- Mike
+         Slifcak <slif@bellsouth.net>
+
+2004-05-04 21:01  oetiker
+
+       * doc/rrdgraph_rpn.src, src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added
+         the ATAN function. This is being used to convert a DS for each
+         vector component of wind direction into a single direction for
+         graphing.
+         CDEF:avdir=yavg,xavg,/,ATAN,57.296,*,xavg,0,LT,180,0,IF,+,DUP,0,LT,360,0,IF,+
+         -- Daniel Shiels <dan@marge.tofubar.com>
+
+2004-05-04 20:54  oetiker
+
+       * rrdtool.spec: updated spec file -- Chris Adams
+         <cmadams@hiwaay.net>
+
+2004-05-04 05:25  oetiker
+
+       * MakeMakefile: die only after all the version checks are done and
+         not for each one -- Alex van den Bogaerdt <alex@ergens.op.het.net>
+
+2004-05-03 14:05  oetiker
+
+       * Makefile.am, configure.ac, src/Makefile.am: * Allows rrdtool 1.1.x
+         (2004-04-29) to compile on freebsd. * Add configure options
+         --disable-rrdcgi disable building of rrdcgi --disable-pthread
+         disable multithread support -- Stanislav Sinyagin
+         <ssinyagin@yahoo.com>
+
+2004-05-02 21:10  oetiker
+
+       * configure.ac, src/rrd_graph.c: See the patch, attached. It changes
+         the default angle to 90, and allows one to change it from
+         configure command line: ./configure RRDGRAPH_YLEGEND_ANGLE=270.0
+         -- Stanislav Sinyagin <ssinyagin@yahoo.com>
+
+2004-04-18 10:21  oetiker
+
+       * src/rrd_restore.c: fixed O_BINARY
+
+2004-03-23 21:34  oetiker
+
+       * src/rrd_restore.c: make sure fole is opened binary on restore ...
+         to make things work on windows -- "Girod, Laurent"
+         <Laurent.Girod@pmintl.com>
+
+2004-03-21 11:40  oetiker
+
+       * doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h,
+         src/rrd_tool.c: Added --only-graph option -- Piotr Kodzis
+         <Piotr.Kodzis@inteligo.pl>
+
+2004-03-14 20:58  oetiker
+
+       * MakeMakefile, acinclude.m4, bindings/Makefile.am,
+         bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm,
+         bindings/perl-shared/t/base.t, configure.ac, doc/Makefile.am: make
+         MakeMaker work on debian and fix some leftovers from the library
+         rip-out transition -- Tobi
+
+2004-01-19 23:41  oetiker
+
+       * src/VeraMono.ttf, src/compile_afm.pl: initial
+
+2004-01-19 23:39  oetiker
+
+       * config: kill
+
+2004-01-19 23:39  oetiker
+
+       * config/Makefile.am: remove
+
+2004-01-19 23:37  oetiker
+
+       * libraries/cgilib-0.4: kill it
+
+2004-01-19 23:35  oetiker
+
+       * libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am,
+         libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c,
+         libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3,
+         libraries/cgilib-0.4/cgiGetValue.3,
+         libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3,
+         libraries/cgilib-0.4/cgiRedirect.3,
+         libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw,
+         libraries/cgilib-0.4/cgilib.vcproj,
+         libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c,
+         libraries/cgilib-0.4/readme, libraries/freetype-2.0.5-import.txt,
+         libraries/libart_lgpl-2.3.7, libraries/libpng-1.2.0,
+         libraries/libpng-1.2.0-import.txt, libraries/zlib-1.1.4: killem
+
+2004-01-19 23:27  oetiker
+
+       * libraries/freetype-2.0.5: all must go
+
+2004-01-19 23:17  oetiker
+
+       * MakeMakefile, Makefile.am, NEWS, README, bindings/Makefile.am,
+         bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.xs,
+         bindings/tcl/Makefile.am, configure.ac, doc/rrdcgi.pod,
+         libraries/Makefile.am: misc fixes to get rrdtool working without
+         included libraries.
+
+2004-01-19 23:16  oetiker
+
+       * src/Makefile.am, src/rrd_gfx.h: modifications for 'no more local
+         libaries'
+
+2004-01-15 18:14  oetiker
+
+       * bindings/perl-shared/RRDs.pm, bindings/perl-shared/RRDs.xs:
+         addition of RRDs::times -- Christophe Kalt <kalt@taranis.org>
+
+2003-12-26 16:54  oetiker
+
+       * src/rrd_graph.c: using --riggid it is possible to get a case where
+         minval is bigger than maxval ... this breaks the horizontal grid
+         ...
+
+2003-11-27 06:31  oetiker
+
+       * bindings/perl-shared/RRDs.xs: Stop RRDs for segfaulting on invalid
+         graph input -- Ian Holsman <Ian.Holsman@cnet.com>
+
+2003-11-27 06:30  oetiker
+
+       * src/rrd_cgi.c: make rrd_cgi build again ... Ian Holsman
+         <rrd.developers@holsman.net>
+
+2003-11-23 12:55  oetiker
+
+       * doc/rrdcgi.pod, src/rrd_cgi.c: New recursive parser for rrdcgi by
+         Arend-Jan Wijtzes <ajwytzes@wise-guys.nl>
+
+2003-11-19 07:06  oetiker
+
+       * src/rrd_gfx.c: Adding attributions: * xml fix was by Ian Holsman
+         <rrd.developers@holsman.net> * font rotation was by Chris
+         Turbeville <turbo@verio.net>
+
+2003-11-19 06:58  oetiker
+
+       * src/rrd_gfx.c: fixed svg generation
+
+2003-11-17 11:43  oetiker
+
+       * src/rrd_restore.c: more correct usage added -- Eldad Zack
+         <eldad@stoneshaft.ath.cx>
+
+2003-11-14 23:10  oetiker
+
+       * src/rrd_cgi.c: handle NULL pointers gracefully
+
+2003-11-12 22:14  oetiker
+
+       * bindings/perl-shared/RRDs.xs, src/rrd.h, src/rrd_cgi.c,
+         src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c: allow to pass an
+         open filehandle into rrd_graph as an extra argument
+
+2003-11-12 22:13  oetiker
+
+       * src/rrd_create.c: make create much faster .. -- David M. Grimes
+         <dgrimes@navisite.com>
+
+2003-11-11 21:19  oetiker
+
+       * doc/rrdrestore.pod, src/rrd_restore.c, src/rrd_tool.c: Allow to
+         force overwrite when restoring from xml to rrd. -- Eldad Zack
+         <eldad@stoneshaft.ath.cx>
+
+2003-11-11 19:46  oetiker
+
+       * src/fnv.h, src/parsetime.c, src/rrd.h, src/rrd_cgi.c,
+         src/rrd_create.c, src/rrd_fetch.c, src/rrd_graph.c,
+         src/rrd_graph_helper.c, src/rrd_update.c, src/rrd_xport.c:
+         replaced time_value with rrd_time_value as MacOS X introduced a
+         struct of that name in their standard headers
+
+2003-11-11 19:38  oetiker
+
+       * src/rrd_update.c: rrd files should NOT change size ever ... bulk
+         update code wa buggy. -- David M. Grimes <dgrimes@navisite.com>
+
+2003-11-04 22:20  oetiker
+
+       * src/rrd_tool.c: 20 chars max in a ds name -- Kuba Filipowicz
+         <amo@axit.pl>
+
+2003-10-26 19:29  oetiker
+
+       * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: added rotation ...
+
+2003-09-04 13:16  oetiker
+
+       * src/rrd_update.c: should not assigne but compare ... grrrrr
+
+2003-09-02 21:58  oetiker
+
+       * src/rrd_update.c: be pickier about what we accept in rrd_update.
+         Complain if things do not work out
+
+2003-08-28 21:48  oetiker
+
+       * configure.ac: make sure we get only 1 flag -- Chris Turbeville
+         <turbo@verio.net>
+
+2003-07-28 21:59  oetiker
+
+       * bindings/Makefile.am, libraries/freetype-2.0.5/Makefile.am,
+         src/Makefile.am: I was just taking a look at the development
+         RRDtool build (I'm looking forward to SVG support), and had a few
+         problems with an out-of-tree build. I find using a separate build
+         directory makes things much easier to manage, especially when
+         building for multiple architectures. I've attached the minor
+         patches for the progress that I made (I couldn't get the Perl
+         modules to work, but the main binaries seem okay), and would be
+         grateful if you could commit them (or something like them!). --
+         Joseph Walton <joe@kafsemo.org>
+
+2003-07-24 14:51  jake
+
+       * src/rrd_graph.h: Allow hyphen character in DEF_NAM_FMT to match
+         DS_NAM_FMT.
+
+2003-07-16 23:41  jake
+
+       * confignt/config.h, libraries/cgilib-0.4/cgilib.vcproj,
+         libraries/freetype-2.0.5/freetype.vcproj,
+         libraries/libart_lgpl-2.3.7/libart.vcproj,
+         libraries/libpng-1.2.0/png.vcproj,
+         libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj,
+         src/rrd_cgi.vcproj, src/rrd_graph.c, src/rrdtool.sln,
+         src/rrdtool.vcproj: Updated MS Visual C++ files from 7.0 to 7.1.
+         Add code to rrd_graph.c: rrd_graph_init() to use %windir%
+         environment variable to find the default font at runtime.
+
+2003-07-15 00:58  jake
+
+       * src/rrd_rpncalc.h: Moved OP_COUNT to the end of the enumeration.
+
+2003-05-20 20:51  oetiker
+
+       * doc/rrdcgi.pod, src/rrd_cgi.c: I've made a patch to rrdcgi to add
+         <RRD::TIME::STRFTIME ...> which allows you to re-format start and
+         end-time at-style times using strftime. This allows easy timespans
+         in the graph (e.g. -2weeks) to be formatted into more usual times.
+         -- "Erskine, Thomas" <terskine@NRCan.gc.ca>
+
+2003-05-03 15:41  oetiker
+
+       * src/rrd_create.c: small patch to rrd_create.c that corrects
+         problem with the version number of the newly created files. --
+         Sasha Mikheev <sasha@avalon-net.co.il>
+
+2003-04-29 21:56  oetiker
+
+       * src/rrd_open.c: readline in rrd_open.c reads the file in 8 KB
+         blocks, and calls realloc for each block. realloc is very slow in
+         Mac OS X for huge blocks, e.g. when restoring databases from huge
+         xml files. This patch finds the size of the file, and starts out
+         with malloc'ing the full size. -- Peter Speck <speck@ruc.dk>
+
+2003-04-29 19:37  oetiker
+
+       * doc/rrdfetch.pod: added comment on iso
+
+2003-04-29 19:14  jake
+
+       * MakeMakefile, doc/rrdupdate.pod, src/rrd_update.c: Change updatev
+         RRA return from index_number to cf_nam, pdp_cnt. Also revert
+         accidental addition of -I to aclocal MakeMakefile.
+
+2003-04-26 05:11  oetiker
+
+       * src/rrd_restore.c: only restore V2 and larger.
+
+2003-04-25 18:35  jake
+
+       * MakeMakefile, bindings/perl-shared/RRDs.pm,
+         bindings/perl-shared/RRDs.xs, doc/rrdtool.pod, doc/rrdupdate.pod,
+         src/rrd.h, src/rrd_create.c, src/rrd_info.c, src/rrd_tool.c,
+         src/rrd_tool.h, src/rrd_update.c: Alternate update interface,
+         updatev. Returns info about CDPs written to disk as result of
+         update. Output format is similar to rrd_info, a hash of
+         key-values.
+
+2003-04-23 22:47  oetiker
+
+       * src/rrd_restore.c: fixed version checks to only complain if xml
+         version is > than current RRD version
+
+2003-04-11 19:43  oetiker
+
+       * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph_rpn.src,
+         src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
+         src/rrd_rpncalc.h, src/rrd_tool.c: New special value COUNT which
+         allows calculations based on the position of a value within a data
+         set. Bug fix in rrd_rpncalc.c. PREV returned erroneus value for
+         the second value. Bug fix in rrd_restore.c. Bug causing seek error
+         when accesing an RRD restored from an xml that holds an RRD
+         version <3. -- Ruben Justo <ruben@ainek.com>
+
+2003-04-04 20:51  oetiker
+
+       * src/rrd_gfx.c: I think I found a very small bug in rrd graph PDF
+         output : the is_stream member of pdf_buffer is not initialized,
+         making bad PDF sometimes (I found a case where is_stream was != 0
+         for the font initialization). -- lhoudard@netcourrier.com
+
+2003-04-01 22:52  jake
+
+       * THREADS, bindings/perl-shared/ntmake.pl, src/rrd.dsp, src/rrd.h,
+         src/rrd.vcproj, src/rrd_graph.c, src/rrd_nan_inf.c,
+         src/rrd_not_thread_safe.c, src/rrd_thread_safe_nt.c,
+         src/rrd_tool.h, src/rrdtool.dsp: Fix Win32 build. VC++ 6.0 and 7.0
+         now use the thread-safe code.
+
+2003-03-31 21:22  oetiker
+
+       * src/rrd_format.h, src/rrd_open.c, src/rrd_update.c: enables
+         RRDtool updates with microsecond or in case of windows millisecond
+         precision. This is needed to reduce time measurement error when
+         archive step is small. (<30s) -- Sasha Mikheev
+         <sasha@avalon-net.co.il>
+
+2003-03-25 22:29  oetiker
+
+       * bindings/perl-shared/ntmake.pl: use the environment variable
+         VCINSTALLDIR -- Ian Holsman <rrd.developers@holsman.net>
+
+2003-03-24 22:08  oetiker
+
+       * src/rrd_thread_safe.c: strerror should not turn us recursive here
+         ... -- Peter Stamfest <peter@stamfest.at>
+
+2003-03-24 22:05  oetiker
+
+       * src/rrd_not_thread_safe.c: strerror must not become recursive --
+         Peter Stamfest <peter@stamfest.at>
+
+2003-03-12 20:39  oetiker
+
+       * doc/rrdresize.pod: remove ^M
+
+2003-03-10 00:30  oetiker
+
+       * src/rrd_diff.c: handle cases with two negative numbers -- Sasha
+         Mikheev <sasha@avalon-net.co.il>
+
+2003-03-08 18:44  oetiker
+
+       * src/rrd_graph.c: don't display legends for [HV]RULEs out of graph
+         bounds (rrdgraph) -- Christophe Kalt <kalt@taranis.org>
+
+2003-03-01 22:25  oetiker
+
+       * src/rrd_tool.c: realy suppress size output when talking to stdout.
+         Patch from Mat Zimmerman @ debian
+
+2003-02-24 18:26  oetiker
+
+       * examples/piped-demo.pl.in: fix for : in piped demo
+
+2003-02-22 21:57  oetiker
+
+       * doc/rrdthreads.pod: Initial checkin -- Peter Stamfest
+         <peter@stamfest.at>
+
+2003-02-22 21:57  oetiker
+
+       * doc/Makefile.am, src/Makefile.am, src/rrd_error.c: a patch to
+         avoid a memory leak and a Makefile.am patch to distribute all
+         required source files -- Peter Stamfest <peter@stamfest.at>
+
+2003-02-21 22:40  oetiker
+
+       * examples/piped-demo.pl.in: colons must be escaped
+
+2003-02-20 21:48  oetiker
+
+       * libraries/libpng-1.2.0/Makefile.am, src/Makefile.am: make the
+         threading work and compile, fix linking to libpng and update the
+         timestaps int the files
+
+2003-02-20 21:27  oetiker
+
+       * src/Makefile.am, src/rrd_thread_safe.c, src/rrd_tool.c: updated
+         copyrigh dates removed error.h from threaded variant added
+         compiletime to rrdtool
+
+2003-02-16 12:32  oetiker
+
+       * src/rrd_restore.c: if output is - there is not need to deref the
+         handler
+
+2003-02-16 12:31  oetiker
+
+       * src/parsetime.c: expect seems to exist on some systems in the
+         system inc files
+
+2003-02-13 07:05  oetiker
+
+       * Makefile.am, THREADS, configure.ac, src/Makefile.am,
+         src/parsetime.c, src/rrd.h, src/rrd_cgi.c, src/rrd_create.c,
+         src/rrd_dump.c, src/rrd_error.c, src/rrd_format.c,
+         src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_info.c,
+         src/rrd_is_thread_safe.h, src/rrd_last.c,
+         src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_restore.c,
+         src/rrd_rpncalc.c, src/rrd_stat.c, src/rrd_thread_safe.c,
+         src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: Find attached
+         the patch I promised to send to you. Please note that there are
+         three new source files (src/rrd_is_thread_safe.h,
+         src/rrd_thread_safe.c and src/rrd_not_thread_safe.c) and the
+         introduction of librrd_th. This library is identical to librrd,
+         but it contains support code for per-thread global variables
+         currently used for error information only. This is similar to how
+         errno per-thread variables are implemented. librrd_th must be
+         linked alongside of libpthred There is also a new file "THREADS",
+         holding some documentation. -- Peter Stamfest <peter@stamfest.at>
+
+2003-02-12 07:06  oetiker
+
+       * CONTRIBUTORS, bindings/Makefile.am, bindings/perl-shared/MANIFEST,
+         libraries/Makefile.am, src/Makefile.am: improved dist target --
+         Peter Stamfest <peter@stamfest.at>
+
+2003-02-11 10:16  oetiker
+
+       * doc/rrdgraph_graph.src: removed lg we do not allow this in the
+         code at th moment
+
+2003-02-05 18:16  oetiker
+
+       * src/rrd_resize.c: rrd resize SHRINK was broken :-) -- Scott Mace
+         <smace@intt.ORG>
+
+2003-01-31 06:46  oetiker
+
+       * src/rrd_graph.c: The NaN check should only use lastgdes when
+         following a STACK -- Scott Mace <smace@intt.ORG>
+
+2003-01-30 21:39  oetiker
+
+       * src/rrd_graph.c: fix stak+nan error ... Scott Mace
+         <smace@intt.ORG>
+
+2003-01-29 07:17  oetiker
+
+       * src/rrd_graph.c: fixed the processing of
+         TICK:vname#color:frac:legend -- Scott Mace <smace@intt.ORG>
+
+2003-01-25 22:50  oetiker
+
+       * CONTRIBUTORS, examples/4charts.pl.in, src/rrd_graph.c,
+         src/rrd_graph.h: added function (--no-minor) to turn off minor
+         gridlines on graphs -- Travis Brown <tebrown@csh.rit.edu>
+
+2003-01-16 23:27  oetiker
+
+       * src/rrd_fetch.c: fix border condition in rra selection of
+         rrd_fetch -- Stanislav Sinyagin <ssinyagin@yahoo.com>
+
+2003-01-15 19:24  oetiker
+
+       * doc/rrdcreate.pod, doc/rrdgraph-old.pod, doc/rrdgraph.src,
+         doc/rrdgraph_graph.src, src/rrd_graph.c: * single letter variants
+         for all graph options -- James Overbeck <grendel@gmo.jp>
+
+2002-12-14 22:30  oetiker
+
+       * configure.ac: fix rrdtool compile on solaris where CC for perl is
+         "gcc -B/usr/ccs/bin/" -- Russell Van Tassell
+         <russell@loosenut.com>
+
+2002-11-29 11:57  oetiker
+
+       * doc/rrdtool.pod: note on info added
+
+2002-11-19 22:33  oetiker
+
+       * doc/rrdgraph-old.pod, doc/rrdgraph_graph.src, src/rrd_graph.c:
+         added g as valid string format value
+
+2002-11-18 23:37  oetiker
+
+       * configure.ac: check for -OPT:IEEE_NaN_inf=ON on SGI C compiler --
+         Albert Chin-A-Young <china@thewrittenword.com>
+
+2002-11-03 15:07  oetiker
+
+       * MakeMakefile: fixed
+
+2002-10-24 21:17  oetiker
+
+       * src/rrd_cgi.c: added patch for apache 2 compatibility
+
+2002-10-07 06:22  oetiker
+
+       * MakeMakefile: keep up with the jhonses
+
+2002-10-07 06:21  oetiker
+
+       * src/rrd_graph.c: -z does not take an option -- Tomoyuki Murakami
+         <tomoyuki@pobox.com>
+
+2002-09-02 18:41  oetiker
+
+       * src/rrd_graph.c: fixed leak in VDEF_PERCENT handlin -- Perry Stoll
+         <perry_stoll@yahoo.com>
+
+2002-08-01 05:42  oetiker
+
+       * src/rrd_graph.c: fix for segfault condition in print_calc -- Paul
+         Clifford <paul.clifford@bbc.co.uk>
+
+2002-07-31 05:42  oetiker
+
+       * doc/rrdfetch.pod: improved fetch explanation --
+         Nenad.Antic@era.ericsson.se
+
+2002-07-13 18:35  oetiker
+
+       * src/rrd_graph.h, src/rrd_rpncalc.c, src/rrd_rpncalc.h: fixed
+         DEF_NAM_FMT definition added double include protection the
+         rrd_graph.h and rrd_rpncalc.h
+
+2002-07-12 11:20  oetiker
+
+       * src/rrd_rpncalc.c: fixed PREV parsing ... Gonzalo Augusto Arana
+         Tagle <garana@uolsinectis.com.ar>
+
+2002-07-06 15:45  oetiker
+
+       * src/rrd_rpncalc.h: new operators must be added at the END of the
+         sequence ...
+
+2002-07-05 18:57  oetiker
+
+       * doc/cdeftutorial.pod, doc/rrdgraph_rpn.src, src/rrd_graph.c,
+         src/rrd_rpncalc.c, src/rrd_rpncalc.h: new operand on rrdgraph
+         CDEFs: PREV(xxxx) -- Gonzalo Augusto Arana Tagle
+         <garana@uolsinectis.com.ar>
+
+2002-07-05 18:47  oetiker
+
+       * bindings/perl-shared/RRDs.pm: explain tzset
+
+2002-07-02 10:35  oetiker
+
+       * src/rrd_nan_inf.c: fixed DINF for win32
+
+2002-06-29 15:33  alex
+
+       * doc/rrdgraph.src, doc/rrdgraph_data.src, doc/rrdgraph_graph.src:
+         Changed DEF:...
+
+2002-06-29 15:24  alex
+
+       * src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: Changed
+         parsing again. Added a DEBUG prefix to all grapher commands
+
+2002-06-29 14:55  alex
+
+       * src/rrd_graph_helper.h: Not needed anymore
+
+2002-06-27 19:34  alex
+
+       * src/rrd_graph.c, src/rrd_graph.h: DEF now takes "--start" and
+         "--end" LINEx, AREA and such now take parameter "STACK"
+
+2002-06-23 23:13  alex
+
+       * doc/rrdgraph_data.src, doc/rrdgraph_examples.src: Updated docs for
+         the "DEF ... :step=nnnn" case
+
+2002-06-23 22:29  alex
+
+       * src/Makefile.am, src/rrd_fetch.c, src/rrd_graph.c,
+         src/rrd_resize.c: Added "step=1800" and such to "DEF" Cleaned some
+         of the signed vs. unsigned problems
+
+2002-06-23 22:28  alex
+
+       * src/rrd_format.h, src/rrd_nan_inf.c, src/rrd_nan_inf.h: In stead
+         of a zillion warnings, only one place gives a warning for DNAN
+
+2002-06-20 00:21  jake
+
+       * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs,
+         bindings/perl-shared/ntmake.pl, confignt/config.h,
+         libraries/freetype-2.0.5/freetype.dsp,
+         libraries/libart_lgpl-2.3.7/libart.dsp,
+         libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp,
+         src/rrd.dsp, src/rrd_open.c, src/rrd_tool.h, src/rrdtool.dsp,
+         src/rrdtool.ncb: More Win32 build changes; thanks to Kerry
+         Calvert.
+
+2002-06-14 12:15  oetiker
+
+       * doc/rrdresize.pod: better explanations -- "Shipway, Steve"
+         <steve.shipway@eds.com>
+
+2002-05-22 15:25  jake
+
+       * doc/rrdtune.pod: Changed intercept to slope for beta parameter in
+         rrdtune doc.
+
+2002-05-22 05:35  oetiker
+
+       * bindings/perl-shared/ntmake.pl,
+         libraries/cgilib-0.4/cgilib.vcproj,
+         libraries/freetype-2.0.5/freetype.vcproj,
+         libraries/libart_lgpl-2.3.7/libart.vcproj,
+         libraries/libpng-1.2.0/png.vcproj,
+         libraries/zlib-1.1.4/zlib.vcproj, src/rrd.vcproj,
+         src/rrd_cgi.vcproj, src/rrdtool.ncb, src/rrdtool.sln,
+         src/rrdtool.suo, src/rrdtool.vcproj: VC++ .NET (7.0) project files
+         -- Eric Chamberlain <echamber@socrates.Berkeley.EDU>
+
+2002-05-16 19:18  oetiker
+
+       * configure.ac: added -W ... lets have some more warnings ... with
+         gcc 3.1 985
+
+2002-05-15 06:14  oetiker
+
+       * libraries/afm/compile_afm.pl, src/rrd_afm_data.c: afm fixes --
+         Peter Speck <speck@ruc.dk>
+
+2002-05-14 21:52  jake
+
+       * NT-BUILD-TIPS.txt, confignt/config.h,
+         libraries/libart_lgpl-2.3.7/libart.dsp, src/rrd.dsp,
+         src/rrd_tool.c, src/rrdtool.dsp: Fix Win32 Build compatibility.
+
+2002-05-14 21:48  oetiker
+
+       * src/rrd_restore.c: double free fixed
+
+2002-05-14 05:28  oetiker
+
+       * configure.ac, src/rrd_tool.c: make opendir readdir chdir chroot
+         and thus the serverfunctionality a conditional compile depending
+         on the presence of the necessary function calls.
+
+2002-05-11 09:09  oetiker
+
+       * configure.ac, src/rrd_tool.c, src/rrd_tool.h: make dirent
+         sys/types and sys/stat autoconfable ....
+
+2002-05-08 20:34  oetiker
+
+       * doc/rrdtool.pod, src/rrd_tool.c, src/rrd_tool.h: Add funtionality
+         to rrdtool to run it as a 'server' -- Hartmut.Vogler@epost.de
+
+2002-05-07 21:58  oetiker
+
+       * CONTRIBUTORS, bindings/perl-shared/RRDs.xs, doc/Makefile.am,
+         doc/rrdtool.pod, doc/rrdxport.pod, examples/shared-demo.pl.in,
+         src/Makefile.am, src/rrd.h, src/rrd_graph.c, src/rrd_graph.h,
+         src/rrd_tool.c, src/rrd_xport.c, src/rrd_xport.h: new command
+         rrdtool xport integrated -- Wolfgang Schrimm
+         <Wolfgang.Schrimm@urz.uni-heidelberg.de>
+
+2002-05-02 13:23  oetiker
+
+       * doc/rrdcreate.pod: typo fixed
+
+2002-04-29 17:11  oetiker
+
+       * src/rrd_graph.c: badformat parser fixed ... for good this time I
+         hope
+
+2002-04-28 19:13  oetiker
+
+       * src/rrd_graph.c: inserted PRINT checker at the wrong point ...
+
+2002-04-28 14:14  oetiker
+
+       * src/rrd_graph.c: It's nice and simple, the error checker for the
+         PRINT stuff which is passed to printf() is not allowing certain
+         valid printf() style operations which make text alignment much
+         more fun. -- Richard A Steenbergen <ras@e-gerbil.net>
+
+2002-04-24 21:04  oetiker
+
+       * examples/cgi-demo.cgi, libraries/libart_lgpl-2.3.7/art_config.h,
+         src/rrd_graph.c: fixed setlocale issues
+
+2002-04-24 20:54  oetiker
+
+       * configure.ac, doc/rrdgraph.src: fixed adress for wishlist
+
+2002-04-24 20:49  oetiker
+
+       * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Patch for
+         supporting PDF as output format
+
+2002-04-24 20:49  oetiker
+
+       * src/rrd_graph.c, src/rrd_graph.h: Modification of rrd_graph.c/h so
+         it uses dashes for gridlines much like rrdtool 1.0 Avoids drawing
+         minor vertical gridlines where a major gridline is to avoid
+         artifacts from having the grey line beneath the red one. Patches
+         src/rrd_graph.c and src/rrd_graph.h -- Peter Speck <speck@ruc.dk
+
+2002-04-24 20:48  oetiker
+
+       * src/rrd_gfx.c: Improvement of svg/eps dash code so it adjusts
+         dash-lengths for round caps. -- Peter Speck <speck@ruc.dk>
+
+2002-04-24 20:43  oetiker
+
+       * src/rrd_graph.c: fixed setlocale issues
+
+2002-04-16 05:00  oetiker
+
+       * doc/rrdgraph.src: doc for gridfit by peter
+
+2002-04-15 21:29  oetiker
+
+       * src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: Evenly-spaced
+         y-axis gridlines. I had to split horizontal_grid() into
+         calc_horizontal_grid and draw_horizontal_grid as the calculated
+         info is needed in the adjustment code. My previous patch had the
+         problem that it adjusted the y-axis too late, e.g. after the data
+         lines was drawn. The result of the calc is stored in struct
+         ygrid_scale_t which image_desc_t has as a member. --no-gridfit is
+         implemented. The round-to-integer coordinates for png is moved to
+         the libart code in rrd_gfx. The 'close path' code is cleaned up so
+         the node list is left unchanged if you want to save the same graph
+         in multiple formats in one run. The rounding is done on the scaled
+         coordinates (zoom). I have made a simple version for logarithmic y
+         scales as such a scale might have 5 gridlines with 4 difference
+         spacings. This version only uses y = 10^x values for modifying the
+         scale. -- Peter Speck <speck@ruc.dk>
+
+2002-04-09 21:35  oetiker
+
+       * doc/rrdcgi.pod: remove boguos description of goodfor and refresh
+
+2002-04-09 21:34  oetiker
+
+       * bindings/perl-shared/RRDs.xs: removed tzset as it is in rrd_graph
+         now
+
+2002-04-09 21:34  oetiker
+
+       * configure.ac, src/rrd_graph.c: added tzset and setlocale to
+         rrd_graph
+
+2002-04-07 22:07  oetiker
+
+       * src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
+         src/rrd_afm_data.h: added missing files from peters patch
+
+2002-04-07 20:20  oetiker
+
+       * configure.ac, doc/rrdgraph.src, examples/4charts.pl.in,
+         examples/bigtops.pl, examples/piped-demo.pl,
+         examples/shared-demo.pl, examples/stripes.pl,
+         libraries/Makefile.am, libraries/afm, libraries/afm/COPYRIGHT.txt,
+         libraries/afm/Courier-Bold.afm,
+         libraries/afm/Courier-BoldOblique.afm,
+         libraries/afm/Courier-Oblique.afm, libraries/afm/Courier.afm,
+         libraries/afm/Helvetica-Bold.afm,
+         libraries/afm/Helvetica-BoldOblique.afm,
+         libraries/afm/Helvetica-Oblique.afm, libraries/afm/Helvetica.afm,
+         libraries/afm/Makefile.am, libraries/afm/Symbol.afm,
+         libraries/afm/Times-Bold.afm, libraries/afm/Times-BoldItalic.afm,
+         libraries/afm/Times-Italic.afm, libraries/afm/Times-Roman.afm,
+         libraries/afm/ZapfDingbats.afm, libraries/afm/compile_afm.pl,
+         libraries/afm/glyphlist.txt, libraries/afm/test-afm.c,
+         libraries/libart_lgpl-2.3.7/Makefile.in,
+         libraries/libpng-1.2.0/Makefile.in, src/Makefile.am,
+         src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_tool.c: 3
+         patches, #3 depends on #1 as EPS uses AFM for stringwidth too.
+         src/rrd_afm.[ch], src/rrd_afm_data.[ch] and changes to
+         rrd_gfx.[ch] to use AFM for stringwidth in SVG output.
+         libraries/afm with .afm files for the standard 14 postscript fonts
+         and perl script to create src/rrd_afm_data.c Includes small test
+         program to show examples of calculated stringwidth and actual
+         stringwidth. Adds EPS output support. Modifies rrd_tool.c as
+         rrd_graph() changes the argv pointer, and rrd_tool then always
+         wrote the 200x100 output line to the file (which probably doesn't
+         do anything for png images, but eps files fail having it after the
+         %%EOF marker). -- Peter Speck <speck@ruc.dk>
+
+2002-04-06 12:40  alex
+
+       * src/rrd_graph.c: Different default font when WIN32 is defined
+
+2002-04-06 12:25  alex
+
+       * NT-BUILD-TIPS.txt, bindings/perl-shared/Makefile.PL,
+         bindings/perl-shared/RRDs.pm, bindings/perl-shared/ntmake.pl,
+         bindings/perl-shared/t/base.t, doc/Makefile.am,
+         doc/cdeftutorial.pod, doc/rrdgraph-old.pod,
+         doc/rrdgraph_graph.src, doc/rrdtutorial.es.pod,
+         examples/cgi-demo.cgi, examples/cgi-demo.cgi.in,
+         examples/piped-demo.pl, examples/piped-demo.pl.in,
+         examples/shared-demo.pl, examples/shared-demo.pl.in,
+         src/rrd_cgi.c, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
+         src/rrd_graph.h, src/rrd_tool.h: Removed references to GIF Changed
+         y0 and such into Y0 and so
+
+2002-04-05 23:51  jake
+
+       * NT-BUILD-TIPS.txt, bindings/perl-shared/RRDs.xs,
+         bindings/perl-shared/ntmake.pl, confignt, confignt/config.h,
+         libraries/freetype-2.0.5/freetype.dsp,
+         libraries/libart_lgpl-2.3.7/libart.dsp,
+         libraries/libpng-1.2.0/png.dsp, libraries/zlib-1.1.4/zlib.dsp,
+         src/ntconfig.h, src/rrd.dsp, src/rrd_gfx.c, src/rrd_graph.c,
+         src/rrd_tool.h, src/rrdtool.dsp, src/rrdtool.dsw: Updated/added
+         MVSC++ 6.0 project files for compilation of rrd.lib and
+         rrdtool.exe on Win32. Changes for RRDs compilation on Win32. Moved
+         src/ntconfig.h to confignt/config.h.
+
+2002-04-03 14:52  oetiker
+
+       * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph.h: As
+         gfx_canvas_t now has excatly the same lifespan as image_desc_t,
+         I've made 'gfx_canvas_t canvas' a member of image_desc_t and
+         dropped it as a separate parameter in all function calls.
+         imgformat, interlaced and zoom are moved to gfx_canvas_t. I have
+         dropped my old fontlib-enum as imgformat contains that
+         information. The gfx_render_xxx switch is moved to rrd_gfx so
+         rrd_graph is (almost) only bothered with image formats in cmd line
+         parsing. gfx_close_path is added. gfx_new_dashed_line is added
+         with 2 new arguments: length of a dash and length between dashes.
+         gfx_new_line is still there for plain lines. Having dash-length ==
+         0 creates normal line. rrd_graph.c is not updated for dashed
+         lines. It's not decided how one should specify which and how lines
+         are dashed. An extension of the color specification? svg is
+         updated for dashes and opacity, but libart code is not. I've fixed
+         indent in SVG, all lines had a space before func decl. etc. Misc
+         small fixes, e.g. sscanf of gfx_color_t, position of x-axis arrow.
+         --- Peter Speck <speck@ruc.dk>
+
+2002-04-03 05:32  oetiker
+
+       * src/rrd_restore.c: i suck. sorry. add ,0666 to the open(). -- Paul
+         Vixie <paul@vix.com>
+
+2002-04-02 21:32  oetiker
+
+       * bindings/perl-shared/RRDs.xs: added call to tzset to activate TZ
+         settings -- Paul A Vixie <vixie@vix.com>
+
+2002-04-02 21:31  oetiker
+
+       * src/rrd_restore.c: aded missing fcntl.h
+
+2002-04-02 19:37  oetiker
+
+       * src/rrd_restore.c: rrd restore should not burn down existing files
+         -- Paul Vixie <paul@vix.com>
+
+2002-04-01 18:32  oetiker
+
+       * NEWS: merged svg update
+
+2002-04-01 18:31  oetiker
+
+       * src/rrd_diff.c: "!" takes a higher preference than "||" this means
+         rrd_update N:: would segfault -- Oliver Cook <ollie@uk.clara.net>
+
+2002-03-28 17:33  jake
+
+       * MakeMakefile: Added comment suggesting use of -I flag with
+         aclocal.
+
+2002-03-26 07:02  oetiker
+
+       * doc/rrdgraph.src, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.h:
+         added SVG support -- Peter Speck <speck@ruc.dk>
+
+2002-03-23 20:41  alex
+
+       * src/rrd_graph.c: Better positioning of the pie when it is alone on
+         the canvas
+
+2002-03-23 20:01  alex
+
+       * NEWS: Modified rrd_graph
+
+2002-03-23 19:59  alex
+
+       * src/rrd_graph.c, src/rrd_graph.h: Changes in rrd_graph; see NEWS
+
+2002-03-23 09:05  oetiker
+
+       * doc/rrdcgi.pod, doc/rrdgraph.src, doc/rrdtutorial.pod: removed
+         reference to GIF
+
+2002-03-23 09:01  oetiker
+
+       * src/Makefile.am, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c:
+         remove all traces of GIF and make PNG the default
+
+2002-03-23 08:53  oetiker
+
+       * src/rrd_graph.c: Move CDEF start pointers if start of cdef is a
+         step ahead of the start of the data -- Ashok Mandala
+         <chakri063@yahoo.com>
+
+2002-03-21 22:39  oetiker
+
+       * src/rrd_graph.c: fixed color area in legend and fixed color area
+         in 3d border
+
+2002-03-21 12:00  alex
+
+       * src/rrd_graph.c, src/rrd_graph.h: Pie charts didn't have
+         anti-aliasing; building them clockwise seems to solve this
+         problem.
+
+2002-03-20 22:48  oetiker
+
+       * src/rrd_rpncalc.c: fixed longstanding bug affection CDEFS where
+         values from rrds with different resolutions got mixed ..
+
+2002-03-17 22:40  alex
+
+       * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: Changed the way
+         circle sections are drawn.
+
+2002-03-13 02:58  alex
+
+       * src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c: New, hopefully
+         better, implementation of PART drawing
+
+2002-03-12 07:19  oetiker
+
+       * libraries/zlib-1.1.3: realy remove zlibe 1.1.3 dir
+
+2002-03-12 07:18  oetiker
+
+       * MakeMakefile, configure.ac, examples/bigtops.pl,
+         examples/piped-demo.pl, examples/shared-demo.pl,
+         examples/stripes.pl: updated
+
+2002-03-12 07:17  oetiker
+
+       * libraries/libart_lgpl-2.3.7,
+         libraries/libart_lgpl-2.3.7/.cvsignore: ignore generated files
+
+2002-03-12 07:16  oetiker
+
+       * libraries/libart_lgpl-2.3.7/libart_lgpl_2.la,
+         libraries/zlib-1.1.4, libraries/zlib-1.1.4/.cvsignore,
+         libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.in:
+         missing bits
+
+2002-03-12 06:43  oetiker
+
+       * configure.ac: updated to zlib 1.1.4
+
+2002-03-12 06:42  oetiker
+
+       * libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ,
+         libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am,
+         libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool,
+         libraries/zlib-1.1.3/adler32.c,
+         libraries/zlib-1.1.3/algorithm.txt,
+         libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c,
+         libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h,
+         libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c,
+         libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c,
+         libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c,
+         libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c,
+         libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h,
+         libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c,
+         libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c,
+         libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c,
+         libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c,
+         libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c,
+         libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3,
+         libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw,
+         libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c,
+         libraries/zlib-1.1.3/zutil.h, libraries/zlib-1.1.4,
+         libraries/zlib-1.1.4/ChangeLog, libraries/zlib-1.1.4/FAQ,
+         libraries/zlib-1.1.4/INDEX, libraries/zlib-1.1.4/Make_vms.com,
+         libraries/zlib-1.1.4/Makefile, libraries/zlib-1.1.4/Makefile.am,
+         libraries/zlib-1.1.4/Makefile.am~,
+         libraries/zlib-1.1.4/Makefile.in,
+         libraries/zlib-1.1.4/Makefile.riscos, libraries/zlib-1.1.4/README,
+         libraries/zlib-1.1.4/adler32.c,
+         libraries/zlib-1.1.4/algorithm.txt,
+         libraries/zlib-1.1.4/compress.c, libraries/zlib-1.1.4/crc32.c,
+         libraries/zlib-1.1.4/deflate.c, libraries/zlib-1.1.4/deflate.h,
+         libraries/zlib-1.1.4/descrip.mms, libraries/zlib-1.1.4/example.c,
+         libraries/zlib-1.1.4/gzio.c, libraries/zlib-1.1.4/infblock.c,
+         libraries/zlib-1.1.4/infblock.h, libraries/zlib-1.1.4/infcodes.c,
+         libraries/zlib-1.1.4/infcodes.h, libraries/zlib-1.1.4/inffast.c,
+         libraries/zlib-1.1.4/inffast.h, libraries/zlib-1.1.4/inffixed.h,
+         libraries/zlib-1.1.4/inflate.c, libraries/zlib-1.1.4/inftrees.c,
+         libraries/zlib-1.1.4/inftrees.h, libraries/zlib-1.1.4/infutil.c,
+         libraries/zlib-1.1.4/infutil.h, libraries/zlib-1.1.4/maketree.c,
+         libraries/zlib-1.1.4/minigzip.c, libraries/zlib-1.1.4/trees.c,
+         libraries/zlib-1.1.4/trees.h, libraries/zlib-1.1.4/uncompr.c,
+         libraries/zlib-1.1.4/zconf.h, libraries/zlib-1.1.4/zlib.3,
+         libraries/zlib-1.1.4/zlib.h, libraries/zlib-1.1.4/zlib.html,
+         libraries/zlib-1.1.4/zutil.c, libraries/zlib-1.1.4/zutil.h:
+         replace zlib 1.1.3 with zlib 1.1.4
+
+2002-03-10 23:08  alex
+
+       * doc/rrdgraph_graph.src, src/rrd_graph.c, src/rrd_graph.h: Pie
+         chart support added to rrdtool graph
+
+2002-03-10 22:49  oetiker
+
+       * MakeMakefile: added quotes to echo
+
+2002-03-10 16:22  alex
+
+       * src/rrd_rpncalc.c: Realigned function rpn_calc() Stack checking
+         now done using a macro
+
+2002-03-10 14:58  alex
+
+       * doc/rrdgraph.src, doc/rrdgraph_rpn.src: Fixed some typos/errors
+         Updated for the NE and ISINF operators in RPN
+
+2002-03-10 14:53  alex
+
+       * src/rrd_graph.c: Using the font option resulted in a segfault.
+         Needs more care, the current change is just a hack
+
+2002-03-10 14:48  alex
+
+       * src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added NE and ISINF operands
+         to RPN
+
+2002-03-10 12:28  oetiker
+
+       * MakeMakefile: better version check
+
+2002-03-08 22:14  alex
+
+       * doc/rrdtutorial.pod: Needed to escape a wildcard
+
+2002-03-08 22:11  alex
+
+       * doc/rrdtutorial.pod: Fixed some typos
+
+2002-02-18 21:52  oetiker
+
+       * MakeMakefile, examples/bigtops.pl: added autotools version check
+         to MakeMakefiles
+
+2002-02-09 06:21  oetiker
+
+       * src/rrd_gfx.c: do propper error checking and release memmory when
+         it is not required anymore
+
+2002-02-08 18:40  oetiker
+
+       * src/rrd_cgi.c: allow rrd_cgi to deal with umlauts -- Alexander
+         Schwartz <alexander.schwartz@gmx.net>
+
+2002-02-03 08:10  oetiker
+
+       * doc/rrdcreate.pod: fixed spelling
+
+2002-02-02 14:36  oetiker
+
+       * src/rrd_graph.c: fixed data pointer storage
+
+2002-02-01 20:34  oetiker
+
+       * src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd_cgi.c,
+         src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
+         src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
+         src/rrd_format.c, src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c,
+         src/rrd_last.c, src/rrd_open.c, src/rrd_resize.c,
+         src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_stat.c,
+         src/rrd_tool.c, src/rrd_tune.c, src/rrd_update.c: fixed version
+         number and date/time
+
+2002-02-01 20:29  oetiker
+
+       * libraries/libart_lgpl-2.3.7/Makefile,
+         libraries/libpng-1.2.0/Makefile, src/rrd_graph.c: *** empty log
+         message ***
+
+2002-01-31 22:44  oetiker
+
+       * acinclude.m4: this file and all the external libraries
+         configurability was contributed by mat zimmermann
+
+2002-01-31 22:43  oetiker
+
+       * acinclude.m4, configure.ac, examples/minmax.pl,
+         libraries/Makefile.am, src/Makefile.am, src/rrd_graph.c: allow use
+         of libraries already installed on the system
+
+2002-01-31 11:56  oetiker
+
+       * src/parsetime.c: make "18:00 yesterday" work Pavel Mores
+         <pvl@uh.cz>
+
+2002-01-31 07:23  oetiker
+
+       * src/rrd_graph.c: weeknumber is not %V which is more appropriate
+         than %W
+
+2002-01-31 06:36  oetiker
+
+       * MakeMakefile: copy ltmain.sh
+
+2002-01-17 20:31  oetiker
+
+       * libraries/libpng-1.0.9: this also
+
+2002-01-17 20:30  oetiker
+
+       * config/libtool, libraries/gd1.3, libraries/libpng-1.0.9/ANNOUNCE,
+         libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL,
+         libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE,
+         libraries/libpng-1.0.9/Makefil,
+         libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README,
+         libraries/libpng-1.0.9/README.rrdtool,
+         libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO,
+         libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3,
+         libraries/libpng-1.0.9/libpng.txt,
+         libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5,
+         libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp,
+         libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h,
+         libraries/libpng-1.0.9/pngasmrd.h,
+         libraries/libpng-1.0.9/pngbar.jpg,
+         libraries/libpng-1.0.9/pngbar.png,
+         libraries/libpng-1.0.9/pngconf.h,
+         libraries/libpng-1.0.9/pngerror.c,
+         libraries/libpng-1.0.9/pnggccrd.c,
+         libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c,
+         libraries/libpng-1.0.9/pngnow.png,
+         libraries/libpng-1.0.9/pngpread.c,
+         libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c,
+         libraries/libpng-1.0.9/pngrtran.c,
+         libraries/libpng-1.0.9/pngrutil.c,
+         libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c,
+         libraries/libpng-1.0.9/pngtest.png,
+         libraries/libpng-1.0.9/pngtrans.c,
+         libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c,
+         libraries/libpng-1.0.9/pngwrite.c,
+         libraries/libpng-1.0.9/pngwtran.c,
+         libraries/libpng-1.0.9/pngwutil.c: this is not needed anymore
+
+2002-01-17 20:28  oetiker
+
+       * libraries/gd1.3/.cvsignore: killing remains
+
+2002-01-16 23:11  oetiker
+
+       * MakeMakefile: added places for download
+
+2002-01-15 22:58  oetiker
+
+       * ., .cvsignore, config, config/.cvsignore: ignore irrelevant things
+
+2002-01-15 22:53  oetiker
+
+       * libraries/freetype-2.0.5, libraries/freetype-2.0.5/.cvsignore,
+         libraries/libart_lgpl-2.3.7,
+         libraries/libart_lgpl-2.3.7/.cvsignore, libraries/libpng-1.2.0,
+         libraries/libpng-1.2.0/.cvsignore: added new .cvsignore files
+
+2002-01-15 22:51  oetiker
+
+       * CONTRIBUTORS, MakeMakefile, Makefile.am, NEWS, config/acconfig.h,
+         config/aclocal.m4, config/config.guess, config/config.h.in,
+         config/config.sub, config/install-sh, config/ltconfig,
+         config/ltmain.sh, config/missing, config/mkinstalldirs,
+         config/stamp-h, config/stamp-h.in, configure.ac, configure.in,
+         doc/rrdgraph.src, doc/rrdgraph_graph.src, examples/4charts.pl.in,
+         examples/bigtops.pl, examples/bigtops.pl.in,
+         examples/cgi-demo.cgi, examples/minmax.pl, examples/minmax.pl.in,
+         examples/piped-demo.pl, examples/piped-demo.pl.in,
+         examples/shared-demo.pl, examples/shared-demo.pl.in,
+         examples/stripes.pl, examples/stripes.pl.in,
+         libraries/Makefile.am, libraries/cgilib-0.4/Makefile.am,
+         libraries/freetype-2.0.5, libraries/freetype-2.0.5-import.txt,
+         libraries/freetype-2.0.5/Makefile.am,
+         libraries/freetype-2.0.5/README,
+         libraries/freetype-2.0.5/ahangles.c,
+         libraries/freetype-2.0.5/ahglobal.c,
+         libraries/freetype-2.0.5/ahglyph.c,
+         libraries/freetype-2.0.5/ahhint.c,
+         libraries/freetype-2.0.5/ahmodule.c,
+         libraries/freetype-2.0.5/ahoptim.c,
+         libraries/freetype-2.0.5/autohint.c,
+         libraries/freetype-2.0.5/cff.c,
+         libraries/freetype-2.0.5/cffdrivr.c,
+         libraries/freetype-2.0.5/cffgload.c,
+         libraries/freetype-2.0.5/cffload.c,
+         libraries/freetype-2.0.5/cffobjs.c,
+         libraries/freetype-2.0.5/cffparse.c,
+         libraries/freetype-2.0.5/cidgload.c,
+         libraries/freetype-2.0.5/cidload.c,
+         libraries/freetype-2.0.5/cidobjs.c,
+         libraries/freetype-2.0.5/cidparse.c,
+         libraries/freetype-2.0.5/cidriver.c,
+         libraries/freetype-2.0.5/ftbase.c,
+         libraries/freetype-2.0.5/ftbbox.c,
+         libraries/freetype-2.0.5/ftcache.c,
+         libraries/freetype-2.0.5/ftcalc.c,
+         libraries/freetype-2.0.5/ftcchunk.c,
+         libraries/freetype-2.0.5/ftcglyph.c,
+         libraries/freetype-2.0.5/ftcimage.c,
+         libraries/freetype-2.0.5/ftcmanag.c,
+         libraries/freetype-2.0.5/ftcsbits.c,
+         libraries/freetype-2.0.5/ftdebug.c,
+         libraries/freetype-2.0.5/ftextend.c,
+         libraries/freetype-2.0.5/ftglyph.c,
+         libraries/freetype-2.0.5/ftgrays.c,
+         libraries/freetype-2.0.5/ftinit.c,
+         libraries/freetype-2.0.5/ftlist.c,
+         libraries/freetype-2.0.5/ftlru.c,
+         libraries/freetype-2.0.5/ftmac.c, libraries/freetype-2.0.5/ftmm.c,
+         libraries/freetype-2.0.5/ftnames.c,
+         libraries/freetype-2.0.5/ftobjs.c,
+         libraries/freetype-2.0.5/ftoutln.c,
+         libraries/freetype-2.0.5/ftraster.c,
+         libraries/freetype-2.0.5/ftrend1.c,
+         libraries/freetype-2.0.5/ftsmooth.c,
+         libraries/freetype-2.0.5/ftstream.c,
+         libraries/freetype-2.0.5/ftsynth.c,
+         libraries/freetype-2.0.5/ftsystem.c,
+         libraries/freetype-2.0.5/fttrigon.c,
+         libraries/freetype-2.0.5/include,
+         libraries/freetype-2.0.5/include/Makefile.am,
+         libraries/freetype-2.0.5/include/ahangles.h,
+         libraries/freetype-2.0.5/include/aherrors.h,
+         libraries/freetype-2.0.5/include/ahglobal.h,
+         libraries/freetype-2.0.5/include/ahglyph.h,
+         libraries/freetype-2.0.5/include/ahhint.h,
+         libraries/freetype-2.0.5/include/ahloader.h,
+         libraries/freetype-2.0.5/include/ahmodule.h,
+         libraries/freetype-2.0.5/include/ahoptim.h,
+         libraries/freetype-2.0.5/include/ahtypes.h,
+         libraries/freetype-2.0.5/include/cffdrivr.h,
+         libraries/freetype-2.0.5/include/cfferrs.h,
+         libraries/freetype-2.0.5/include/cffgload.h,
+         libraries/freetype-2.0.5/include/cffload.h,
+         libraries/freetype-2.0.5/include/cffobjs.h,
+         libraries/freetype-2.0.5/include/cffparse.h,
+         libraries/freetype-2.0.5/include/cfftoken.h,
+         libraries/freetype-2.0.5/include/ciderrs.h,
+         libraries/freetype-2.0.5/include/cidgload.h,
+         libraries/freetype-2.0.5/include/cidload.h,
+         libraries/freetype-2.0.5/include/cidobjs.h,
+         libraries/freetype-2.0.5/include/cidparse.h,
+         libraries/freetype-2.0.5/include/cidriver.h,
+         libraries/freetype-2.0.5/include/cidtoken.h,
+         libraries/freetype-2.0.5/include/fnterrs.h,
+         libraries/freetype-2.0.5/include/freetype,
+         libraries/freetype-2.0.5/include/freetype/Makefile.am,
+         libraries/freetype-2.0.5/include/freetype/cache,
+         libraries/freetype-2.0.5/include/freetype/cache/Makefile.am,
+         libraries/freetype-2.0.5/include/freetype/cache/ftcchunk.h,
+         libraries/freetype-2.0.5/include/freetype/cache/ftcglyph.h,
+         libraries/freetype-2.0.5/include/freetype/cache/ftcimage.h,
+         libraries/freetype-2.0.5/include/freetype/cache/ftcmanag.h,
+         libraries/freetype-2.0.5/include/freetype/cache/ftcsbits.h,
+         libraries/freetype-2.0.5/include/freetype/cache/ftlru.h,
+         libraries/freetype-2.0.5/include/freetype/config,
+         libraries/freetype-2.0.5/include/freetype/config/Makefile.am,
+         libraries/freetype-2.0.5/include/freetype/config/ftconfig.h,
+         libraries/freetype-2.0.5/include/freetype/config/ftheader.h,
+         libraries/freetype-2.0.5/include/freetype/config/ftmodule.h,
+         libraries/freetype-2.0.5/include/freetype/config/ftoption.h,
+         libraries/freetype-2.0.5/include/freetype/freetype.h,
+         libraries/freetype-2.0.5/include/freetype/ftbbox.h,
+         libraries/freetype-2.0.5/include/freetype/ftcache.h,
+         libraries/freetype-2.0.5/include/freetype/ftchapters.h,
+         libraries/freetype-2.0.5/include/freetype/fterrors.h,
+         libraries/freetype-2.0.5/include/freetype/ftglyph.h,
+         libraries/freetype-2.0.5/include/freetype/ftimage.h,
+         libraries/freetype-2.0.5/include/freetype/ftlist.h,
+         libraries/freetype-2.0.5/include/freetype/ftmac.h,
+         libraries/freetype-2.0.5/include/freetype/ftmm.h,
+         libraries/freetype-2.0.5/include/freetype/ftmoderr.h,
+         libraries/freetype-2.0.5/include/freetype/ftmodule.h,
+         libraries/freetype-2.0.5/include/freetype/ftoutln.h,
+         libraries/freetype-2.0.5/include/freetype/ftrender.h,
+         libraries/freetype-2.0.5/include/freetype/ftsizes.h,
+         libraries/freetype-2.0.5/include/freetype/ftsnames.h,
+         libraries/freetype-2.0.5/include/freetype/ftsynth.h,
+         libraries/freetype-2.0.5/include/freetype/ftsystem.h,
+         libraries/freetype-2.0.5/include/freetype/fttrigon.h,
+         libraries/freetype-2.0.5/include/freetype/fttypes.h,
+         libraries/freetype-2.0.5/include/freetype/internal,
+         libraries/freetype-2.0.5/include/freetype/internal/Makefile.am,
+         libraries/freetype-2.0.5/include/freetype/internal/autohint.h,
+         libraries/freetype-2.0.5/include/freetype/internal/cfftypes.h,
+         libraries/freetype-2.0.5/include/freetype/internal/fnttypes.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftcalc.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftdebug.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftdriver.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftextend.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftmemory.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftobjs.h,
+         libraries/freetype-2.0.5/include/freetype/internal/ftstream.h,
+         libraries/freetype-2.0.5/include/freetype/internal/internal.h,
+         libraries/freetype-2.0.5/include/freetype/internal/pcftypes.h,
+         libraries/freetype-2.0.5/include/freetype/internal/psaux.h,
+         libraries/freetype-2.0.5/include/freetype/internal/psnames.h,
+         libraries/freetype-2.0.5/include/freetype/internal/sfnt.h,
+         libraries/freetype-2.0.5/include/freetype/internal/t1types.h,
+         libraries/freetype-2.0.5/include/freetype/internal/tttypes.h,
+         libraries/freetype-2.0.5/include/freetype/t1tables.h,
+         libraries/freetype-2.0.5/include/freetype/ttnameid.h,
+         libraries/freetype-2.0.5/include/freetype/tttables.h,
+         libraries/freetype-2.0.5/include/freetype/tttags.h,
+         libraries/freetype-2.0.5/include/ft2build.h,
+         libraries/freetype-2.0.5/include/ftcerror.h,
+         libraries/freetype-2.0.5/include/ftgrays.h,
+         libraries/freetype-2.0.5/include/ftraster.h,
+         libraries/freetype-2.0.5/include/ftrend1.h,
+         libraries/freetype-2.0.5/include/ftsmerrs.h,
+         libraries/freetype-2.0.5/include/ftsmooth.h,
+         libraries/freetype-2.0.5/include/pcf.h,
+         libraries/freetype-2.0.5/include/pcfdriver.h,
+         libraries/freetype-2.0.5/include/pcferror.h,
+         libraries/freetype-2.0.5/include/pcfutil.h,
+         libraries/freetype-2.0.5/include/psauxerr.h,
+         libraries/freetype-2.0.5/include/psauxmod.h,
+         libraries/freetype-2.0.5/include/psmodule.h,
+         libraries/freetype-2.0.5/include/psnamerr.h,
+         libraries/freetype-2.0.5/include/psobjs.h,
+         libraries/freetype-2.0.5/include/pstables.h,
+         libraries/freetype-2.0.5/include/rasterrs.h,
+         libraries/freetype-2.0.5/include/sfdriver.h,
+         libraries/freetype-2.0.5/include/sferrors.h,
+         libraries/freetype-2.0.5/include/sfobjs.h,
+         libraries/freetype-2.0.5/include/t1afm.h,
+         libraries/freetype-2.0.5/include/t1decode.h,
+         libraries/freetype-2.0.5/include/t1driver.h,
+         libraries/freetype-2.0.5/include/t1errors.h,
+         libraries/freetype-2.0.5/include/t1gload.h,
+         libraries/freetype-2.0.5/include/t1load.h,
+         libraries/freetype-2.0.5/include/t1objs.h,
+         libraries/freetype-2.0.5/include/t1parse.h,
+         libraries/freetype-2.0.5/include/t1tokens.h,
+         libraries/freetype-2.0.5/include/ttcmap.h,
+         libraries/freetype-2.0.5/include/ttdriver.h,
+         libraries/freetype-2.0.5/include/tterrors.h,
+         libraries/freetype-2.0.5/include/ttgload.h,
+         libraries/freetype-2.0.5/include/ttinterp.h,
+         libraries/freetype-2.0.5/include/ttload.h,
+         libraries/freetype-2.0.5/include/ttobjs.h,
+         libraries/freetype-2.0.5/include/ttpload.h,
+         libraries/freetype-2.0.5/include/ttpost.h,
+         libraries/freetype-2.0.5/include/ttsbit.h,
+         libraries/freetype-2.0.5/include/winfnt.h,
+         libraries/freetype-2.0.5/license.txt,
+         libraries/freetype-2.0.5/pcf.c,
+         libraries/freetype-2.0.5/pcfdriver.c,
+         libraries/freetype-2.0.5/pcfread.c,
+         libraries/freetype-2.0.5/pcfutil.c,
+         libraries/freetype-2.0.5/psaux.c,
+         libraries/freetype-2.0.5/psauxmod.c,
+         libraries/freetype-2.0.5/psmodule.c,
+         libraries/freetype-2.0.5/psnames.c,
+         libraries/freetype-2.0.5/psobjs.c,
+         libraries/freetype-2.0.5/raster.c,
+         libraries/freetype-2.0.5/sfdriver.c,
+         libraries/freetype-2.0.5/sfnt.c,
+         libraries/freetype-2.0.5/sfobjs.c,
+         libraries/freetype-2.0.5/smooth.c,
+         libraries/freetype-2.0.5/t1afm.c,
+         libraries/freetype-2.0.5/t1decode.c,
+         libraries/freetype-2.0.5/t1driver.c,
+         libraries/freetype-2.0.5/t1gload.c,
+         libraries/freetype-2.0.5/t1load.c,
+         libraries/freetype-2.0.5/t1objs.c,
+         libraries/freetype-2.0.5/t1parse.c,
+         libraries/freetype-2.0.5/test_bbox.c,
+         libraries/freetype-2.0.5/test_trig.c,
+         libraries/freetype-2.0.5/truetype.c,
+         libraries/freetype-2.0.5/ttcmap.c,
+         libraries/freetype-2.0.5/ttdriver.c,
+         libraries/freetype-2.0.5/ttgload.c,
+         libraries/freetype-2.0.5/ttinterp.c,
+         libraries/freetype-2.0.5/ttload.c,
+         libraries/freetype-2.0.5/ttobjs.c,
+         libraries/freetype-2.0.5/ttpload.c,
+         libraries/freetype-2.0.5/ttpost.c,
+         libraries/freetype-2.0.5/ttsbit.c,
+         libraries/freetype-2.0.5/type1.c,
+         libraries/freetype-2.0.5/type1cid.c,
+         libraries/freetype-2.0.5/winfnt.c, libraries/libart_lgpl-2.3.7,
+         libraries/libart_lgpl-2.3.7/AUTHORS,
+         libraries/libart_lgpl-2.3.7/COPYING,
+         libraries/libart_lgpl-2.3.7/ChangeLog,
+         libraries/libart_lgpl-2.3.7/INSTALL,
+         libraries/libart_lgpl-2.3.7/Makefile,
+         libraries/libart_lgpl-2.3.7/Makefile.am,
+         libraries/libart_lgpl-2.3.7/Makefile.in,
+         libraries/libart_lgpl-2.3.7/NEWS,
+         libraries/libart_lgpl-2.3.7/README,
+         libraries/libart_lgpl-2.3.7/art_affine.c,
+         libraries/libart_lgpl-2.3.7/art_affine.h,
+         libraries/libart_lgpl-2.3.7/art_alphagamma.c,
+         libraries/libart_lgpl-2.3.7/art_alphagamma.h,
+         libraries/libart_lgpl-2.3.7/art_bpath.c,
+         libraries/libart_lgpl-2.3.7/art_bpath.h,
+         libraries/libart_lgpl-2.3.7/art_config.h,
+         libraries/libart_lgpl-2.3.7/art_filterlevel.h,
+         libraries/libart_lgpl-2.3.7/art_gray_svp.c,
+         libraries/libart_lgpl-2.3.7/art_gray_svp.h,
+         libraries/libart_lgpl-2.3.7/art_misc.c,
+         libraries/libart_lgpl-2.3.7/art_misc.h,
+         libraries/libart_lgpl-2.3.7/art_pathcode.h,
+         libraries/libart_lgpl-2.3.7/art_pixbuf.c,
+         libraries/libart_lgpl-2.3.7/art_pixbuf.h,
+         libraries/libart_lgpl-2.3.7/art_point.h,
+         libraries/libart_lgpl-2.3.7/art_rect.c,
+         libraries/libart_lgpl-2.3.7/art_rect.h,
+         libraries/libart_lgpl-2.3.7/art_rect_svp.c,
+         libraries/libart_lgpl-2.3.7/art_rect_svp.h,
+         libraries/libart_lgpl-2.3.7/art_rect_uta.c,
+         libraries/libart_lgpl-2.3.7/art_rect_uta.h,
+         libraries/libart_lgpl-2.3.7/art_render.c,
+         libraries/libart_lgpl-2.3.7/art_render.h,
+         libraries/libart_lgpl-2.3.7/art_render_gradient.c,
+         libraries/libart_lgpl-2.3.7/art_render_gradient.h,
+         libraries/libart_lgpl-2.3.7/art_render_svp.c,
+         libraries/libart_lgpl-2.3.7/art_render_svp.h,
+         libraries/libart_lgpl-2.3.7/art_rgb.c,
+         libraries/libart_lgpl-2.3.7/art_rgb.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_a_affine.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_a_affine.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_affine.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_affine.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_affine_private.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_affine_private.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_bitmap_affine.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_pixbuf_affine.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_rgba_affine.h,
+         libraries/libart_lgpl-2.3.7/art_rgb_svp.c,
+         libraries/libart_lgpl-2.3.7/art_rgb_svp.h,
+         libraries/libart_lgpl-2.3.7/art_rgba.c,
+         libraries/libart_lgpl-2.3.7/art_rgba.h,
+         libraries/libart_lgpl-2.3.7/art_svp.c,
+         libraries/libart_lgpl-2.3.7/art_svp.h,
+         libraries/libart_lgpl-2.3.7/art_svp_intersect.c,
+         libraries/libart_lgpl-2.3.7/art_svp_intersect.h,
+         libraries/libart_lgpl-2.3.7/art_svp_ops.c,
+         libraries/libart_lgpl-2.3.7/art_svp_ops.h,
+         libraries/libart_lgpl-2.3.7/art_svp_point.c,
+         libraries/libart_lgpl-2.3.7/art_svp_point.h,
+         libraries/libart_lgpl-2.3.7/art_svp_render_aa.c,
+         libraries/libart_lgpl-2.3.7/art_svp_render_aa.h,
+         libraries/libart_lgpl-2.3.7/art_svp_vpath.c,
+         libraries/libart_lgpl-2.3.7/art_svp_vpath.h,
+         libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.c,
+         libraries/libart_lgpl-2.3.7/art_svp_vpath_stroke.h,
+         libraries/libart_lgpl-2.3.7/art_svp_wind.c,
+         libraries/libart_lgpl-2.3.7/art_svp_wind.h,
+         libraries/libart_lgpl-2.3.7/art_uta.c,
+         libraries/libart_lgpl-2.3.7/art_uta.h,
+         libraries/libart_lgpl-2.3.7/art_uta_ops.c,
+         libraries/libart_lgpl-2.3.7/art_uta_ops.h,
+         libraries/libart_lgpl-2.3.7/art_uta_rect.c,
+         libraries/libart_lgpl-2.3.7/art_uta_rect.h,
+         libraries/libart_lgpl-2.3.7/art_uta_svp.c,
+         libraries/libart_lgpl-2.3.7/art_uta_svp.h,
+         libraries/libart_lgpl-2.3.7/art_uta_vpath.c,
+         libraries/libart_lgpl-2.3.7/art_uta_vpath.h,
+         libraries/libart_lgpl-2.3.7/art_vpath.c,
+         libraries/libart_lgpl-2.3.7/art_vpath.h,
+         libraries/libart_lgpl-2.3.7/art_vpath_bpath.c,
+         libraries/libart_lgpl-2.3.7/art_vpath_bpath.h,
+         libraries/libart_lgpl-2.3.7/art_vpath_dash.c,
+         libraries/libart_lgpl-2.3.7/art_vpath_dash.h,
+         libraries/libart_lgpl-2.3.7/art_vpath_svp.c,
+         libraries/libart_lgpl-2.3.7/art_vpath_svp.h,
+         libraries/libart_lgpl-2.3.7/gen_art_config.c,
+         libraries/libart_lgpl-2.3.7/install-sh,
+         libraries/libart_lgpl-2.3.7/libart-2.0.pc.in,
+         libraries/libart_lgpl-2.3.7/libart-config.in,
+         libraries/libart_lgpl-2.3.7/libart-features.c,
+         libraries/libart_lgpl-2.3.7/libart-features.h,
+         libraries/libart_lgpl-2.3.7/libart-features.h.in,
+         libraries/libart_lgpl-2.3.7/libart.h,
+         libraries/libart_lgpl-2.3.7/libart_lgpl_2.la,
+         libraries/libart_lgpl-2.3.7/missing,
+         libraries/libart_lgpl-2.3.7/mkinstalldirs,
+         libraries/libart_lgpl-2.3.7/stamp-h.in,
+         libraries/libart_lgpl-2.3.7/testart.c,
+         libraries/libart_lgpl-2.3.7/testuta.c, libraries/libpng-1.2.0,
+         libraries/libpng-1.2.0-import.txt,
+         libraries/libpng-1.2.0/ANNOUNCE, libraries/libpng-1.2.0/CHANGES,
+         libraries/libpng-1.2.0/INSTALL, libraries/libpng-1.2.0/KNOWNBUG,
+         libraries/libpng-1.2.0/LICENSE, libraries/libpng-1.2.0/Makefile,
+         libraries/libpng-1.2.0/Makefile.am,
+         libraries/libpng-1.2.0/Makefile.in, libraries/libpng-1.2.0/README,
+         libraries/libpng-1.2.0/TODO, libraries/libpng-1.2.0/Y2KINFO,
+         libraries/libpng-1.2.0/example.c, libraries/libpng-1.2.0/libpng.3,
+         libraries/libpng-1.2.0/libpng.txt,
+         libraries/libpng-1.2.0/libpngpf.3, libraries/libpng-1.2.0/png.5,
+         libraries/libpng-1.2.0/png.c, libraries/libpng-1.2.0/png.h,
+         libraries/libpng-1.2.0/pngasmrd.h,
+         libraries/libpng-1.2.0/pngbar.jpg,
+         libraries/libpng-1.2.0/pngbar.png,
+         libraries/libpng-1.2.0/pngconf.h,
+         libraries/libpng-1.2.0/pngerror.c,
+         libraries/libpng-1.2.0/pnggccrd.c,
+         libraries/libpng-1.2.0/pngget.c, libraries/libpng-1.2.0/pngmem.c,
+         libraries/libpng-1.2.0/pngnow.png,
+         libraries/libpng-1.2.0/pngpread.c,
+         libraries/libpng-1.2.0/pngread.c, libraries/libpng-1.2.0/pngrio.c,
+         libraries/libpng-1.2.0/pngrtran.c,
+         libraries/libpng-1.2.0/pngrutil.c,
+         libraries/libpng-1.2.0/pngset.c, libraries/libpng-1.2.0/pngtest.c,
+         libraries/libpng-1.2.0/pngtest.png,
+         libraries/libpng-1.2.0/pngtrans.c,
+         libraries/libpng-1.2.0/pngvcrd.c, libraries/libpng-1.2.0/pngwio.c,
+         libraries/libpng-1.2.0/pngwrite.c,
+         libraries/libpng-1.2.0/pngwtran.c,
+         libraries/libpng-1.2.0/pngwutil.c, src/Makefile.am,
+         src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
+         src/rrd_graph.h, src/rrd_tool.c, src/rrd_tool.h: The BIG graph
+         update * Replace libgd with libart * Added freetype * Updated zlib
+         and libpng * rrd_gfx.c intrduced as libart wrapper * LINE takes
+         now a float as argument * rrdtool uses truetype for fonts * thanks
+         to libart there is now full alpha transparenc and antialiasing. *
+         the new option --font lets customize the font and size for various
+         graph elements * Updated to -> libtool 1.4.2 automake 2.12
+         autoconf 2.52 * new --zoom commandline option for zoom ans
+         shrinking -- tobias oetiker
+
+2002-01-04 01:11  alex
+
+       * src/rrd_graph.c, src/rrd_graph.h: Reworked rrd_graph_script()
+
+2001-12-24 06:51  alex
+
+       * src/rrd_fetch.c, src/rrd_graph.c, src/rrd_graph.h, src/rrd_tool.c:
+         A patch of size 44Kbytes... in short: Found and repaired the
+         off-by-one error in rrd_fetch_fn(). As a result I had to remove
+         the hacks in rrd_fetch_fn(), rrd_tool.c, vdef_calc(), data_calc(),
+         data_proc() and reduce_data(). There may be other places which I
+         didn't find so be careful. Enhanced debugging in rrd_fetch_fn(),
+         it shows the RRA selection process. Added the ability to print
+         VDEF timestamps. At the moment it is a hack, I needed it now to
+         fix the off-by-one error. If the format string is "%c" (and
+         nothing else!), the time will be printed by both ctime() and as a
+         long int. Moved some code around (slightly altering it) from
+         rrd_graph() initializing now in rrd_graph_init() options parsing
+         now in rrd_graph_options() script parsing now in
+         rrd_graph_script()
+
+2001-12-22 02:49  alex
+
+       * src/rrd_graph.c: Somehow eight lines were missing from function
+         rrd_graph(). Also fixed minor bug in vdef_calc().
+
+2001-12-17 12:48  oetiker
+
+       * src/rrd_fetch.c: fix overflow error ...
+
+2001-12-11 22:55  jake
+
+       * src/rrd_info.c: Fixed uninitialized ptr causing seg fault invoking
+         info for COMPUTE data sources.
+
+2001-11-18 08:41  oetiker
+
+       * src/rrd_cgi.c: return "" instead of NULL for <RRD::GETENV
+         UNKNOWN_VARIABLE> -- Michael <sysadmin@qsl.net>
+
+2001-11-17 16:57  oetiker
+
+       * bindings/Makefile.am: fixed path to mkinstalldirs -- Laurent
+         Saehyun Kim&#65533;<LKim@xo.com>
+
+2001-09-08 18:25  oetiker
+
+       * doc/cdeftutorial.pod, doc/rrdtutorial.pod: spelling updates by
+         Martin Schulze <joey@finlandia.infodrom.north.de>
+
+2001-08-22 22:29  jake
+
+       * doc/rrdtune.pod, src/rrd_create.c, src/rrd_hw.c, src/rrd_hw.h,
+         src/rrd_rpncalc.c, src/rrd_tool.c, src/rrd_tune.c: Contents of
+         this patch: (1) Adds/revises documentation for rrd tune in
+         rrd_tool.c and pod files. (2) Moves some initialization code from
+         rrd_create.c to rrd_hw.c. (3) Adds another pass to smoothing for
+         SEASONAL and DEVSEASONAL RRAs. This pass computes the coefficients
+         as deviations from an average; the average is added the baseline
+         coefficient of HWPREDICT. Statistical texts suggest this to
+         preserve algorithm stability. It will not invalidate RRD files
+         created and smoothed with the old code. (4) Adds the
+         aberrant-reset flag to rrd tune. This operation, which is
+         specified for a single data source, causes the holt-winters
+         algorithm to forget everthing it has learned and start over. (5)
+         Fixes a few out-of-date code comments.
+
+2001-08-13 18:58  oetiker
+
+       * src/rrd_graph.c: spell fix for si units (only in comments)
+
+2001-07-28 22:34  alex
+
+       * doc/rrdgraph.pod, doc/rrdgraph_data.pod,
+         doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
+         doc/rrdgraph_rpn.pod: Removing rrdgraph*.pod from the cvs
+
+2001-07-28 22:21  alex
+
+       * doc/Makefile.am, doc/name.inc, doc/rrdgraph.pod,
+         doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src: Edited Makefile.am
+         and the rrdgraph_*.src files. By mistake the previous update was
+         made on the rrdgraph_*.pod files however they are not to be
+         edited. This is now corrected.
+
+2001-07-26 02:27  alex
+
+       * src/rrd_graph_helper.c, src/rrd_graph_helper.h: Supporting
+         functions for rrd_graph. Functions that are used frequently and/or
+         from different places should be added here in stead of repeating
+         them in rrd_graph.c over and over again.
+
+2001-07-26 02:25  alex
+
+       * src/rrd_graph.h: Moved most typedefs etc. from rrd_graph.c to this
+         file
+
+2001-07-26 02:22  alex
+
+       * src/rrd_graph.c: Added VDEF TOTAL Moved most typedefs etc. to
+         rrd_graph.h
+
+2001-07-26 02:19  alex
+
+       * src/Makefile.am: Added rrd_graph_helper
+
+2001-07-26 02:15  alex
+
+       * doc/rrdgraph_rpn.pod: Updated for VDEF TOTAL
+
+2001-07-26 02:11  alex
+
+       * NEWS: Announce of VDEF in rrd_graph
+
+2001-07-21 18:17  alex
+
+       * doc/rrdgraph_graph.pod, src/rrd_graph.c: Made PRINT and GPRINT
+         aware of VDEF statements
+
+2001-07-20 22:34  oetiker
+
+       * doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
+         doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod: missing
+         documentation ... -- Alex van den Bogaerdt
+         <alex@slot.hollandcasino.nl>
+
+2001-07-20 22:34  oetiker
+
+       * src/rrd_datalang.c: only a comment
+
+2001-07-20 22:33  oetiker
+
+       * src/rrd_graph.c: small fixes -- Alex van den Bogaerdt
+         <alex@slot.hollandcasino.nl>
+
+2001-07-18 22:30  oetiker
+
+       * src/rrd_graph.c, src/rrd_rpncalc.c: VDEF and VRULE are comig along
+         -- Alex van den Bogaerdt <alex@slot.hollandcasino.nl>
+
+2001-06-05 13:42  oetiker
+
+       * doc/rrdupdate.pod: spell fix
+
+2001-05-09 05:31  oetiker
+
+       * NEWS, doc/rrdcreate.pod, src/rrd_update.c: Bug fix: when update of
+         multiple PDP/CDP RRAs coincided with interpolation of multiple
+         PDPs an incorrect value was stored as the CDP. Especially evident
+         for GAUGE data sources. Minor changes to rrdcreate.pod. -- Jake
+         Brutlag <jakeb@corp.webtv.net>
+
+2001-03-31 15:21  oetiker
+
+       * Makefile.am: added 'all' dependancy to site-perl-install rule as
+         many seem to skip this step when instaling cricket ... probably an
+         incomplete cricket doku.
+
+2001-03-15 19:43  oetiker
+
+       * PROJECTS: added PROJECTS file
+
+2001-03-11 12:03  oetiker
+
+       * src/rrd_rpncalc.c, src/rrd_rpncalc.h: reindented
+
+2001-03-11 11:49  oetiker
+
+       * src/rrd_create.c: reindented the cource for better readability
+
+2001-03-10 23:54  oetiker
+
+       * NEWS, doc/rrdcreate.pod, doc/rrdinfo.pod, doc/rrdtune.pod,
+         doc/rrdupdate.pod, src/Makefile.am, src/rrd_create.c,
+         src/rrd_dump.c, src/rrd_format.c, src/rrd_format.h,
+         src/rrd_graph.c, src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
+         src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
+         src/rrd_tool.h, src/rrd_update.c: Support for COMPUTE data sources
+         (CDEF data sources). Removes the RPN parser and calculator from
+         rrd_graph and puts then in a new file, rrd_rpncalc.c. Changes to
+         core files rrd_create and rrd_update. Some clean-up of aberrant
+         behavior stuff, including a bug fix. Documentation update
+         (rrdcreate.pod, rrdupdate.pod). Change xml format. -- Jake Brutlag
+         <jakeb@corp.webtv.net>
+
+2001-03-07 21:21  oetiker
+
+       * NEWS, doc, doc/.cvsignore, doc/Makefile.am, doc/name.inc,
+         doc/rrdgraph-old.pod, doc/rrdgraph.pod, doc/rrdgraph.src,
+         doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
+         doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/see_also.inc,
+         src/rrd_tune.c: complete rewrite of rrdgraph documentation. This
+         also includs info on upcomming/planned changes to the rrdgraph
+         interface and functionality -- Alex van den Bogaerdt
+         <alex@slot.hollandcasino.nl>
+
+2001-03-04 14:06  oetiker
+
+       * trunk/CVSROOT/history: want to keep a history of events
+
+2001-03-04 13:50  oetiker
+
+       * NEWS: fidex jackes adderss
+
+2001-03-04 13:12  oetiker
+
+       * doc/rrdcreate.pod: added note on counter vs derive -- Don BAARDA
+         <don.baarda@baesystems.com>
+
+2001-03-04 13:01  oetiker
+
+       * NEWS, doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdtool.pod,
+         doc/rrdtune.pod, src/Makefile.am, src/fnv.h, src/hash_32.c,
+         src/rrd_create.c, src/rrd_dump.c, src/rrd_format.h,
+         src/rrd_graph.c, src/rrd_hw.c, src/rrd_info.c, src/rrd_open.c,
+         src/rrd_restore.c, src/rrd_tool.h, src/rrd_tune.c,
+         src/rrd_update.c, src/rrdupdate.c: Aberrant Behavior Detection
+         support. A brief overview added to rrdtool.pod. Major updates to
+         rrd_update.c, rrd_create.c. Minor update to other core files. This
+         is backwards compatible! But new files using the Aberrant stuff
+         are not readable by old rrdtool versions. See
+         http://cricket.sourceforge.net/aberrant/rrd_hw.htm -- Jake Brutlag
+         <jakeb@corp.webtv.net>
+
+2001-03-04 13:00  oetiker
+
+       * examples, examples/.cvsignore: another do not report Makefile and
+         Makefile.in
+
+2001-03-04 12:51  oetiker
+
+       * src/memtest.c: this file has no purpose
+
+2001-03-04 12:32  oetiker
+
+       * src/rrdupdate.c: rrdupdate is a generated file it has no place in
+         cvs
+
+2001-03-04 11:31  oetiker
+
+       * ., .cvsignore, CHANGES, bindings, bindings/.cvsignore,
+         bindings/perl-piped, bindings/perl-piped/.cvsignore,
+         bindings/perl-shared, bindings/perl-shared/.cvsignore,
+         bindings/tcl, bindings/tcl/.cvsignore, config, config.log,
+         config.status, config/.cvsignore, doc, doc/.cvsignore, libraries,
+         libraries/.cvsignore, libraries/cgilib-0.4,
+         libraries/cgilib-0.4/.cvsignore, libraries/gd1.3,
+         libraries/gd1.3/.cvsignore, libraries/libpng-1.0.9,
+         libraries/libpng-1.0.9/.cvsignore, libraries/zlib-1.1.3,
+         libraries/zlib-1.1.3/.cvsignore, libtool, src, src/.cvsignore:
+         repository cleanup
+
+2001-03-04 11:14  oetiker
+
+       * doc/rrdupdate.pod, src/rrd_tool.c, src/rrd_update.c: added
+         at-style-time@value:value syntax to rrd_update -- Dave Bodenstab
+         <imdave@mcs.net>
+
+2001-03-04 10:29  oetiker
+
+       * src/rrd_open.c: fixed filedescriptor leak -- Mike Franusich
+         <mike@franusich.com>
+
+2001-03-02 22:48  oetiker
+
+       * configure.in, libraries/zlib-1.1.3/Makefile.am: added test for
+         hpux. if matched, compile zlib with -fpic instead of -fPIC
+
+2001-03-01 21:37  oetiker
+
+       * configure.in: added check for the presence of the compiler used to
+         build perl modules
+
+2001-02-25 23:18  oetiker
+
+       * config/config.h, configure, doc/test1.ps, doc/test2.ps: they do
+         not belong into cvs ad they are autogenerated
+
+2001-02-25 22:57  oetiker
+
+       * doc/Makefile.am: Fixed ln for modules
+
+2001-02-25 22:53  oetiker
+
+       * Makefile.am: fixed compile order ... src before bindings
+
+2001-02-25 22:30  oetiker
+
+       * trunk/contrib, trunk/contrib/README, trunk/contrib/add_ds,
+         trunk/contrib/add_ds/README, trunk/contrib/add_ds/add_ds.pl,
+         trunk/contrib/add_ds/batch.pl, trunk/contrib/killspike,
+         trunk/contrib/killspike/README,
+         trunk/contrib/killspike/killspike.pl,
+         trunk/contrib/killspike/killspike.pl.in, trunk/contrib/log2rrd,
+         trunk/contrib/log2rrd/README, trunk/contrib/log2rrd/log2rrd.pl,
+         trunk/contrib/log2rrd/log2rrd.pl.in, trunk/contrib/php3,
+         trunk/contrib/php3/INSTALL, trunk/contrib/php3/Makefile,
+         trunk/contrib/php3/README, trunk/contrib/php3/USAGE,
+         trunk/contrib/php3/VERSION, trunk/contrib/php3/examples,
+         trunk/contrib/php3/examples/rrd_create.php,
+         trunk/contrib/php3/examples/rrd_fetch.php,
+         trunk/contrib/php3/examples/rrd_graph.php,
+         trunk/contrib/php3/examples/rrd_last.php,
+         trunk/contrib/php3/examples/rrd_update.php,
+         trunk/contrib/php3/php3_rrdtool.c,
+         trunk/contrib/php3/php3_rrdtool.h, trunk/contrib/php4,
+         trunk/contrib/php4/.cvsignore, trunk/contrib/php4/INSTALL,
+         trunk/contrib/php4/Makefile.in, trunk/contrib/php4/README,
+         trunk/contrib/php4/USAGE, trunk/contrib/php4/acinclude.m4,
+         trunk/contrib/php4/aclocal.m4, trunk/contrib/php4/build,
+         trunk/contrib/php4/build/dynlib.mk,
+         trunk/contrib/php4/build/fastgen.sh,
+         trunk/contrib/php4/build/library.mk,
+         trunk/contrib/php4/build/ltlib.mk,
+         trunk/contrib/php4/build/program.mk,
+         trunk/contrib/php4/build/rules.mk,
+         trunk/contrib/php4/build/shtool, trunk/contrib/php4/config.guess,
+         trunk/contrib/php4/config.m4, trunk/contrib/php4/config.sub,
+         trunk/contrib/php4/configure, trunk/contrib/php4/configure.in,
+         trunk/contrib/php4/dynlib.m4, trunk/contrib/php4/examples,
+         trunk/contrib/php4/examples/rrd_create.php,
+         trunk/contrib/php4/examples/rrd_fetch.php,
+         trunk/contrib/php4/examples/rrd_graph.php,
+         trunk/contrib/php4/examples/rrd_last.php,
+         trunk/contrib/php4/examples/rrd_update.php,
+         trunk/contrib/php4/install-sh, trunk/contrib/php4/ltconfig,
+         trunk/contrib/php4/ltmain.sh, trunk/contrib/php4/missing,
+         trunk/contrib/php4/mkinstalldirs,
+         trunk/contrib/php4/php_config.h.in,
+         trunk/contrib/php4/php_rrdtool.h, trunk/contrib/php4/rrdtool.c,
+         trunk/contrib/rrd-file-icon, trunk/contrib/rrd-file-icon/README,
+         trunk/contrib/rrd-file-icon/rrd.png, trunk/contrib/rrdexplorer,
+         trunk/contrib/rrdexplorer/README.txt,
+         trunk/contrib/rrdexplorer/map.cgi,
+         trunk/contrib/rrdexplorer/png.cgi, trunk/contrib/rrdfetchnames,
+         trunk/contrib/rrdfetchnames/README,
+         trunk/contrib/rrdfetchnames/rrdfetchnames.pl,
+         trunk/contrib/rrdlastds, trunk/contrib/rrdlastds/README,
+         trunk/contrib/rrdlastds/rrdlastds.pl, trunk/contrib/rrdproc,
+         trunk/contrib/rrdproc/README, trunk/contrib/rrdproc/rrdproc.c,
+         trunk/contrib/rrdview, trunk/contrib/rrdview/README,
+         trunk/contrib/rrdview/rrdview.cgi, trunk/contrib/snmpstats,
+         trunk/contrib/snmpstats/README,
+         trunk/contrib/snmpstats/SNMPstats.pl, trunk/contrib/trytime,
+         trunk/contrib/trytime/.deps,
+         trunk/contrib/trytime/.deps/trytime.P,
+         trunk/contrib/trytime/Makefile, trunk/contrib/trytime/Makefile.am,
+         trunk/contrib/trytime/Makefile.in, trunk/contrib/trytime/README,
+         trunk/contrib/trytime/trytime.c, trunk/website,
+         trunk/website/.img, trunk/website/.img/.imgdot-1x1-transp.gif,
+         trunk/website/.pics, trunk/website/.pics/CAIDAlogo.120.gif,
+         trunk/website/.pics/CAIDAlogo.120.png,
+         trunk/website/.pics/CAIDAlogo.gif,
+         trunk/website/.pics/CAIDAlogo.png,
+         trunk/website/.pics/CAIDAlogo.spons.png,
+         trunk/website/.pics/CAIDAlogo.xpm,
+         trunk/website/.pics/CAIDAlogo2.gif,
+         trunk/website/.pics/CAIDAlogo_small.gif,
+         trunk/website/.pics/b.gif, trunk/website/.pics/b.png,
+         trunk/website/.pics/background.xcf, trunk/website/.pics/bbo.gif,
+         trunk/website/.pics/bbo.png, trunk/website/.pics/bco.gif,
+         trunk/website/.pics/bco.png, trunk/website/.pics/border.gif,
+         trunk/website/.pics/bro.gif, trunk/website/.pics/bro.png,
+         trunk/website/.pics/ecke.gif, trunk/website/.pics/logo-apache.gif,
+         trunk/website/.pics/logo-apache.small.gif,
+         trunk/website/.pics/logo-extra.gif,
+         trunk/website/.pics/logo-linux.gif,
+         trunk/website/.pics/logo-wml.gif, trunk/website/.pics/rrddemo.gif,
+         trunk/website/.pics/rrdlogdemo.gif,
+         trunk/website/.pics/rrdtool.gif, trunk/website/.pics/rrdtool.xar,
+         trunk/website/.pics/unten.gif, trunk/website/.ttf,
+         trunk/website/.ttf/futurab.ttf, trunk/website/.ttf/futurabc.ttf,
+         trunk/website/.ttf/futurabi.ttf, trunk/website/.ttf/futurah.ttf,
+         trunk/website/.ttf/futurahi.ttf, trunk/website/.ttf/futurak.ttf,
+         trunk/website/.ttf/futural.ttf, trunk/website/.ttf/futuralc.ttf,
+         trunk/website/.ttf/futurali.ttf, trunk/website/.ttf/futuram.ttf,
+         trunk/website/.ttf/futuramc.ttf, trunk/website/.ttf/futurami.ttf,
+         trunk/website/.ttf/futuran.ttf, trunk/website/.ttf/futurani.ttf,
+         trunk/website/.ttf/futuraxk.ttf, trunk/website/.ttf/futurbci.ttf,
+         trunk/website/.ttf/futurlci.ttf, trunk/website/.ttf/futurmci.ttf,
+         trunk/website/.ttf/futurxkc.ttf, trunk/website/.ttf/futurxki.ttf,
+         trunk/website/.ttf/futuxkci.ttf, trunk/website/.ttf/trebuc.ttf,
+         trunk/website/.ttf/trebucbd.ttf, trunk/website/.ttf/trebucbi.ttf,
+         trunk/website/.ttf/trebucit.ttf, trunk/website/.ttf/zinjaron.ttf,
+         trunk/website/.wml, trunk/website/.wml/navbar.inc,
+         trunk/website/.wml/nestednavbar.inc,
+         trunk/website/.wml/template.inc, trunk/website/.wml/tobis.inc,
+         trunk/website/.wmlrc, trunk/website/compiling.wml,
+         trunk/website/contributors.wml, trunk/website/developers.wml,
+         trunk/website/download.wml, trunk/website/frontends,
+         trunk/website/frontends/bigsister.wml,
+         trunk/website/frontends/bronc.wml,
+         trunk/website/frontends/cricket.wml,
+         trunk/website/frontends/flowscan.wml,
+         trunk/website/frontends/fwgold.wml,
+         trunk/website/frontends/hoth.wml,
+         trunk/website/frontends/index.wml,
+         trunk/website/frontends/nmis.wml, trunk/website/frontends/nrg.wml,
+         trunk/website/frontends/ntop.wml,
+         trunk/website/frontends/orca.wml,
+         trunk/website/frontends/remstats.wml,
+         trunk/website/frontends/rrgrapher.wml,
+         trunk/website/frontends/slamon.wml, trunk/website/gallery,
+         trunk/website/gallery/alex-01.bash,
+         trunk/website/gallery/alex-01.png,
+         trunk/website/gallery/alex-01.wml,
+         trunk/website/gallery/bkw-01.gif, trunk/website/gallery/bkw-01.pl,
+         trunk/website/gallery/bkw-01.wml,
+         trunk/website/gallery/blair-01-a.png,
+         trunk/website/gallery/blair-01-b.png,
+         trunk/website/gallery/blair-01-c.png,
+         trunk/website/gallery/blair-01-d.png,
+         trunk/website/gallery/blair-01-e.png,
+         trunk/website/gallery/blair-01-f.png,
+         trunk/website/gallery/blair-01.wml,
+         trunk/website/gallery/chris-01.wml,
+         trunk/website/gallery/chris-01temp.png,
+         trunk/website/gallery/chris-01wind.png,
+         trunk/website/gallery/colleen-01.gif,
+         trunk/website/gallery/colleen-01.wml,
+         trunk/website/gallery/edvard-01.png,
+         trunk/website/gallery/edvard-01.wml,
+         trunk/website/gallery/index.wml,
+         trunk/website/gallery/jeff-01.png,
+         trunk/website/gallery/jeff-01.wml,
+         trunk/website/gallery/neal-01.png,
+         trunk/website/gallery/neal-01.wml,
+         trunk/website/gallery/simon-01.png,
+         trunk/website/gallery/simon-01.wml,
+         trunk/website/gallery/steve-01.gif,
+         trunk/website/gallery/steve-01.wml, trunk/website/index.wml,
+         trunk/website/license.wml, trunk/website/mailinglists.wml,
+         trunk/website/manual, trunk/website/manual/bin_dec_hex.wml,
+         trunk/website/manual/cdeftutorial.wml,
+         trunk/website/manual/index.wml,
+         trunk/website/manual/rpntutorial.wml,
+         trunk/website/manual/rrdcgi.wml,
+         trunk/website/manual/rrdcreate.wml,
+         trunk/website/manual/rrddump.wml,
+         trunk/website/manual/rrdfetch.wml,
+         trunk/website/manual/rrdgraph.wml,
+         trunk/website/manual/rrdinfo.wml,
+         trunk/website/manual/rrdlast.wml,
+         trunk/website/manual/rrdresize.wml,
+         trunk/website/manual/rrdrestore.wml,
+         trunk/website/manual/rrdtune.wml,
+         trunk/website/manual/rrdtutorial.es.wml,
+         trunk/website/manual/rrdtutorial.wml,
+         trunk/website/manual/rrdupdate.wml, trunk/website/news.wml,
+         trunk/website/perlbind, trunk/website/perlbind/RRDp.wml,
+         trunk/website/perlbind/RRDs.wml, trunk/website/perlbind/index.wml,
+         trunk/website/rrdcgi.wml, trunk/website/screen.wml,
+         trunk/website/site-sync, trunk/website/tutorial,
+         trunk/website/tutorial/bin_dec_hex.wml,
+         trunk/website/tutorial/cdeftutorial.wml,
+         trunk/website/tutorial/index.wml,
+         trunk/website/tutorial/rpntutorial.wml,
+         trunk/website/tutorial/rrdtutorial.es.wml,
+         trunk/website/tutorial/rrdtutorial.ps,
+         trunk/website/tutorial/rrdtutorial.wml: Initial revision
+
+2001-02-25 22:25  oetiker
+
+       * ., 00README, CHANGES, CONTRIBUTORS, COPYING, COPYRIGHT,
+         MakeMakefile, Makefile.am, NT-BUILD-TIPS.txt, README, TODO,
+         bindings, bindings/Makefile.am, bindings/perl-piped,
+         bindings/perl-piped/MANIFEST, bindings/perl-piped/Makefile.PL,
+         bindings/perl-piped/README, bindings/perl-piped/RRDp.pm,
+         bindings/perl-piped/leaktest.pl, bindings/perl-piped/rrdpl.dsp,
+         bindings/perl-piped/rrdpl.dsw, bindings/perl-piped/t,
+         bindings/perl-piped/t/base.t, bindings/perl-shared,
+         bindings/perl-shared/MANIFEST, bindings/perl-shared/Makefile.PL,
+         bindings/perl-shared/README, bindings/perl-shared/RRDs.pm,
+         bindings/perl-shared/RRDs.xs, bindings/perl-shared/ntmake.pl,
+         bindings/perl-shared/rrdpl.dsp, bindings/perl-shared/rrdpl.dsw,
+         bindings/perl-shared/t, bindings/perl-shared/t/base.t,
+         bindings/tcl, bindings/tcl/Makefile.am, bindings/tcl/README,
+         bindings/tcl/ifOctets.tcl, bindings/tcl/tclrrd.c, config,
+         config.log, config.status, config/Makefile.am, config/acconfig.h,
+         config/aclocal.m4, config/config.guess, config/config.h,
+         config/config.h.in, config/config.sub, config/install-sh,
+         config/libtool, config/libtool/libtool.m4, config/ltconfig,
+         config/ltmain.sh, config/missing, config/mkinstalldirs,
+         config/stamp-h, config/stamp-h.in, configure, configure.in, doc,
+         doc/Makefile.am, doc/bin_dec_hex.pod, doc/cdeftutorial.pod,
+         doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdcreate.pod,
+         doc/rrddump.pod, doc/rrdfetch.pod, doc/rrdgraph.pod,
+         doc/rrdinfo.pod, doc/rrdlast.pod, doc/rrdresize.pod,
+         doc/rrdrestore.pod, doc/rrdtool.pod, doc/rrdtune.pod,
+         doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod,
+         doc/test1.ps, doc/test2.ps, examples, examples/4charts.pl.in,
+         examples/Makefile.am, examples/bigtops.pl, examples/bigtops.pl.in,
+         examples/cgi-demo.cgi, examples/cgi-demo.cgi.in,
+         examples/minmax.pl, examples/minmax.pl.in, examples/piped-demo.pl,
+         examples/piped-demo.pl.in, examples/shared-demo.pl,
+         examples/shared-demo.pl.in, examples/stripes.pl,
+         examples/stripes.pl.in, libraries, libraries/Makefile.am,
+         libraries/cgilib-0.4, libraries/cgilib-0.4/Makefile.am,
+         libraries/cgilib-0.4/cgi.5, libraries/cgilib-0.4/cgi.c,
+         libraries/cgilib-0.4/cgi.h, libraries/cgilib-0.4/cgiDebug.3,
+         libraries/cgilib-0.4/cgiGetValue.3,
+         libraries/cgilib-0.4/cgiHeader.3, libraries/cgilib-0.4/cgiInit.3,
+         libraries/cgilib-0.4/cgiRedirect.3,
+         libraries/cgilib-0.4/cgilib.dsp, libraries/cgilib-0.4/cgilib.dsw,
+         libraries/cgilib-0.4/cgitest.c, libraries/cgilib-0.4/jumpto.c,
+         libraries/cgilib-0.4/readme, libraries/gd1.3,
+         libraries/gd1.3/Makefile.am, libraries/gd1.3/README.rrdtool,
+         libraries/gd1.3/demoin.gif, libraries/gd1.3/gd.c,
+         libraries/gd1.3/gd.dsp, libraries/gd1.3/gd.dsw,
+         libraries/gd1.3/gd.h, libraries/gd1.3/gddemo.c,
+         libraries/gd1.3/gdfontg.c, libraries/gd1.3/gdfontg.h,
+         libraries/gd1.3/gdfontl.c, libraries/gd1.3/gdfontl.h,
+         libraries/gd1.3/gdfontmb.c, libraries/gd1.3/gdfontmb.h,
+         libraries/gd1.3/gdfonts.c, libraries/gd1.3/gdfonts.h,
+         libraries/gd1.3/gdfontt.c, libraries/gd1.3/gdfontt.h,
+         libraries/gd1.3/gdlucidab10.c, libraries/gd1.3/gdlucidab10.h,
+         libraries/gd1.3/gdlucidab12.c, libraries/gd1.3/gdlucidab12.h,
+         libraries/gd1.3/gdlucidab14.c, libraries/gd1.3/gdlucidab14.h,
+         libraries/gd1.3/gdlucidan10.c, libraries/gd1.3/gdlucidan10.h,
+         libraries/gd1.3/gdlucidan12.c, libraries/gd1.3/gdlucidan12.h,
+         libraries/gd1.3/gdlucidan14.c, libraries/gd1.3/gdlucidan14.h,
+         libraries/gd1.3/giftogd.c, libraries/gd1.3/index.html,
+         libraries/gd1.3/mathmake.c, libraries/gd1.3/mtables.c,
+         libraries/gd1.3/readme.txt, libraries/gd1.3/webgif.c,
+         libraries/libpng-1.0.9, libraries/libpng-1.0.9/ANNOUNCE,
+         libraries/libpng-1.0.9/CHANGES, libraries/libpng-1.0.9/INSTALL,
+         libraries/libpng-1.0.9/KNOWNBUG, libraries/libpng-1.0.9/LICENSE,
+         libraries/libpng-1.0.9/Makefil,
+         libraries/libpng-1.0.9/Makefile.am, libraries/libpng-1.0.9/README,
+         libraries/libpng-1.0.9/README.rrdtool,
+         libraries/libpng-1.0.9/TODO, libraries/libpng-1.0.9/Y2KINFO,
+         libraries/libpng-1.0.9/example.c, libraries/libpng-1.0.9/libpng.3,
+         libraries/libpng-1.0.9/libpng.txt,
+         libraries/libpng-1.0.9/libpngpf.3, libraries/libpng-1.0.9/png.5,
+         libraries/libpng-1.0.9/png.c, libraries/libpng-1.0.9/png.dsp,
+         libraries/libpng-1.0.9/png.dsw, libraries/libpng-1.0.9/png.h,
+         libraries/libpng-1.0.9/pngasmrd.h,
+         libraries/libpng-1.0.9/pngbar.jpg,
+         libraries/libpng-1.0.9/pngbar.png,
+         libraries/libpng-1.0.9/pngconf.h,
+         libraries/libpng-1.0.9/pngerror.c,
+         libraries/libpng-1.0.9/pnggccrd.c,
+         libraries/libpng-1.0.9/pngget.c, libraries/libpng-1.0.9/pngmem.c,
+         libraries/libpng-1.0.9/pngnow.png,
+         libraries/libpng-1.0.9/pngpread.c,
+         libraries/libpng-1.0.9/pngread.c, libraries/libpng-1.0.9/pngrio.c,
+         libraries/libpng-1.0.9/pngrtran.c,
+         libraries/libpng-1.0.9/pngrutil.c,
+         libraries/libpng-1.0.9/pngset.c, libraries/libpng-1.0.9/pngtest.c,
+         libraries/libpng-1.0.9/pngtest.png,
+         libraries/libpng-1.0.9/pngtrans.c,
+         libraries/libpng-1.0.9/pngvcrd.c, libraries/libpng-1.0.9/pngwio.c,
+         libraries/libpng-1.0.9/pngwrite.c,
+         libraries/libpng-1.0.9/pngwtran.c,
+         libraries/libpng-1.0.9/pngwutil.c, libraries/zlib-1.1.3,
+         libraries/zlib-1.1.3/ChangeLog, libraries/zlib-1.1.3/FAQ,
+         libraries/zlib-1.1.3/INDEX, libraries/zlib-1.1.3/Makefile.am,
+         libraries/zlib-1.1.3/README, libraries/zlib-1.1.3/README.rrdtool,
+         libraries/zlib-1.1.3/adler32.c,
+         libraries/zlib-1.1.3/algorithm.txt,
+         libraries/zlib-1.1.3/compress.c, libraries/zlib-1.1.3/crc32.c,
+         libraries/zlib-1.1.3/deflate.c, libraries/zlib-1.1.3/deflate.h,
+         libraries/zlib-1.1.3/descrip.mms, libraries/zlib-1.1.3/example.c,
+         libraries/zlib-1.1.3/gzio.c, libraries/zlib-1.1.3/infblock.c,
+         libraries/zlib-1.1.3/infblock.h, libraries/zlib-1.1.3/infcodes.c,
+         libraries/zlib-1.1.3/infcodes.h, libraries/zlib-1.1.3/inffast.c,
+         libraries/zlib-1.1.3/inffast.h, libraries/zlib-1.1.3/inffixed.h,
+         libraries/zlib-1.1.3/inflate.c, libraries/zlib-1.1.3/inftrees.c,
+         libraries/zlib-1.1.3/inftrees.h, libraries/zlib-1.1.3/infutil.c,
+         libraries/zlib-1.1.3/infutil.h, libraries/zlib-1.1.3/maketree.c,
+         libraries/zlib-1.1.3/minigzip.c, libraries/zlib-1.1.3/trees.c,
+         libraries/zlib-1.1.3/trees.h, libraries/zlib-1.1.3/uncompr.c,
+         libraries/zlib-1.1.3/zconf.h, libraries/zlib-1.1.3/zlib.3,
+         libraries/zlib-1.1.3/zlib.dsp, libraries/zlib-1.1.3/zlib.dsw,
+         libraries/zlib-1.1.3/zlib.h, libraries/zlib-1.1.3/zutil.c,
+         libraries/zlib-1.1.3/zutil.h, libtool, rrdtool.spec, src,
+         src/Makefile.am, src/gdpng.c, src/getopt.c, src/getopt.h,
+         src/getopt1.c, src/gifsize.c, src/memtest.c, src/ntconfig.h,
+         src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rd_cgi.dsp,
+         src/rrd.dsp, src/rrd.dsw, src/rrd.h, src/rrd_cgi.c,
+         src/rrd_cgi.dsp, src/rrd_create.c, src/rrd_diff.c, src/rrd_dump.c,
+         src/rrd_error.c, src/rrd_fetch.c, src/rrd_format.c,
+         src/rrd_format.h, src/rrd_graph.c, src/rrd_info.c, src/rrd_last.c,
+         src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
+         src/rrd_stat.c, src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c,
+         src/rrd_update.c, src/rrdtool.dsp, src/rrdtool.dsw,
+         src/rrdupdate.c: Initial revision
+
+2001-02-25 16:09  oetiker
+
+       * trunk/rrdtool, trunk/rrdtool/README: Initial revision
+
+2001-02-25 15:29  cvs
+
+       * trunk/CVSROOT, trunk/CVSROOT/checkoutlist,
+         trunk/CVSROOT/commitinfo, trunk/CVSROOT/config,
+         trunk/CVSROOT/cvswrappers, trunk/CVSROOT/editinfo,
+         trunk/CVSROOT/loginfo, trunk/CVSROOT/modules,
+         trunk/CVSROOT/notify, trunk/CVSROOT/rcsinfo,
+         trunk/CVSROOT/taginfo, trunk/CVSROOT/verifymsg: initial checkin
+
+2001-02-25 15:29  
+
+       * branches, tags, trunk: New repository initialized by cvs2svn.
+