Fix dates in NEWS files
[synfig.git] / ETL / NEWS
index da8dea4..103cd67 100644 (file)
--- a/ETL/NEWS
+++ b/ETL/NEWS
@@ -1,12 +1,24 @@
               ETL releases
 
-More detailed notes are available on the releases page: 
+More detailed notes are available on the releases page:
 
-http://synfig.org/Releases
+http://synfig.org/Releases (synfig.org locked now but working in the future)
+http://www.synfig.com (new website in progress)
+
+ 0.04.13 (git tag: "ETL-0.04.13") - October 12, 2009 - Bug fixes.
+
+  * Migration to git repository.
+  * Deleted generated ETL/etl_profile_.h.in file.
+  * Improved the rendering of curve gradient layers near vertices with 0-length tangents.
+  * Fixed a division by zero when calculating the distance to a bezier.
+  * Fixed the pthread and kernel32 library check to not check for main.
+  * Don't enable the use of mutexes on platforms other than windows unless pthread is available.
+  * Removed ancient trunk folder from svn repository.
+  * Several compiler warnings fixed.
 
  0.04.12 (SVN 2112) - October 21, 2008 - Bug fixes
-  * Improve the derivative class for hermites. 
+
+  * Improve the derivative class for hermites.
   * Update configure.ac as suggested by autoupdate.
 
  0.04.11 (SVN 1837) - March 3, 2008 - Bug fixes