Set the description of some parameters
[synfig.git] / ETL / NEWS
index 6afaf99..103cd67 100644 (file)
--- a/ETL/NEWS
+++ b/ETL/NEWS
@@ -2,17 +2,18 @@
 
 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 master branch) - October 3, 2009 - Bug fixes.
+ 0.04.13 (git tag: "ETL-0.04.13") - October 12, 2009 - Bug fixes.
 
   * Migration to git repository.
-  * Delete generated ETL/etl_profile_.h.in file.
-  * Improve the rendering of curve gradient layers near vertices with 0-length tangents.
-  * Fix a division by zero when calculate the distance to a bezier.
-  * Fix the pthread and kernel32 library check to not check for main.
+  * 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.
-  * Remove ancient trunk folder from svn repository.
+  * Removed ancient trunk folder from svn repository.
   * Several compiler warnings fixed.
 
  0.04.12 (SVN 2112) - October 21, 2008 - Bug fixes