diff --git a/synfig-core/NEWS b/synfig-core/NEWS index 9a71d31..23b7074 100644 --- a/synfig-core/NEWS +++ b/synfig-core/NEWS @@ -1,10 +1,10 @@ synfig releases -More detailed notes are available on the releases page: +More detailed notes are available on the news page: -http://synfig.org/en/news/releases +http://synfig.org/cms/en/news/ - 0.63.03 (git tag: "synfig-0.63.03") - November XX, 2011 - Features, minor bug fixes. + 0.63.03 (git tag: "synfig-0.63.03") - December 05, 2011 - Features, bug fixes. * Support to create Advanced Outlines with the Draw Tool. * Fixed script to generate synfig API. @@ -15,17 +15,17 @@ http://synfig.org/en/news/releases As parameters they cannot be exported, converted or animated. * Render improvements for Advanced Outlines: With 'Fast' parameter disabled: 55% of reduction render time - WIth 'Fast' parameter enabled: 10% of reduction render time + With 'Fast' parameter enabled: 10% of reduction render time * For Importer layer, even if file is physically impossible to open, set the parameter with the passed file name. This would allow to load and save Synfig's documents with paths for imported files badly adjusted but that user doesn't want to modify. * Fix for compatibility with libpng 1.5. Patch #3427945 by SpeckFleck. - * Fix bug in Time Loop Layer. Patch ID: 3414729 by Ray Frederikson + * Fix bug in Time Loop Layer. Patch ID: #3414729 by Ray Frederikson * Avoid crash when there is only one blinepoint and the bline is not looped on Advanced Outlines. * Fix some old render artifacts and new ones due to render optimization on Advanced Outlines. * Avoid crash when DIList is empty on Advanced Outlines. - * Insert Item smart is allowed not over empty lists. + * Insert Item smart is allowed now over empty lists. * New Greek language. Thanks to kiolalis * Update for all the languages. diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 60f150c..6234b79 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.63.03-RC2],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) +AC_INIT([Synfig Core],[0.63.03],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/AUTHORS b/synfig-studio/AUTHORS index 1bf7d00..320a8fd 100644 --- a/synfig-studio/AUTHORS +++ b/synfig-studio/AUTHORS @@ -42,6 +42,7 @@ Portuguese (Brazilian): Ricardo Graça, Henrique Barone, Gabriel Menor Slovekian: Alžbeta Svitková Persian: Hadi Fadakar Lithuanian: Aldas p +Greek: kiolalis Artists: diff --git a/synfig-studio/NEWS b/synfig-studio/NEWS index 6aad38d..121be42 100644 --- a/synfig-studio/NEWS +++ b/synfig-studio/NEWS @@ -1,26 +1,27 @@ synfigstudio releases -More detailed notes are available on the releases page: +More detailed notes are available on the news page: -http://synfig.org/en/news/releases +http://synfig.org/cms/en/news/ - 0.63.03 (git tag: "synfigstudio-0.63.03") - November XX, 2011 - Features, minor bug fixes. + 0.63.03 (git tag: "synfigstudio-0.63.03") - December 05, 2011 - Features, bug fixes. * Use Widget::Distance for feather spin button on Draw Tool options. * Enable tool tips for Tool Options dialogue buttons. * Make Draw Tool options greyed when not usable. * Full support to create Advanced Outlines with the Draw Tool. Stylus pressure used. - * Widthpoint position ducks shows a text with its value when mouse hovers. + * Widthpoint position duck shows a text with its value when mouse hovers. * Don't stretch button in file selection widget. Use shorter text. Patch by Konstantin Dmitriev * Fix bug https://pivotaltracker.com/story/show/18136743: BLine linked objects get wrong initial position * Use Gtk::Tooltip instead of deprecated Gtk::Tooltips. This fully fix tooltips for Layer parameter panel. * When modify a value that has a waypoint at the current time, don't modify its interpolations, only the value. - * Widhtpoint position ducks now allows 'Edit Waypoint' contextual menu. - * Add feature to delete multiple vertices at the same time on blines. - * Enum Widgets allows icons now. Add icons to Default Interpolation widget. + * Widhtpoint position duck now allows 'Edit Waypoint' contextual menu. + * Add feature to delete multiple vertices at the same time on blines and other list types. + * Enum Widget allows icons now. Add icons to Default Interpolation widget. * Insert Item smart is allowed now over empty lists. * Fix bug #1863133: Metadata doesn't work. * Update for all the languages. + * Update on the splash screen. Patch from Yu Chen. 0.63.02 (git tag: "synfigstudio-0.63.03") - September 28, 2011 -No changes diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index cd0a3b7..c5749e7 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,8 +2,8 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.63.03-RC2],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) -AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true) +AC_INIT([Synfig Studio],[0.63.03],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) +AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, false) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -137,8 +137,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.03-RC2] [ETL >= 0.04.14] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.03-RC2, ETL >= 0.04.14)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.03] [ETL >= 0.04.14] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.03, ETL >= 0.04.14)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)