Updated NEWS files.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 8 Oct 2007 13:39:00 +0000 (13:39 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 8 Oct 2007 13:39:00 +0000 (13:39 +0000)
git-svn-id: http://svn.voria.com/code@865 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index 4bb9763..15b6de6 100644 (file)
@@ -1,11 +1,12 @@
               ETL releases
 
- 0.04.10 (SVN ???) - ???? ??, 20?? - Bug fixes
+ 0.04.10 (SVN ???) - October ??, 2007 - Bug fixes
 
   * Fix dirname for absolute paths (#1793306)
   * Fix minor issues and typos
   * Various changes to the 'angle' code.  89+360 < 90;  90 == 90+360, !360 is true, etc.
   * Resolve confusion about whether angles are clockwise, and whether they're stored in radians.
+  * Add commentary to 'make check' output for 'fixed' explaining the results.
 
  0.04.09 (SVN 530) - June 20, 2006 - Bug fixes
 
index 0b9fc28..ff15c9b 100644 (file)
@@ -1,6 +1,6 @@
               synfig releases
 
- 0.61.07 (SVN ???) - ???? ??, 200? - Bug fixes
+ 0.61.07 (SVN ???) - October ??, 2007 - Bug fixes
 
   * Fix importing on amd64 (#1692825)
   * Fixes for the PasteCanvas layer (#1356449)
@@ -8,12 +8,15 @@
   * Allow exported canvases to be used in more than one place within a canvas (#1785296)
   * Fix, extend, and enable the 'XOR Pattern' layer
   * Fix and extend the 'Plant' layer (#1790903)
+  * Turn on plant layer (gunsmoke) in macwolfen.sifz example
+  * Use 'fast gaussian' rather than 'gaussian' for blurs in pirates.sifz - it's faster!
   * Fix and enable the 'Timed Swap' valuenode conversion
   * Extend the 'Linear' valuenode conversion to work with colors and integers.
   * Enable basic motion blur display at all qualities
   * Fix an artifact on the curve gradient layer (#1792063, r663)
-  * Add the 'Range', 'Repeat Gradient', 'Add', 'Exponent', 'BLine Vector', and 'BLine Tangent' valuenode conversions (#1781903)
-  * Fix various problems with valuenode conversion  (#1794374, #1795913, #1795922, #1796068, #1797488)
+  * Add the 'Range', 'Repeat Gradient', 'Add', 'Exponent' valuenode conversions
+  * Add the 'BLine Vector', and 'BLine Tangent' valuenode conversions (#1781903)
+  * Fix problems with valuenode conversion  (#1794374, #1795913, #1795922, #1796068, #1797488)
   * Allow gradients to be animated (#1568818, #1795802)
   * Stop TCB angle waypoints changing to type Linear on load (#1778930)
   * Use compression when saving to files with .sifz extension
@@ -21,7 +24,7 @@
   * Fixed Motion Blur layer (#1800783)
   * Allow building studio with gcc -O2 (#1509627)
   * Allow encapsulated layers to animate their z-depth, even when time-shifted (#1806852)
-  * Fixed the Radial Blur layer.  It previously wasn't working when zooming in on the canvas (#1807709)
+  * Fixed the Radial Blur layer when zooming in on the canvas (#1807709)
   * Fix several other bugs and crashes
 
  0.61.06 (SVN 536) - June 20, 2007 - Bug fixes
@@ -36,7 +39,7 @@
   * Some MacOS fixes
   * Misc bug fixes
   * Fix random number generation for 64 bit CPUs (#1698604)
-  * Add parameter 'fast' to curve gradients allowing choice between fast or accurate rendering (#1672033)
+  * Add parameter 'fast' to curve gradients to choose fast or accurate rendering (#1672033)
   * Add new odd/even winding style for regions
 
  0.61.05 (SVN 126) - February 27, 2005 - Misc fixes
index 972dd37..803691a 100644 (file)
@@ -1,6 +1,6 @@
               synfigstudio releases
 
- 0.61.07 (SVN ???) - ???? ??, 200? - Bug fixes
+ 0.61.07 (SVN ???) - October ??, 2007 - Bug fixes
 
   * Fix some tooltips and menu stuff (#1787437)
   * Allow left-right scrolling in canvas window with shift + mouse-wheel
@@ -21,9 +21,9 @@
   * Remember the filename the animation was last rendered to, and default to it (#1799250)
   * Improved the 'Groups' function a little (#1368694).  It's still quite broken
   * Fixed the colors displayed on the sliders in the Color Editor dialog
-  * Added option (on by default) to Bline Tool to allow position of regions and outlines to be automatically linked (#1776156)
+  * Added option to Bline Tool to allow positions to be automatically linked (#1776156)
   * Added menu entry to restore all dialogs to their default positions
-  * Change the way the red frame indicating Animate Editing Mode is displayed, so it shows up in all themes (#1801220)
+  * Fix red "Animate Editing Mode" frame so it shows up in all themes (#1801220)
   * Allow user to "export SYNFIG_DISABLE_POPUP_WINDOWS=1" to make splash screen etc. less obtrusive
   * Fixed the logic used to decide which value to use when linking values together
   * Update child canvas time sliders when parent time slider is moved