Fix indentation.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 3 Mar 2008 18:10:46 +0000 (18:10 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 3 Mar 2008 18:10:46 +0000 (18:10 +0000)
git-svn-id: http://svn.voria.com/code@1852 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/NEWS
synfig-core/trunk/NEWS

index 6b4ca1a..05573a5 100644 (file)
@@ -6,14 +6,14 @@ http://synfig.org/Releases
 
  0.04.11 (SVN 1837) - March 3, 2008 - Bug fixes
 
- * Update the website URL to synfig.org instead of synfig.com
- * Removed the 'bootstrap' script for building.  Use autoreconf instead
- * Fixed errors and warnings detected by a pre-release version of GCC 4.3
- * Make ETL-config a wrapper around pkg-config.
- * Wrap the refcounting stuff in mutexes
- * Don't wrap angles by 360 degrees
- * Minor cleanups and typo fixes
 * Update the website URL to synfig.org instead of synfig.com
 * Removed the 'bootstrap' script for building.  Use autoreconf instead
 * Fixed errors and warnings detected by a pre-release version of GCC 4.3
 * Make ETL-config a wrapper around pkg-config.
 * Wrap the refcounting stuff in mutexes
 * Don't wrap angles by 360 degrees
 * Minor cleanups and typo fixes
+
  0.04.10 (SVN 878) - October 10, 2007 - Bug fixes
 
   * Fix dirname for absolute paths (#1793306)
index b35b6bd..ce001c7 100644 (file)
@@ -6,24 +6,24 @@ http://synfig.org/Releases
 
  0.61.08 (SVN 1839) - March 3, 2008 - Bug fixes, features
 
- * Update the website URL to synfig.org instead of synfig.com
- * Synfig is now translatable using gettext
- * Removed the 'bootstrap' script for building. Use autoreconf instead
- * Fixed errors and warnings detected by a pre-release version of GCC 4.3
- * New Duplicate layer. This is an experimental feature, but works well
- * New reverse, offset parameters and misc fixes for the Plant layer.
- * Fix a crash and use relative ducks with the Stretch layer
- * Allow multibyte characters in the Text layer
- * Misc fixes & features on Shade, Shape, Spherize, Star, Time Loop, Warp layers
- * Add aTan2, Bline Width, Cos, Duplicate, From Integer, Random,
-   Reciprocal, Reverse Tangent, Step, Switch, Time Loop convert types
- * Add and Subtract convert types now work with gradients
- * Security fixes for ffmpeg/dv/imagemagick targets/importers (except on Win32)
- * Add new magick++ target that does better gif rendering with libmagick++ 7.3
- * Misc fixes for the rendering targets, blend methods and canvases
- * Allow importing of lipsynced voice animations from Papagayo
- * Various changes to related to SIF file compatibility
- * Fix typos, several crashes and other issues
 * Update the website URL to synfig.org instead of synfig.com
 * Synfig is now translatable using gettext
 * Removed the 'bootstrap' script for building. Use autoreconf instead
 * Fixed errors and warnings detected by a pre-release version of GCC 4.3
 * New Duplicate layer. This is an experimental feature, but works well
 * New reverse, offset parameters and misc fixes for the Plant layer.
 * Fix a crash and use relative ducks with the Stretch layer
 * Allow multibyte characters in the Text layer
 * Misc fixes & features on Shade, Shape, Spherize, Star, Time Loop, Warp layers
 * Add aTan2, Bline Width, Cos, Duplicate, From Integer, Random,
+    Reciprocal, Reverse Tangent, Step, Switch, Time Loop convert types
 * Add and Subtract convert types now work with gradients
 * Security fixes for ffmpeg/dv/imagemagick targets/importers (except on Win32)
 * Add new magick++ target that does better gif rendering with libmagick++ 7.3
 * Misc fixes for the rendering targets, blend methods and canvases
 * Allow importing of lipsynced voice animations from Papagayo
 * Various changes to related to SIF file compatibility
 * Fix typos, several crashes and other issues
 
  0.61.07 (SVN 878) - October 10, 2007 - Bug fixes