summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e058c8a)
raw | patch | inline | side by side (parent: e058c8a)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 22:02:10 +0000 (22:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 22:02:10 +0000 (22:02 +0000) |
program/NEWS | patch | blob | history |
diff --git a/program/NEWS b/program/NEWS
index 2d2e70bad298370c58396f0dde64478a51d36da1..2eb99b48ecb1d242cd9e9f86003245c5af777c74 100644 (file)
--- a/program/NEWS
+++ b/program/NEWS
RRDTOOL NEWS
============
+Major Changes between 1.0.x and 1.2.x
+Graphing
+--------
-In this file I am noting the major changes to RRDtool
-for details check the svn ChangeLog
+Logging
+-------
+* In addition to the PNG format, rrdtool
+ can produce output in SVN, EPS and PDF format.
+
+Behind the Scenes
+-----------------
+* In order to support Holt-Winters and Calculated Datasources,
+ the rrdtool dataformat has changed. While the new version of rrdtool can
+ read files created with rrdtool 1.0.x. It is not possible to read files
+ created by rrdtool-1.2.x with rrdtool-1.0.x
+
+* External libraries are not included with rrdtool anymore. This is in line
+ with todays trend of using shared libraries everywhere. With the exception
+ of the cgi library most things required by rrdtool will be found on every recent
+ system.
-2005/04/04 Tobi Oetiker <tobi@oetiker.ch>
- After adding lots of patches and doing a
- autotools update we are ready for 1.2rc1
-2004/01/20 Tobi Oetiker <tobi@oetiker.ch>
- Ripped out all foreign libraries and adapted
Configure and Makefiles and accordingly.
2002/03/26 Peter Speck <speck@ruc.dk>