Author: Carlos Lopez <[email protected]> Date: Tue Apr 3 12:41:36 2012 +0200
Update NEWS and AUTHORS --- ETL/AUTHORS | 2 ++ ETL/NEWS | 6 ++++++ synfig-core/AUTHORS | 1 + synfig-core/NEWS | 10 ++++++++++ synfig-studio/AUTHORS | 1 + synfig-studio/NEWS | 26 ++++++++++++++++++++++++++ 6 files changed, 46 insertions(+), 0 deletions(-) diff --git a/ETL/AUTHORS b/ETL/AUTHORS index 55803b1..487790e 100644 --- a/ETL/AUTHORS +++ b/ETL/AUTHORS @@ -11,3 +11,5 @@ Chris Moore (dooglus) Martin Michlmayr Ralf Corsepius Nikita Kitaev (nikitakit) +Hisashi Todd Fujinaka +Denis Washington diff --git a/ETL/NEWS b/ETL/NEWS index 1ac2ad0..b42111b 100644 --- a/ETL/NEWS +++ b/ETL/NEWS @@ -4,6 +4,12 @@ More detailed notes are available on the releases page: http://synfig.org/en/news/releases +0.04.15 (git tag "ETL-0.04.15") - April XX, 2012 - Bug fixes + + * Apply patch #3424217. Fix compiling issues with clang compiler. Thanks to Hisashi Todd Fujinaka + * Commented out unused variable. + * Fix value test case what was broken. Patch thanks to Denis Washington + 0.04.14 (git tag: "ETL-0.04.14") - June 5, 2011 - Bug fixes. * Correct code and enable tests for ETL "spline" and "value". diff --git a/synfig-core/AUTHORS b/synfig-core/AUTHORS index 28ab1c6..9fed1c2 100644 --- a/synfig-core/AUTHORS +++ b/synfig-core/AUTHORS @@ -22,6 +22,7 @@ Konstantin Dmitriev (zelgadis) Carlos A. Sosa Navarro Brendon Higgins Diego Barrios Romero(eldruin) +Bertrand Greorie (berteh) Translators: diff --git a/synfig-core/NEWS b/synfig-core/NEWS index 27384d2..d0f3eef 100644 --- a/synfig-core/NEWS +++ b/synfig-core/NEWS @@ -4,6 +4,16 @@ More detailed notes are available on the news page: http://synfig.org/cms/en/news/ + 0.63.05 (git tag "synfig-0.63.05") - April XX 2012 - Features, bug fixes. + + * Roll back fix bug ID 3405011 because it produced other worse bug. + * New Outline Grow parameter on Paste Canvas layer. For inline canvases it increases (decreases) the width of the children layers by a exponential factor. + * Add new parameter to the CLI '--sequence-separator' option for separator string on image sequence render. Default is a dot '.' Forbidden space character. + * Fix bug: ValueNode_BLineCalcTangent is broken for Angle types. + * Additional fix for be able to build on Ubuntu 12.04. Patch thanks to Denis Washington (denis_w) + * Apply partially patch #3424218. Fix compiling issues with clang compiler. Thanks to Hisashi Todd Fujinaka + * Commented out unused variables. Additional compiler warning fixed + 0.63.04 (git tag: "synfig-0.63.04") - February 08, 2012 - Features, bug fixes. * Fix crash when inserting an item on a generic empty dynamic list. diff --git a/synfig-studio/AUTHORS b/synfig-studio/AUTHORS index 7a1978f..855233b 100644 --- a/synfig-studio/AUTHORS +++ b/synfig-studio/AUTHORS @@ -27,6 +27,7 @@ Ray Frederikson (uranus-235) Nikita Kitaev (nikitait) Brendon Higgins Yu Chen (jcome) +Bertrand Greorie (berteh) Translators: diff --git a/synfig-studio/NEWS b/synfig-studio/NEWS index 8583536..e5efe43 100644 --- a/synfig-studio/NEWS +++ b/synfig-studio/NEWS @@ -4,6 +4,32 @@ More detailed notes are available on the news page: http://synfig.org/cms/en/news/ + 0.63.05 (git tag: "synfigstudio-0.63.05") - April XX, 2012 - Feaures, bug fixes. + + * Fix bug ID: 3486075. Add new panel on Preferences Dialog ('Render') and include one option for separator string on image sequence render. Default is a dot '.'. + * Fix bug ID: 3486412 Shortcut inconsistence. + * Fix typos and misspelling on various messages. Patch thanks to Bertrand Gregoire + * Fix bug 3512887: Crash when drag and drop panels on OSX Lion + * Fix bug 3475624: Startup crash on Ubuntu 12.04. Patch thanks to Denis Washington (denis_w) + * Fix bug: Warning dialogs hangs if the message is to long. It uses a scrolled window when needed. + * Fix bug ID: 3486723: Info Panel not updated when Guides dragged to Canvas WindowInfo. + * Fix bug: When grid size is negative, use its positive value. + * Rework of the Preview window (thanks to Yu Chen aka jcome): + ** Artwork content can be zoomed in/out + ** Add a zoom widget, so that user can change zoom factor from a dropdown list to select a factor or type the a specified value the user prefers + ** Scrollbars are size of artwork content and window sensitived now + ** Toolbar can be hidden to have a simpler UI + ** A set of accelerator keys (hard-coded at the moment): + a) a-prev frame, s-play/pause, d-next frame, + b) h-show/hide toolbar + c) 1,2,3,4,5 mapped to zoom factors: 25%, 50% ,100%, 200%, Fit + ** Dark background for preview window (hard-coded at the moment) + ** Rewording some UI strings + * New Outline Grow parameter on Paste Canvas layer. For inline canvases it increases (decreases) the width of the children layers by a exponential factor. + * Support for load Gimp palettes. Patch thanks to Bretrand Gregoire. + * Improve constrast on color sliders for Color Edit and Gradient Edit widgets. Patch thanks to Bertrand Gregoire + * Rename icon source from zoom to scale. Patch thanks to Bertrand Gregoire + 0.63.04 (git tag: "synfigstudio-0.63.04") - February 08, 2012 - Features, bug fixes. * Fix bug 3472549. When editing the parameter don't parse the keyboard shortcuts. ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
