Code

started updating for 1.2 release
[rrdtool-all.git] / program / NEWS
index 9d461b4cfe81c5411eef7df7cf634ff0c0e47dd5..2eb99b48ecb1d242cd9e9f86003245c5af777c74 100644 (file)
@@ -1,12 +1,28 @@
 RRDTOOL NEWS
 ============
+Major Changes between 1.0.x and 1.2.x
 
+Graphing
+--------
+
+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.
 
-In this file I am noting the major changes to RRDtool
-for details check the cvs ChangeLog
 
-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>