From 06ffeee786cfdc16fc9a2d9319ccf7355a83ffeb Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 18 Jun 2012 17:18:58 +0200 Subject: [PATCH] Updated changelog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ede126d50..a3e5e97f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ ChangeLog ========== +version 0.50.7 (released 2012-06-19) + * Added ability to log to a callback, ie. let the app + catch the log output + * Fixed file copy function to use wide character (win32). + * Fixed loading of statedb if user has special char (win32). + version 0.50.6 (released ) * Directories with 'strange' characters broke sync. (oC bug #613) * Special characters in Windows did not sync correctly. (oC bug #478)