Author: Carlos Lopez <genet...@gmail.com>
Date:   Mon Apr  9 21:25:58 2012 +0200

Release Synfig and Synfig Studio 0.63.05 and ETL 0.04.15

---

 ETL/NEWS                   |    2 +-
 ETL/configure.ac           |    2 +-
 synfig-core/NEWS           |    2 +-
 synfig-core/configure.ac   |    6 +++---
 synfig-studio/NEWS         |    2 +-
 synfig-studio/configure.ac |    8 ++++----
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ETL/NEWS b/ETL/NEWS
index b42111b..3032ad4 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.15 (git tag "ETL-0.04.15") - April XX, 2012 - Bug fixes
+0.04.15 (git tag "ETL-0.04.15") - April 09, 2012 - Bug fixes
 
  * Apply patch #3424217. Fix compiling issues with clang compiler. Thanks to 
Hisashi Todd Fujinaka
  * Commented out unused variable.
diff --git a/ETL/configure.ac b/ETL/configure.ac
index 14ec973..8841b81 100644
--- a/ETL/configure.ac
+++ b/ETL/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Extended Template 
Library],[0.04.15-RC1],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[ETL])
+AC_INIT([Extended Template 
Library],[0.04.15],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[ETL])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
diff --git a/synfig-core/NEWS b/synfig-core/NEWS
index d0f3eef..ab7761e 100644
--- a/synfig-core/NEWS
+++ b/synfig-core/NEWS
@@ -4,7 +4,7 @@ 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.
+ 0.63.05 (git tag "synfig-0.63.05") - April 09 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.
diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac
index a04924b..98548a9 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.05-RC1],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig])
+AC_INIT([Synfig 
Core],[0.63.05],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
@@ -401,8 +401,8 @@ AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.15])
 localedir="$datadir/locale"
 
-PKG_CHECK_MODULES(ETL, [ETL >= 0.04.15-RC1],,[
-       AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.15-RC1 or 
greater).])
+PKG_CHECK_MODULES(ETL, [ETL >= 0.04.15],,[
+       AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.15 or 
greater).])
 ])
 CONFIG_DEPS="$CONFIG_DEPS ETL"
 
diff --git a/synfig-studio/NEWS b/synfig-studio/NEWS
index e5efe43..552bd10 100644
--- a/synfig-studio/NEWS
+++ b/synfig-studio/NEWS
@@ -4,7 +4,7 @@ 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.
+ 0.63.05 (git tag: "synfigstudio-0.63.05") - April 09, 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.
diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac
index f8f1926..4030795 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.05-RC1],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio])
-AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, true)
+AC_INIT([Synfig 
Studio],[0.63.05],[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.05-RC1] [ETL >= 0.04.15-RC1] 
sigc++-2.0,,[
-       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.63.05-RC1, ETL >= 0.04.15-RC1)])
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.05] [ETL >= 0.04.15] sigc++-2.0,,[
+       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.63.05, ETL >= 0.04.15)])
 ])
 AC_SUBST(SYNFIG_CFLAGS)
 AC_SUBST(SYNFIG_LIBS)


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to