]> git.sesse.net Git - vlc/blob - doc/release-howto.txt
release-howto: add a few notes about contribs
[vlc] / doc / release-howto.txt
1
2 [ Note: this howto is probably useful to core vlc developers only ]
3
4   Release HOWTO
5  - - - - - - - -
6
7  * Tests : compilation, regression tests ...
8
9  * Changes on the svn repository
10
11   - update the version number everywhere it's needed
12      · configure.ac (rerun autoconf)
13      · vlc.spec
14      · ipkg/control (does this still work ?)
15      · debian/changelog
16      · extras/MacOSX/vlc.pbprj/project.pbxproj
17      · extras/MacOSX/Resources/English.lproj/InfoPlist.string
18   - update the ChangeLog and NEWS files, as well as the Trac database
19      · ./toolbox --changelog  ( with C as locale)
20      · read all the commits and add important things to the NEWS file
21      · update the milestones info on https://trac.videolan.org/vlc
22    - Add a note about the matching contrib package in INSTALL.win32
23
24  * Commit
25
26  * Tarballs (Use a clean tree !!!)
27
28   - make the VLC tar.gz and tar.bz2 files with `make dist'.
29   - copy the tar.gz and tar.bz2 file on ftp.videolan.org in
30     /opt/ftp/pub/videolan/vlc/vlc-X.X.X/
31   - generate md5 hashes of these files
32
33  * Contribs
34
35   - Put a copy of the libraries or svn snapshot in vlc-X.X.X/contrib
36   - Put the relevant win32 contrib package
37   - Update developers.v.o/vlc and www.v.o/vlc/download-sources.html
38
39
40  * BeOS Packages
41
42     builder: http://developers.videolan.org/vlc/beos-compile.html
43     # add the .zip files to /opt/ftp/pub/videolan/vlc/vlc-X.X.X/beos/
44
45  * Win32 Packages
46
47     make the packages using the nightly builds configure/options/...
48     add the .zip and .exe files to /opt/ftp/pub/videolan/vlc/vlc-X.X.X/win32/
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  * Update the website
58
59   - edit the /index.php /vlc/*.php pages
60   - add a news item to news.msg
61
62  * Announce on www.gnome.org
63
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
71
72   - you need a freshmeat account
73   - go to http://www.freshmeat.net/projects/vlc/
74   - click on the release's branch (ie Stable)
75   - chose "add release" in the dropdown menu
76   - fill out all the info and submit
77   - the update can take several hours
78
79  * Announce on VersionTracker
80
81   - ask Meuuh
82
83  * Announce email
84
85   - write something along the lines of previous releases
86   - post in videolan-announce (moderated), vlc et vlc-devel
87   - add a sticky thread in the "General VLC media player discussion" forum