ecere/containers/Array: Implemented faster deserialization
[sdk] / NEWS
diff --git a/NEWS b/NEWS
index 4f83e73..391374e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+Ecere SDK 0.44.11 (February 16, 2015)
+
+   * Bug fix release
+   * Fixed crash on writing initial config file on Linux               
+
+Ecere SDK 0.44.10 (August 7, 2014)
+
+   * Compiler fixes and optimizations
+   * Better C99 compatibility (stdbool, complex numbers)
+   * Fixed C integer promotion issues
+   * Fixed and improved all samples (resources included)
+   * Improved 3DS model support
+   * EditBox and syntax highlighting fixes
+   * Internationalization improvements
+   * Clang and OS X Mavericks Support
+   * More reliable IDE debugger watches
+   * X11 full screen support
+   * X11 acquired input support
+   * X11 fixes (including improved fix for Unity)
+   * Various bug fixes
+   * Memory leaks fixes
+----------------------------------------
+Ecere SDK 0.44.09.9 (February 20, 2014)
+
+   * 64 bit fixes
+   * IDE fixes
+   * X11 GUI driver fixes
+   * eC Compiler fixes
+   * HTTP fixes
+----------------------------------------
+Ecere SDK 0.44.09 (August 30, 2013)
+
+   * Debugger fixes
+   * Documentor fixes
+   * Valgrind integration
+   * Improved usability with Unity
+----------------------------------------
+Ecere SDK 0.44.08 (August 9, 2013)
+
+   * Update Windows installer with TDM/MinGW-w64
+   * A lot of bug fixes
+----------------------------------------
+Ecere SDK 0.44.07 (April 22, 2013)
+
+   * Compiler Improvements
+   * Improved C headers compatibility
+   * Various bug fixes
+----------------------------------------
+Ecere SDK 0.44.06 (March 28, 2013)
+
+   * Fixed bugs causing build to fail on PowerPC
+   * Fixed cross-bitness compiling issues
+   * Fixed UTF8 text processing issues
+   * Fixed serialization/unserialization of Map container objects
+   * Fixed ListBox row moving bug
+   * Fixed ColorPicker in IDE to be consistent with other dialogs
+   * Enabled holding up/down buttons down to reorder directories in compiler settings
+   * Relying on giflib rather than bundled libungif, taking out deps folder for Debian packages
+----------------------------------------
+Ecere SDK 0.44.05 (March 18, 2013)
+
+   * Memory corruption bugs were fixed
+   * Cross-bitness compiling issues were fixed
+----------------------------------------
 Ecere SDK 0.44.04 (March 10, 2013)
 
    * Various Bug Fixes