Add native Windows thread support instead of using pthread
[framework/uifw/eet.git] / ChangeLog
index 7d96e98..735ee49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
         * On Windows 64, long is of size 32 bits and not 64 bits. Also
        LONG_BIT is not defined on Windows.
+
+2010-06-29  Cedric BAIL
+
+       * Add eet_alias support.
+       * Fix possible dead lock in eet_write_cipher.
+
+2010-07-08  Carsten Haitzler (The Rasterman)
+
+        * Moved Eet.h into $includedir/eet-MAJOR_VERSION/
+
+2010-07-15  Vincent Torri
+
+        * Add native Windows thread support instead of using pthread
+       (less overhead). On other OS, pthread is still used by default.
+       Pass --enable-win32-threads to activate thread support on
+       Windows.