Difference between revisions of "Dev:Release"

From Synfig Studio :: Documentation
Jump to: navigation, search
(no direct e-mails, please!)
Line 185: Line 185:
  
 
==== English ====
 
==== English ====
* Animation Conversation podcast. - Weekly podcast about animation, mainly feature films: http://www.animationconversation.com/ : feedback@animationconversation.com
+
* Animation Conversation podcast. - Weekly podcast about animation, mainly feature films: http://www.animationconversation.com/ : feedback [AT] animationconversation.com
* Libre Graphics World - Portal for open source creativity: http://www.libregraphicsworld.org/ : alexandre.prokoudine@gmail.com
+
* Libre Graphics World - Portal for open source creativity: http://www.libregraphicsworld.org/ : alexandre.prokoudine [AT] gmail.com
* Animation Magazine - Magazine for the (american) animation business: http://animationmagazine.net/ : edit@animationmagazine.net
+
* Animation Magazine - Magazine for the (american) animation business: http://animationmagazine.net/ : edit [AT] animationmagazine.net
 
* OS Artist - Free software news for artists blog: http://osartist.com/
 
* OS Artist - Free software news for artists blog: http://osartist.com/
* Animation Reporter - Indian animation magazine: http://www.animationreporter.com/ : suresht@fontandpixel.com
+
* Animation Reporter - Indian animation magazine: http://www.animationreporter.com/ : suresht [AT] fontandpixel.com
 
* Cinefex - Magazine about special effects: http://www.cinefex.com/contact/
 
* Cinefex - Magazine about special effects: http://www.cinefex.com/contact/
* Frames Per Second magazine - Digital animation magazine: http://www.fpsmagazine.com/blog/index.php : news@fpsmagazine.com   
+
* Frames Per Second magazine - Digital animation magazine: http://www.fpsmagazine.com/blog/index.php : news [AT] fpsmagazine.com   
  
 
==== French ====
 
==== French ====
Line 202: Line 202:
  
 
IT Magazines:
 
IT Magazines:
* c't Magazin: redaktion@ct.de
+
* c't Magazin: redaktion [AT] ct.de
* Linux Magazin: presse-info@linux-magazin.de
+
* Linux Magazin: presse-info [AT] linux-magazin.de
* Ubuntu-user Magazin: pr@ubuntu-user.de
+
* Ubuntu-user Magazin: pr [AT] ubuntu-user.de
* Linux User Magazin: redaktion@linux-user.de
+
* Linux User Magazin: redaktion [AT] linux-user.de
  
 
Portals:
 
Portals:
* ProLinux Portal: info@pro-linux.de
+
* ProLinux Portal: info [AT] pro-linux.de
 
* ubuntuusers.de: Ikhaya Artikel Vorschlag: http://ikhaya.ubuntuusers.de/suggest/ (todo: Oho)
 
* ubuntuusers.de: Ikhaya Artikel Vorschlag: http://ikhaya.ubuntuusers.de/suggest/ (todo: Oho)
  
 
Maybe:
 
Maybe:
* Download Platform: freeware.de: redaktion@freeware.de
+
* Download Platform: freeware.de: redaktion [AT] freeware.de
  
 
==== Spanish ====
 
==== Spanish ====
 
* ...
 
* ...

Revision as of 05:54, 2 June 2010


Preparation

Choose a release manager (RM) who will manage the release and do most of the work and co-ordination needed to get a release out.

The RM will be responsible for deciding when the code is ready to be released and which problems will block the release.

The RM must have a proper up to date copy of the sourcecode. Check out here to see how to obtain it.

The RM must be an administrative member of sourceforge and to have write access to the synfig git repository. Ask any of the current administrators about that. Also a wiki account and a forum account are necessary.

We would assume that the git local copy of the source code are in a separate folder in your local drive and they are: etl, synfig-core, and synfig-studio accordingly to the source code instructions.

Splash

  • Pick a date at least 5 weeks into the future.
  • Post a splash screen challenge in the forums.
  • After 4 weeks, close the challenge and post a poll.
  • After one week close the poll and name the winnar!
  • Obtain the source of the winner file and commit it:
    • Rename the synfig-studio/images/splash-screen.sifz to synfig-studio/images/splash-xx.xx.xx.sifz where xx.xx.xx is the previous version.
    • Add the new splash source file to synfig-studio/images/splash-screen.sifz
    • Modify synfig-studio/images/Makefile.am accordingly.
    • Update synfig-studio/AUTHORS, synfig-studio/README, and synfig-studio/src/gtkmm/about.cpp if needed.

Freeze commits

It would be good if no one commit more changes/patches until the release is done. Mainly because at some point we need to stop polishing the current revision.

First should come the feature freeze, then the string freeze and then the final cutoff of translations & bug fixes just before the release.

There is no technical way to freeze commits with sourceforge, so the developers should be willing to play nice with the release.

Ping coders, artists and translators and advice them about the release preparation. Ask for last updates before freezing the commits. Give some time to update. Preferably no more than a week.

Copyrights

Make sure the copyrights in README, the AUTHORS file and the about dialog list of contributors are up to date.

Do a grep -r Copyright README in the three etl, synfig-core and synfig-studio folders. It would return all the people that have current copyrights. Review the list of commits and the patches authoring to update it properly. Review the AUTHORS in each folder and don't forget the artists and translators.

Release candidates

Following this instructions to create a tarball of the current git release, upload them to sourceforge and tag them as Release Candidate number 1, 2 etc. Create as many Release candidates as you need or consider. Ask people to download and test them. The forum and the IRC is a good place. When everything goes fine then continue the release.

Versioning

  • Finalise the dates and GIT ids in NEWS.
    • You already know the release revision number and the date of the next commit. Place them correctly in the etl/NEWS, synfig-core/NEWS and synfig-studio/NEWS files.
  • Bump version numbers and ETL/synfig dependencies in the configure.ac files.
    • This would imply increase the version number in the following files:
      • etl/configure.ac: increase ETL version number
      • synfig-core/configure.ac: increase ETL version number dependence matching the previous one and the synfig version number.
      • synfig-studio/configure.ac: Increase ETL and synfig version number dependence matching the previous ones and the synfigstudio version number.
  • Double check the version numbers in configure.ac and NEWS are correct. Fix them if are wrong.
  • Double check the copyright years in the README files and the about dialog are correct. Fix them if are wrong.

Create the tarball

Create a tarball to allow users to just compile and install. Run the following commands and substitute the XX versions properly. For example for etl the numbering is nowadays 0.04.13 and for synfig and synfigstudio numbering are nowadays 0.62.00.

  • This would prepare the environment variables to the correct values. local-synfig is the place where you would install the binary after test its installation.
 export PREFIX="$HOME/local-synfig"
 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PREFIX/lib/pkgconfig"
 export PATH="$PREFIX/bin:$PATH"
  • This creates a temporary working folder to download the source and create the tarballs.
 mkdir ~/tmp
 mkdir ~/tmp/synfig-release
  • This fetches Synfig sources from git repository.
cd ~/tmp/synfig-release
git clone git://synfig.git.sourceforge.net/gitroot/synfig/synfig
  • This creates the etl tarball.
 export version=0.04.12
 cd synfig/ETL/
 autoreconf -if
 ./configure --prefix="$PREFIX"
 make distcheck
 mv ETL-${version}.tar.gz ../../
 cd ../..
  • This makes test etl build and install from tarball.
 tar xf ETL-${version}.tar.gz
 cd ETL-${version}
 ./configure --prefix="$PREFIX"
 make install
 cd ..
  • This creates the synfig tarball.
 export version=0.61.09
 cd synfig/synfig-core
 libtoolize --ltdl --copy -f
 autoreconf --install --force
 ./configure --prefix="$PREFIX"
 make distcheck
 mv synfig-${version}.tar.gz ../../
 cd ../..
  • This makes test synfig build and install from tarball.
 tar xf synfig-${version}.tar.gz
 cd synfig-${version}
 ./configure --prefix="$PREFIX"
 make install
 cd ..
  • This creates the synfigstudio tarball.
 export version=0.61.09
 cd synfig/synfig-studio
 autoreconf -if
 ./configure --prefix="$PREFIX"
 make distcheck
 mv synfigstudio-${version}.tar.gz ../..
 cd ../..
  • This makes test synfigstudio build and install from tarball.
 tar xf synfigstudio-${version}.tar.gz
 cd synfigstudio-${version}
 ./configure --prefix="$PREFIX"
 make install
 cd ..

Test before send to SF

  • Test installed stuff. To run the installed synfigstudio from the tarball you've created you have to run directly from the command line:
$PREFIX/bin/synfigstudio

At this point there should be some battery of tster sifz files and scripts to run various error proof tests to be sure that the release don't have nasty bugs. Share the tarball with other people that have other OS and ask them to build and run the same tests. There is not exact procedure for that. Maybe contact the People and ask them to do that job. This point is important for testing the release in different platforms, specially if there has been some changes that can have cross effects.

Make tags

  • Make tags and update the unstable branch. Run the following commands in the repository with write access:
git tag ETL-0.04.12
git tag synfig-0.61.09
git tag synfigstudio-0.61.09
git tag -f stable
git push --tags

With the appropriate version number.

Release notes

  • Write release notes based on the NEWS files. This would imply produce a new version at Releases page and its short versions (for example: Releases/0.61.08-Intro.en) to be sent to sf.net and freshmeat.net.

Upload tarballs

  • Upload tarballs to sourceforge.
    • Upload the three tarballs (ETL, synfig, synfigstudio) to SF by using the online upload or following the instructions from this link. Place each tarball in the corresponding folder.
    • Upload an proper release note file (ascii) to the Release Notes folder. Mark the Release Note checkbox from its properties.
    • Create a single tarball file including the etl, synfig, synfigstudio and the release note text file with the name of Synfig-Studio-XXX.tar.gz, where XXX is the version. Upload it to the ETL-Synfig-SynfigStudio folder and mark it as platform downloads (linux, windows, Mac <sigh>, and other).
    • For each file (etl, synfig, synfigstudio and Synfig-Studio) uploaded, select the Release Note you uploaded file as the release note for all them.


Update the rest of stuff

A week or two later, check that all the unofficial packages have been updated, if not ping them and move them to the old versions section. Also check the git versions are recent and if not move them to the old versions section.


Spread the Word

  • write press release (PR) (todo: Genete)
  • add PR to website (for linking)
  • update all Wikipedias
    • en
    • es
    • fr
    • ru
    • de (todo: Oho)
    • it
    • ...
  • send PR to all win/linux/debian/ubuntu... user groups, again: en, es, fr... (see below)
  • send PR to major magazines (OS independant, Win, Linux, Artists, Designers...) in all countries...
  • ...

PR Distribution List

We want to develop a distribution list. Everyone can contribute with adresses of important magazines, user groups (see below, please add more if you have more). Please keep the alphabethical order for language and address. Thx.

English

French

  • ...


German

Do German translation of PR: (todo: Oho) send to German email addresses (todo: Oho)

IT Magazines:

  • c't Magazin: redaktion [AT] ct.de
  • Linux Magazin: presse-info [AT] linux-magazin.de
  • Ubuntu-user Magazin: pr [AT] ubuntu-user.de
  • Linux User Magazin: redaktion [AT] linux-user.de

Portals:

Maybe:

  • Download Platform: freeware.de: redaktion [AT] freeware.de

Spanish

  • ...