]> git.sesse.net Git - vlc/blob - doc/release-howto.txt
d3f03099e30998a7075b95a7fa2cbd9d4cb38157
[vlc] / doc / release-howto.txt
1 [ Note: this howto is probably useful to core vlc developers only ]
2
3   Release HOWTO
4   -------------
5
6  * Have an ECP guy send a mail to ingesys at cti dot ecp dot fr warning them of
7    the forecoming traffic (should ideally be done at least a few hours before release) 
8
9  * Tests : compilation, regression tests ...
10
11  * Changes on the svn repository
12    - update the version number everywhere it's needed
13      · configure.ac
14      · extras/MacOSX/vlc.pbprj/project.pbxproj
15      · extras/MacOSX/Resources/English.lproj/InfoPlist.string
16    - update the ChangeLog and NEWS files, as well as the Trac database
17      · LANG=C svn log -v -r '{YYYY-12-31}:{YYYY-01-01}' >! ChangeLog
18      · read all the commits and add important things to the NEWS file
19      · update the milestones info on https://trac.videolan.org/vlc
20    - Add a note about the matching contrib package in INSTALL.win32
21
22  * Commit
23
24  * Tarballs (Use a clean tree !!!)
25   - Use 'make distcheck' to make sure all files are exported
26     correctly (currently fails)
27   - make the VLC tar.gz and tar.bz2 files with `make dist'.
28   - copy the tar.gz and tar.bz2 file on ftp.videolan.org in
29     /opt/ftp/pub/videolan/testing/vlc-X.X.X/
30   - generate md5 hashes of these files
31
32  * Contribs
33   - Put a copy of the libraries or svn snapshot in vlc-X.X.X/contrib
34   - Put the relevant win32 contrib package
35   - Update developers.v.o/vlc and www.v.o/vlc/download-sources.html
36
37  * BeOS Packages
38     Information on building: http://developers.videolan.org/vlc/beos-compile.html
39     Build in the "buildbeos" chroot on altair.
40     # add the .zip files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/beos/
41
42  * Win32 Packages
43     make the packages using the nightly builds configure/options/...
44     add the .zip and .exe files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/win32/
45
46  * OS X packages
47     At the moment, only FK can do them (so they can be compatible with OS X 10.2)
48     Later: on the G5
49
50  * Commit changes ... it never works the first time
51
52  * "Tag" the release
53     svn cp svn://svn.videolan.org/vlc/trunk svn://svn.videolan.org/vlc/tag/X.X.X
54     or
55     svn mv svn://svn.videolan.org/vlc/branches/X.X.X svn://svn.videolan.org/vlc/tag/X.X.X
56
57  * Move /opt/ftp/pub/videolan/testing/vlc-X.X.X to /opt/ftp/pub/videolan/vlc/X.X.X
58
59  * Update the website
60   - edit the /index.php /vlc/*.php pages
61   - add a news item to news.msg
62
63  * Announce on www.gnome.org
64   - click on "Get more software"
65   - click on "Edit an existing map entry"
66   - look for the 'vlc' package
67   - update the version number and other info and submit
68   - the change is instantaneaous
69
70  * Announce on www.freshmeat.net (let sam do it)
71   - you need a freshmeat account
72   - go to http://www.freshmeat.net/projects/vlc/
73   - click on the release's branch (ie Stable)
74   - chose "add release" in the dropdown menu
75   - fill out all the info and submit
76   - the update can take several hours
77
78  * Announce on VersionTracker
79   - ask Meuuh
80
81  * Announce email
82   - write something along the lines of previous releases
83   - post in videolan-announce (moderated), vlc et vlc-devel
84   - add a sticky thread in the "General VLC media player discussion" forum
85