Code

prepare for the release of rrdtool-1.4.5
[rrdtool.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 3741a242a17c869b090920e7fdefe2f096fd6b7e..feb855d382431ccab3de17ddd9b8f596e93ec428 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,34 @@
+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
@@ -28,7 +59,7 @@ New Features
 
 * ruby bindings: rb_rrd_xport function  -- Pavel Pachkovskij pavel.pachkovskij azati.com
 
-* use locale settings and _NL_TIME_WEEK_1STDAY to determin the first
+* 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 
@@ -45,7 +76,7 @@ Bug Fixes
   
 * rrd_update: fix for max calculation ... the MAX value of the current
   consolidation interval was pre-initialized with the MAX value from the
-  previouse interval (an over optimization). -- Tobi Oetiker
+  previous interval (an over optimization). -- Tobi Oetiker
 
 * build: additional dependencies on Makefile to make sure bindings makefiles
   get rebuild after reconfig -- Tobi Oetiker
@@ -53,7 +84,7 @@ Bug Fixes
 * 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 sensless optimization. see bug #251
+  hack to undo the damage caused by a senseless optimization. see bug #251
   -- tobi oetiker
 
 * rrd_graph: fix right aligned text -- tobi oetiker