From caf2b7cca34e97184e8a2dcdd8fb025012d66089 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Sep 28 2011 17:33:55 +0000 Subject: Release 0.63.02 --- diff --git a/synfig-core/NEWS b/synfig-core/NEWS index 8c8517d..7d4c06a 100644 --- a/synfig-core/NEWS +++ b/synfig-core/NEWS @@ -4,7 +4,12 @@ More detailed notes are available on the releases page: http://synfig.org/en/news/releases - 0.63.01 (git tag: "synfig-0.63.01") - September 24, 2011 - Bub fixes, features + 0.63.02 (git tag: "synfig-0.63.02") - September 28, 2011 - Improvement + + * Add new parameter 'Fast' to Advanced Outline to allow render faster but less + accurate. + + 0.63.01 (git tag: "synfig-0.63.01") - September 24, 2011 - Bug fixes, features * Fix bug 3147736: avoid zero or negative value for supersample layer' size parameter. * Allow use the Joined List Convert type to file name parameter of the Import Image layers. diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index bfbc532..b245148 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.01],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) +AC_INIT([Synfig Core],[0.63.02],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index 6d1ca3b..e64fc2b 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.63.01],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) +AC_INIT([Synfig Studio],[0.63.02],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, false) AC_REVISION @@ -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.01] [ETL >= 0.04.14] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.01, ETL >= 0.04.14)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.02] [ETL >= 0.04.14] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.02, ETL >= 0.04.14)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) diff --git a/synfig-studio/images/Makefile.am b/synfig-studio/images/Makefile.am index e188d74..f8aa88e 100644 --- a/synfig-studio/images/Makefile.am +++ b/synfig-studio/images/Makefile.am @@ -6,6 +6,7 @@ EXT = @imageext@ EXTRA_DIST = \ installer_logo.sif \ installer_logo_osx.sif \ + splash_screen-0.63.02.sif \ splash_screen-0.63.01.sif \ splash_screen-0.63.00.sif \ splash_screen-0.63.sif \