http://synfig.org/Releases
- 0.61.09 (SVN 2???) - October ??, 2008 - Bug fixes, features
+ 0.61.09 (SVN 2101) - October 14, 2008 - Bug fixes, features
* Fix building synfigstudio in the fink distribution
* Improved plant layer
Copyright 2008 Gerald Young
Copyright 2008 David Roden
Copyright 2008 Daniel Hornung
+Copyright 2008 Carlos López
+Copyright 2008 Gerco Ballintijn
Some of the icons are placed in the Public Domain by Chris Norman
Some of the icons are placed in the Public Domain by Carlos López González
# -- I N I T --------------------------------------------------
-AC_INIT([Synfig Studio],[0.61.08],[http://synfig.org/Bugs],[synfigstudio])
+AC_INIT([Synfig Studio],[0.61.09],[http://synfig.org/Bugs],[synfigstudio])
AC_REVISION
AC_CONFIG_AUX_DIR(config)
AC_SUBST(GTKMM_CFLAGS)
AC_SUBST(GTKMM_LIBS)
-PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.08] [ETL >= 0.04.11] sigc++-2.0,,[
- AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.08, ETL >= 0.04.11)])
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.09] [ETL >= 0.04.12] sigc++-2.0,,[
+ AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.09, ETL >= 0.04.12)])
])
AC_SUBST(SYNFIG_CFLAGS)
AC_SUBST(SYNFIG_LIBS)
authors.push_back("Chris Moore (dooglus)");
authors.push_back("Chris Norman (pixelgeek)");
authors.push_back("Daniel Fort");
+ authors.push_back("Daniel Hornung (rubikcube)");
authors.push_back("David Roden (Bombe)");
authors.push_back("Dmitriy Pomerantsev (Atrus)");
authors.push_back("Douglas Lau");
authors.push_back("Gerald Young (Yoyobuae)");
+ authors.push_back("Gerco Ballintijn");
authors.push_back("IL'dar AKHmetgaleev (AkhIL)");
authors.push_back("Luka Pravica");
authors.push_back("Martin Michlmayr (tbm)");