Difference between revisions of "Post Release Checklist"
B michaelsen (talk | contribs) |
m (mark task as obsolete) |
||
Line 1: | Line 1: | ||
− | This page contains information about what has to be done in particular modules after a release of OOo. | + | This page contains information about what has to be done in particular modules after a release of OOo. |
− | + | {| border="1" | |
− | + | |- | |
− | + | ! Module | |
− | + | ! What has to be done | |
− | + | ! Owner | |
− | + | |- | |
− | + | | offapi | |
− | + | | Commit the '''''types.rdb''''' which is used in the last release. That is, exchange '''''offapi/type_reference/types.rdb''''' with the released '''''types.rdb''''' and insert a comment into '''''offapi/type_reference/typelibrary_history.txt'''''. Commit both. | |
− | + | | JSC | |
− | + | |- | |
− | + | | cli_ure | |
− | + | | Adjust the versions of the .NET assemblies. For detailed instructions read '''''cli_ure/readme.txt''''' | |
− | + | | JL | |
− | + | |- | |
− | + | | Splashscreen, about box bitmap | |
− | + | | Update the version numbers in graphics.<br> | |
+ | Until src680m215 the following files are located in svx/res: brabout.bmp, brintro.bmp, oooabout.bmp, ooointro.bmp, ooonologointro.bmp.<br> In src680 m216 the location of the files changed:<br> default_images/introabout/about.bmp<br> default_images/introabout/images.bmp<br> ooo_custom_images/broffice/introabout/about.bmp<br> ooo_custom_images/broffice/introabout/intro.bmp<br> ooo_custom_images/nologo/introabout/intro.bmp<br> See also issue 73786 to remove version info from bitmaps. | ||
− | + | | STS/IS/PB | |
− | + | |- | |
− | + | | <strike>Bitmap for NSIS installer in setup_native/source/win32/nsis</strike> | |
− | + | | | |
− | + | Obsolete nowadays | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
− | |||
− | |||
− | + | <strike>Update the version numbers in graphics. Files: brobanner.bmp, brobitmap.bmp, ooobanner.bmp, ooobitmap.bmp. See also issue 73786 to remove version info from bitmaps.</strike> | |
− | |||
− | |||
− | |||
− | |||
− | + | | <strike>STS/IS</strike> | |
− | + | |- | |
− | + | | instsetoo_native, openoffice.lst | |
− | + | | Update the version numbers in the variables PRODUCTVERSION, ABOUTBOXPRODUCTVERSION, UPDATEURL, PACKAGEVERSION, LIBRARYVERSION | |
− | + | | IS | |
+ | |- | ||
+ | | sysui, productversion.mk | ||
+ | | Update the version numbers in the variables PRODUCTVERSION, PKGVERSION, LONGPRODUCTNAME, UNIXFILENAME | ||
+ | | IS/OBR/IHI | ||
+ | |- | ||
+ | | Alias for UpdateURL | ||
+ | | Generate new alias for the update URL | ||
+ | | OF | ||
+ | |- | ||
+ | | Readme files | ||
+ | | Readme files contain hard coded version numbers. This numbers have to be adapted. The preferred way is to use the variable ${PRODUCTVERSION}, which is replaced during packaging process with the value from openoffice.lst (see also issue 75102). | ||
+ | | MH | ||
+ | |} | ||
− | + | Done after 2.0.3 release | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Releases]] | [[Category:Releases]] |
Latest revision as of 09:42, 13 June 2012
This page contains information about what has to be done in particular modules after a release of OOo.
Module | What has to be done | Owner |
---|---|---|
offapi | Commit the types.rdb which is used in the last release. That is, exchange offapi/type_reference/types.rdb with the released types.rdb and insert a comment into offapi/type_reference/typelibrary_history.txt. Commit both. | JSC |
cli_ure | Adjust the versions of the .NET assemblies. For detailed instructions read cli_ure/readme.txt | JL |
Splashscreen, about box bitmap | Update the version numbers in graphics. Until src680m215 the following files are located in svx/res: brabout.bmp, brintro.bmp, oooabout.bmp, ooointro.bmp, ooonologointro.bmp. |
STS/IS/PB |
Obsolete nowadays
|
||
instsetoo_native, openoffice.lst | Update the version numbers in the variables PRODUCTVERSION, ABOUTBOXPRODUCTVERSION, UPDATEURL, PACKAGEVERSION, LIBRARYVERSION | IS |
sysui, productversion.mk | Update the version numbers in the variables PRODUCTVERSION, PKGVERSION, LONGPRODUCTNAME, UNIXFILENAME | IS/OBR/IHI |
Alias for UpdateURL | Generate new alias for the update URL | OF |
Readme files | Readme files contain hard coded version numbers. This numbers have to be adapted. The preferred way is to use the variable ${PRODUCTVERSION}, which is replaced during packaging process with the value from openoffice.lst (see also issue 75102). | MH |
Done after 2.0.3 release