Author: Carlos Lopez <[email protected]> Date: Sun Jun 5 10:42:54 2011 +0200
Update News and Authors files and About dialogue --- ETL/AUTHORS | 1 + ETL/NEWS | 2 +- synfig-core/AUTHORS | 9 ++++++++- synfig-core/NEWS | 6 +++++- synfig-studio/AUTHORS | 8 ++++++-- synfig-studio/NEWS | 21 ++++++++++++++++++--- synfig-studio/src/gui/dialogs/about.cpp | 1 + 7 files changed, 40 insertions(+), 8 deletions(-) diff --git a/ETL/AUTHORS b/ETL/AUTHORS index 83446da..55803b1 100644 --- a/ETL/AUTHORS +++ b/ETL/AUTHORS @@ -10,3 +10,4 @@ Andreas Jochens Chris Moore (dooglus) Martin Michlmayr Ralf Corsepius +Nikita Kitaev (nikitakit) diff --git a/ETL/NEWS b/ETL/NEWS index fce519c..1ac2ad0 100644 --- a/ETL/NEWS +++ b/ETL/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/en/news/releases - 0.04.14 (git tag: "ETL-0.04.14") - May ###, 2011 - Bug fixes. + 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 1f7d962..cc5a41e 100644 --- a/synfig-core/AUTHORS +++ b/synfig-core/AUTHORS @@ -26,7 +26,14 @@ Diego Barrios Romero(eldruin) Translators: Español: Carlos López González (genete) -Français: Aurore D (rore), Cyril Brulebois (KiBi) +Français: Aurore D (rore), Cyril Brulebois (KiBi), Animtim Russian: Alexandre Prokoudine, Konstantin Dmitriev (zelgadis) Italian: Bottero Ermanno German: Oliver Horn +Chinese: Yu Chen (jcome) +English (United Kingdom): Robert Readman +Portuguese (Brazilian): Ricardo Graça, Henrique Barone +Polish (Poland): darkhog +Romanian: LiviuTM +Norwegian: NordicTroll + diff --git a/synfig-core/NEWS b/synfig-core/NEWS index e416465..45c5fd7 100644 --- a/synfig-core/NEWS +++ b/synfig-core/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/en/news/releases - 0.63.00 (git tag: "synfig-0.63.00") - May #####, 2011 - Bug fixes, major features + 0.63.00 (git tag: "synfig-0.63.00") - June 5, 2011 - Bug fixes, major features * Fix bug #3111032: Load and save settings must be locale independent. * Added missing descriptions for several parameters. @@ -12,6 +12,10 @@ http://synfig.org/en/news/releases * Use º instead of DEG. * Added new descriptions for linkable value node parameters. * New advanced outline layer. Slidable variable width support and other features + * New languages support: Portuguese (Brazilian), Polish (Poland), Romanian and Norwegian + * Updates for Spanish, French and Italian. + * Rename Vertices parameter for Polygon layer. + * Fix bug #2175043: Crash when rendering in directory without write permission 0.62.02 (git tag: "synfig-0.62.02") - November 13, 2010- Bug fixes, features diff --git a/synfig-studio/AUTHORS b/synfig-studio/AUTHORS index 0b30773..7249160 100644 --- a/synfig-studio/AUTHORS +++ b/synfig-studio/AUTHORS @@ -33,8 +33,12 @@ Catalan: Miguel Gea Milvaques (xerakko) Français: Aurore D (rore) Español: Carlos López González (genete) Russian: Alexandre Prokoudine, Konstantin Dmitriev (zelgadis) -Italian: Bottero Ermanno -German: Oliver Horn +Italian: Bottero Ermanno, nullo +German: Oliver Horn, noael +Chinesse: Yu Chen (jcome) +English (United Kingdom): Robert Readman +Portuguese (Brazilian): Ricardo Graça, Henrique Barone, Gabriel Menor +Slovekian: Alžbeta Svitková Artists: diff --git a/synfig-studio/NEWS b/synfig-studio/NEWS index 0bfb39d..6c60ab5 100644 --- a/synfig-studio/NEWS +++ b/synfig-studio/NEWS @@ -4,7 +4,7 @@ More detailed notes are available on the releases page: http://synfig.org/en/news/releases - 0.63.00 (git tag: "synfigstudio-0.63.00") - May #####, 2011 - Bug fixes, major features + 0.63.00 (git tag: "synfigstudio-0.63.00") - June 5, 2011 - Bug fixes, major features * Fix bug #31044763: fps rounding to integer. * Fix bug: Change default bline width spin button widthout first focus a canvas @@ -14,8 +14,23 @@ http://synfig.org/en/news/releases * New cairo renderer for ducks, timecode, preview, navigator, grid and guides. * New beizer dragging system pulling from the bezier itself. * Fix workarea guides usage. - * New advanced outline layer. Slidable variable width support and other features - * Fix Width Tool adding influence radius feedback and duck influence position visibility + * New advanced outline layer. Slidable variable width support and other features. + * Fix Width Tool adding influence radius feedback and duck influence position visibility. + * Fix bug: Avoid Crash when reversed manipulation for certain converted types. + * Fix bug #3000536: Press ALT+5 when using Width Tool causes Studio to hang. + * Fix bug #3000535: ALT+2 when using Draw Tool causes Studio to hang. + * New languages support: Portuguese (Brazilian) and Slovakian + * Updates for Spanish, French, Italian, Chinese and German. + * Updates and fixes for autobuild script. + * Added support for 256x256 icons needed by Gnome 3. + * Set priorities for duck selection with mouse when they are at the same place. + * Fix #2175043: Crash when rendering in directory without write permission. + * Use high resolution by default at the work area. + * Enable restrict radius duck to top right quadrant by default. + * Install freedesktop.org mime info. + * Combine Name column with Icon column to clean up layer dock. + * Don't show debug info in about dialog for stable releases. + * Various fixes in the windows NSIS installer scripts. 0.62.02 (git tag: "synfigstudio-0.62.02") - November 13, 2010 - Features diff --git a/synfig-studio/src/gui/dialogs/about.cpp b/synfig-studio/src/gui/dialogs/about.cpp index d0c80b4..53cb451 100644 --- a/synfig-studio/src/gui/dialogs/about.cpp +++ b/synfig-studio/src/gui/dialogs/about.cpp @@ -166,6 +166,7 @@ About::About() std::vector<Glib::ustring> artists; artists.push_back("Aurore D (rore)"); artists.push_back("Bertrand Grégoire (berteh)"); + artists.push_back("Carl-Christian Gehl (Razputin)"); artists.push_back("Carlos López González (genete)"); artists.push_back("Chris Norman (pixelgeek)"); artists.push_back("Daniel Hornung (rubikcube)"); ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
