Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
releng:individual-releases [2010/12/05 15:30] – [Bumping the Version and Generating the Release Tarball] jannisreleng:individual-releases [2011/05/26 23:57] – [Bumping the Version and Generating the Release Tarball] jannis
Line 20: Line 20:
   - If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template    - If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template 
   - Remove the ''git'' from ''xfwm4_version_tag'' in the configure script template   - Remove the ''git'' from ''xfwm4_version_tag'' in the configure script template
-  - Rebuild the translation files (''po/*.pot?'') to update Project-Id-Version and prevent problems during make distcheck with <code>./autogen.sh --enable-gtk-doc ... && cd po/ && make update-pok</code>+  - Rebuild the translation files (''po/*.pot?'') to update Project-Id-Version and prevent problems during make distcheck with <code>./autogen.sh --enable-gtk-doc ... && cd po/ && make update-pot</code>
   - Make sure everything builds fine; fix problems locally without committing:   - Make sure everything builds fine; fix problems locally without committing:
 <code>./autogen.sh --enable-gtk-doc ... && make distcheck</code> <code>./autogen.sh --enable-gtk-doc ... && make distcheck</code>